Skip to content

Commit ad9a38f

Browse files
authored
Update Files.App.csproj
1 parent a158186 commit ad9a38f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/Files.App/Files.App.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,9 @@
66
<OutputType>WinExe</OutputType>
77
<AssemblyName>Files</AssemblyName>
88
<DefaultLanguage>en-US</DefaultLanguage>
9-
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
10-
<Nullable>Enable</Nullable>
11-
<Platforms>x86;x64;arm64</Platforms>
12-
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
13-
<UseWinUI>true</UseWinUI>
14-
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
15-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
16-
<Configurations>Debug;Release</Configurations>
17-
<ApplicationManifest>app.manifest</ApplicationManifest>
189
<AppxBundleAutoResourcePackageQualifiers>Scale|DXFeatureLevel</AppxBundleAutoResourcePackageQualifiers>
1910
<AppxDefaultResourceQualifiers>Language=en-US;af;ar;be-BY;bg;ca;cs-CZ;da;de-DE;el;en-GB;es-ES;es-419;fa-IR;fi-FI;fil-PH;fr-FR;he-IL;hi-IN;hr-HR;hu-HU;id-ID;it-IT;ja-JP;ka;km-KH;ko-KR;lt-LT;lv-LV;ms-MY;nb-NO;nl-NL;pl-PL;pt-BR;pt-PT;ro-RO;ru-RU;sk-SK;sq-AL;sr-Cyrl;sv-SE;ta;th-TH;tr-TR;uk-UA;vi;zh-Hans;zh-Hant</AppxDefaultResourceQualifiers>
11+
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
2012
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
2113
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
2214
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
@@ -25,6 +17,14 @@
2517
<DisableXbfLineInfo>False</DisableXbfLineInfo>
2618
<AppxBundlePlatforms>x64|arm64</AppxBundlePlatforms>
2719
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
20+
<Nullable>Enable</Nullable>
21+
<ApplicationManifest>app.manifest</ApplicationManifest>
22+
<Platforms>x86;x64;arm64</Platforms>
23+
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
24+
<UseWinUI>true</UseWinUI>
25+
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
26+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
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>

0 commit comments

Comments
 (0)