Skip to content

Commit 5b57e0a

Browse files
committed
Remove unused properties
1 parent db95359 commit 5b57e0a

File tree

12 files changed

+2
-107
lines changed

12 files changed

+2
-107
lines changed

src/Files.App (Package)/Files.Package.wapproj

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@
2727
<Configuration>Debug</Configuration>
2828
<Platform>x86</Platform>
2929
</ProjectConfiguration>
30-
<ProjectConfiguration Include="Preview|ARM64">
31-
<Configuration>Preview</Configuration>
32-
<Platform>ARM64</Platform>
33-
</ProjectConfiguration>
34-
<ProjectConfiguration Include="Preview|x64">
35-
<Configuration>Preview</Configuration>
36-
<Platform>x64</Platform>
37-
</ProjectConfiguration>
38-
<ProjectConfiguration Include="Preview|x86">
39-
<Configuration>Preview</Configuration>
40-
<Platform>x86</Platform>
41-
</ProjectConfiguration>
4230
<ProjectConfiguration Include="Release|x86">
4331
<Configuration>Release</Configuration>
4432
<Platform>x86</Platform>
@@ -59,30 +47,6 @@
5947
<Configuration>Release</Configuration>
6048
<Platform>ARM64</Platform>
6149
</ProjectConfiguration>
62-
<ProjectConfiguration Include="Stable|ARM64">
63-
<Configuration>Stable</Configuration>
64-
<Platform>ARM64</Platform>
65-
</ProjectConfiguration>
66-
<ProjectConfiguration Include="Stable|x64">
67-
<Configuration>Stable</Configuration>
68-
<Platform>x64</Platform>
69-
</ProjectConfiguration>
70-
<ProjectConfiguration Include="Stable|x86">
71-
<Configuration>Stable</Configuration>
72-
<Platform>x86</Platform>
73-
</ProjectConfiguration>
74-
<ProjectConfiguration Include="Store|ARM64">
75-
<Configuration>Store</Configuration>
76-
<Platform>ARM64</Platform>
77-
</ProjectConfiguration>
78-
<ProjectConfiguration Include="Store|x64">
79-
<Configuration>Store</Configuration>
80-
<Platform>x64</Platform>
81-
</ProjectConfiguration>
82-
<ProjectConfiguration Include="Store|x86">
83-
<Configuration>Store</Configuration>
84-
<Platform>x86</Platform>
85-
</ProjectConfiguration>
8650
</ItemGroup>
8751
<PropertyGroup>
8852
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>

src/Files.App.BackgroundTasks/Files.App.BackgroundTasks.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@
1717
<CsWinRTGeneratedFilesDir>$(MSBuildProjectDirectory)\bin\$(Platform)\$(Configuration)</CsWinRTGeneratedFilesDir>
1818
</PropertyGroup>
1919

20-
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
21-
<DefineConstants>TRACE;DEBUG;NETFX_CORE</DefineConstants>
22-
</PropertyGroup>
23-
<PropertyGroup Condition="'$(Configuration)' != 'Debug'">
24-
<DefineConstants>TRACE;RELEASE;NETFX_CORE</DefineConstants>
25-
<Optimize>true</Optimize>
26-
</PropertyGroup>
27-
2820
<ItemGroup>
2921
<PackageReference Include="Microsoft.Windows.CsWinRT" />
3022
</ItemGroup>

src/Files.App.Controls/Files.App.Controls.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<Configurations>Debug;Release</Configurations>
1010
<Platforms>x86;x64;arm64</Platforms>
1111
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
12-
<DefineConstants Condition="'$(Configuration)' == 'Debug'">TRACE;DEBUG;NETFX_CORE</DefineConstants>
13-
<DefineConstants Condition="'$(Configuration)' != 'Debug'">TRACE;RELEASE;NETFX_CORE</DefineConstants>
14-
<Optimize Condition="'$(Configuration)' != 'Debug'">true</Optimize>
1512
</PropertyGroup>
1613

1714
<ItemGroup>

src/Files.App.CsWin32/Files.App.CsWin32.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<Configurations>Debug;Release</Configurations>
1010
<Platforms>x86;x64;arm64</Platforms>
1111
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
12-
<DefineConstants Condition="'$(Configuration)' == 'Debug'">TRACE;DEBUG;NETFX_CORE</DefineConstants>
13-
<DefineConstants Condition="'$(Configuration)' != 'Debug'">TRACE;RELEASE;NETFX_CORE</DefineConstants>
14-
<Optimize Condition="'$(Configuration)' != 'Debug'">true</Optimize>
1512
</PropertyGroup>
1613

