|
6 | 6 | <OutputType>WinExe</OutputType> |
7 | 7 | <AssemblyName>Files</AssemblyName> |
8 | 8 | <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> |
18 | 9 | <AppxBundleAutoResourcePackageQualifiers>Scale|DXFeatureLevel</AppxBundleAutoResourcePackageQualifiers> |
19 | 10 | <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> |
20 | 12 | <GenerateAppInstallerFile>False</GenerateAppInstallerFile> |
21 | 13 | <AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm> |
22 | 14 | <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision> |
|
25 | 17 | <DisableXbfLineInfo>False</DisableXbfLineInfo> |
26 | 18 | <AppxBundlePlatforms>x64|arm64</AppxBundlePlatforms> |
27 | 19 | <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> |
28 | 28 | <CsWinRTIncludes>Files.App.Server;Microsoft.UI.Content.ContentExternalOutputLink;Microsoft.UI.Content.IContentExternalOutputLink</CsWinRTIncludes> |
29 | 29 | <PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir> |
30 | 30 | <PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun> |
|
0 commit comments