Skip to content

Commit 090b7f5

Browse files
authored
Updated priconfig (#2645)
1 parent c122bd3 commit 090b7f5

6 files changed

+4
-22
lines changed

Files.Package/Files.Package.wapproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
5555
<DisableXbfLineInfo>False</DisableXbfLineInfo>
5656
<GenerateTestArtifacts>True</GenerateTestArtifacts>
57+
<AppxBundleAutoResourcePackageQualifiers>Scale|DXFeatureLevel</AppxBundleAutoResourcePackageQualifiers>
58+
<AppxDefaultResourceQualifiers>Language=en-US;de-DE;es-ES;fr-FR;he-IL;hi-IN;hu-HU;it-IT;ja-JP;nl-NL;or-IN;pl-PL;pt-BR;ru-RU;ta;tr-TR;uk-UA;zh-Hans;zh-Hant</AppxDefaultResourceQualifiers>
5759
<UapAppxPackageBuildMode>StoreUpload</UapAppxPackageBuildMode>
5860
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
5961
<EntryPointProjectUniqueName>..\Files\Files.csproj</EntryPointProjectUniqueName>
@@ -142,8 +144,6 @@
142144
<Content Include="Assets\Wide310x150Logo.scale-150.png" />
143145
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
144146
<Content Include="Assets\Wide310x150Logo.scale-400.png" />
145-
<Content Include="priconfig.default.xml" />
146-
<Content Include="priconfig.packaging.xml" />
147147
</ItemGroup>
148148
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
149149
</Project>

Files.Package/priconfig.default.xml

-4
This file was deleted.

Files.Package/priconfig.packaging.xml

-5
This file was deleted.

Files/Files.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<RootNamespace>Files</RootNamespace>
1111
<AssemblyName>Files</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
13+
<AppxBundleAutoResourcePackageQualifiers>Scale|DXFeatureLevel</AppxBundleAutoResourcePackageQualifiers>
14+
<AppxDefaultResourceQualifiers>Language=en-US;de-DE;es-ES;fr-FR;he-IL;hi-IN;hu-HU;it-IT;ja-JP;nl-NL;or-IN;pl-PL;pt-BR;ru-RU;ta;tr-TR;uk-UA;zh-Hans;zh-Hant</AppxDefaultResourceQualifiers>
1315
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
1416
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.19041.0</TargetPlatformVersion>
1517
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
@@ -415,8 +417,6 @@
415417
<None Include="Assets\terminal\terminal.json">
416418
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
417419
</None>
418-
<Content Include="priconfig.default.xml" />
419-
<Content Include="priconfig.packaging.xml" />
420420
<Content Include="Resources\AppCenterKey.txt" />
421421
<Content Include="Resources\BingMapsKey.txt" />
422422
<None Include="NLog.config">

Files/priconfig.default.xml

-4
This file was deleted.

Files/priconfig.packaging.xml

-5
This file was deleted.

0 commit comments

Comments
 (0)