1714
<ItemGroup>

src/Files.App.Server/Files.App.Server.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@
2929
<CsWinRTEnableLogging>true</CsWinRTEnableLogging>
3030
</PropertyGroup>
3131

32-
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
33-
<DefineConstants>TRACE;DEBUG;NETFX_CORE</DefineConstants>
34-
</PropertyGroup>
35-
<PropertyGroup Condition="'$(Configuration)' != 'Debug'">
36-
<DefineConstants>TRACE;RELEASE;NETFX_CORE</DefineConstants>
37-
<Optimize>true</Optimize>
38-
</PropertyGroup>
39-
4032
<ItemGroup>
4133
<Manifest Include="app.manifest" />
4234
<TrimmerRootAssembly Include="Files.App.Server" />

src/Files.App.Storage/Files.App.Storage.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@
1515
<PackageReference Include="FluentFTP" />
1616
</ItemGroup>
1717

18-
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
19-
<DefineConstants>TRACE;DEBUG;NETFX_CORE</DefineConstants>
20-
</PropertyGroup>
21-
<PropertyGroup Condition="'$(Configuration)' != 'Debug'">
22-
<DefineConstants>TRACE;RELEASE;NETFX_CORE</DefineConstants>
23-
<Optimize>true</Optimize>
24-
</PropertyGroup>
25-
2618
<ItemGroup>
2719
<ProjectReference Include="..\Files.Core.Storage\Files.Core.Storage.csproj" />
2820
<ProjectReference Include="..\Files.Shared\Files.Shared.csproj" />

src/Files.App/Files.App.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@
3333
<ApplicationIcon>..\Files.App (Package)\Assets\AppTiles\Dev\Logo.ico</ApplicationIcon>
3434
</PropertyGroup>
3535

36-
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
37-
<DefineConstants>TRACE;DEBUG;NETFX_CORE;DISABLE_XAML_GENERATED_MAIN</DefineConstants>
38-
</PropertyGroup>
39-
<PropertyGroup Condition="'$(Configuration)' != 'Debug'">
40-
<DefineConstants>TRACE;RELEASE;NETFX_CORE;DISABLE_XAML_GENERATED_MAIN</DefineConstants>
41-
<Optimize>true</Optimize>
36+
<PropertyGroup>
37+
<DefineConstants>$(DefineConstants);DISABLE_XAML_GENERATED_MAIN</DefineConstants>
4238
</PropertyGroup>
4339

4440
<ItemGroup>

src/Files.Core.SourceGenerator/Files.Core.SourceGenerator.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
<Configurations>Debug;Release</Configurations>
1212
</PropertyGroup>
1313

14-
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
15-
<DefineConstants>TRACE;DEBUG;NETFX_CORE</DefineConstants>
16-
</PropertyGroup>
17-
<PropertyGroup Condition="'$(Configuration)' != 'Debug'">
18-
<DefineConstants>TRACE;RELEASE;NETFX_CORE</DefineConstants>
19-
<Optimize>true</Optimize>
20-
</PropertyGroup>
21-
2214
<ItemGroup>
2315
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
2416
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />

src/Files.Core.Storage/Files.Core.Storage.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,4 @@
1010
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1111
</PropertyGroup>
1212

13-
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
14-
<DefineConstants>TRACE;DEBUG;NETFX_CORE</DefineConstants>
15-
</PropertyGroup>
16-
<PropertyGroup Condition="'$(Configuration)' != 'Debug'">
17-
<DefineConstants>TRACE;RELEASE;NETFX_CORE</DefineConstants>
18-
<Optimize>true</Optimize>
19-
</PropertyGroup>
20-
2113
</Project>

src/Files.Shared/Files.Shared.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1111
</PropertyGroup>
1212

13-
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
14-
<DefineConstants>TRACE;DEBUG;NETFX_CORE</DefineConstants>
15-
</PropertyGroup>
16-
<PropertyGroup Condition="'$(Configuration)' != 'Debug'">
17-
<DefineConstants>TRACE;RELEASE;NETFX_CORE</DefineConstants>
18-
<Optimize>true</Optimize>
19-
</PropertyGroup>
20-
2113
<ItemGroup>
2214
<PackageReference Include="Microsoft.Extensions.Logging" />
2315
<PackageReference Include="System.IO.Hashing" />

0 commit comments

Comments
 (0)