Skip to content

Commit a158186

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Files.App/Files.App.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
<Configurations>Debug;Release</Configurations>
1717
<ApplicationManifest>app.manifest</ApplicationManifest>
18+
<AppxBundleAutoResourcePackageQualifiers>Scale|DXFeatureLevel</AppxBundleAutoResourcePackageQualifiers>
19+
<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>
20+
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
21+
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
22+
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
23+
<GenerateTestArtifacts>False</GenerateTestArtifacts>
24+
<AppxBundle>Always</AppxBundle>
25+
<DisableXbfLineInfo>False</DisableXbfLineInfo>
26+
<AppxBundlePlatforms>x64|arm64</AppxBundlePlatforms>
27+
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
1828
<CsWinRTIncludes>Files.App.Server;Microsoft.UI.Content.ContentExternalOutputLink;Microsoft.UI.Content.IContentExternalOutputLink</CsWinRTIncludes>
1929
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
2030
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>

0 commit comments

Comments
 (0)