Skip to content

Commit b1c6ef7

Browse files
authored
Include language resources in the app package (#2323)
1 parent 5aca34d commit b1c6ef7

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

Files.Package/Files.Package.wapproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@
148148
<Content Include="Assets\Wide310x150Logo.scale-150.png" />
149149
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
150150
<Content Include="Assets\Wide310x150Logo.scale-400.png" />
151+
<Content Include="priconfig.default.xml" />
152+
<Content Include="priconfig.packaging.xml" />
151153
</ItemGroup>
152154
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
153155
</Project>

Files.Package/priconfig.default.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<default>
3+
<qualifier name="Language" value="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" />
4+
</default>

Files.Package/priconfig.packaging.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packaging>
3+
<autoResourcePackage qualifier="Scale" />
4+
<autoResourcePackage qualifier="DXFeatureLevel" />
5+
</packaging>

0 commit comments

Comments
 (0)