Skip to content

Commit f83c4a2

Browse files
committed
Config
1 parent 3d1de1c commit f83c4a2

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<DefaultLanguage>en-US</DefaultLanguage>
77
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
88
<IsTrimmable>true</IsTrimmable>
9-
<Configurations>Debug;Release;Stable;Preview;Store</Configurations>
9+
<Configurations>Debug;Release</Configurations>
1010
<Platforms>x86;x64;ARM64</Platforms>
1111
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1212
</PropertyGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<UseWinUI>true</UseWinUI>
88
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
99
<Nullable>enable</Nullable>
10-
<Configurations>Debug;Release;Stable;Preview;Store</Configurations>
10+
<Configurations>Debug;Release</Configurations>
1111
<Platforms>x86;x64;arm64</Platforms>
1212
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1313
<DefineConstants Condition="'$(Configuration)' == 'Debug'">TRACE;DEBUG;NETFX_CORE</DefineConstants>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
77
<Nullable>enable</Nullable>
88
<IsTrimmable>true</IsTrimmable>
9-
<Configurations>Debug;Release;Stable;Preview;Store</Configurations>
9+
<Configurations>Debug;Release</Configurations>
1010
<Platforms>x86;x64;arm64</Platforms>
1111
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1212
<DefineConstants Condition="'$(Configuration)' == 'Debug'">TRACE;DEBUG;NETFX_CORE</DefineConstants>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
1010
<ImplicitUsings>enable</ImplicitUsings>
1111
<Nullable>enable</Nullable>
12-
<Configurations>Debug;Release;Stable;Preview;Store</Configurations>
12+
<Configurations>Debug;Release</Configurations>
1313
<Platforms>x86;x64;arm64</Platforms>
1414
<SelfContained>true</SelfContained>
1515
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
77
<Nullable>enable</Nullable>
88
<IsTrimmable>true</IsTrimmable>
9-
<Configurations>Debug;Release;Stable;Preview;Store</Configurations>
9+
<Configurations>Debug;Release</Configurations>
1010
<Platforms>x86;x64;arm64</Platforms>
1111
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1212
</PropertyGroup>

src/Files.App/Files.App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<UseWinUI>true</UseWinUI>
2525
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
2626
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
27-
<Configurations>Debug;Release;Stable;Preview;Store</Configurations>
27+
<Configurations>Debug;Release</Configurations>
2828
<CsWinRTIncludes>Files.App.Server;Microsoft.UI.Content.ContentExternalOutputLink;Microsoft.UI.Content.IContentExternalOutputLink</CsWinRTIncludes>
2929
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
3030
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>net8.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<IsTrimmable>true</IsTrimmable>
8-
<Configurations>Debug;Release;Stable;Preview;Store</Configurations>
8+
<Configurations>Debug;Release</Configurations>
99
<Platforms>x86;x64;arm64</Platforms>
1010
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1111
</PropertyGroup>

src/Files.Shared/Files.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>net8.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<IsTrimmable>true</IsTrimmable>
8-
<Configurations>Debug;Release;Stable;Preview;Store</Configurations>
8+
<Configurations>Debug;Release</Configurations>
99
<Platforms>x86;x64;arm64</Platforms>
1010
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1111
</PropertyGroup>

tests/Files.App.UITests/Files.App.UITests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<EnableMsixTooling>true</EnableMsixTooling>
1111
<ApplicationManifest>app.manifest</ApplicationManifest>
1212
<Nullable>enable</Nullable>
13-
<Configurations>Debug;Release;Stable;Preview;Store</Configurations>
13+
<Configurations>Debug;Release</Configurations>
1414
<Platforms>x86;x64;arm64</Platforms>
1515
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1616
<DefineConstants Condition="'$(Configuration)' == 'Debug'">TRACE;DEBUG;NETFX_CORE</DefineConstants>

tests/Files.InteractionTests/Files.InteractionTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<TargetFramework>net8.0</TargetFramework>
66
<IsPackable>false</IsPackable>
7-
<Configurations>Debug;Release;Stable;Preview;Store</Configurations>
7+
<Configurations>Debug;Release</Configurations>
88
<Platforms>x86;x64;arm64</Platforms>
99
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)