Skip to content

Commit

Permalink
Try to fix UWP build.
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaMoo committed Nov 14, 2021
1 parent 5c0f52f commit 4a5299e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
13 changes: 10 additions & 3 deletions UWP/UWP.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,17 @@
<DeploymentContent>true</DeploymentContent>
<FileType>Document</FileType>
</Image>
<None Include="..\assets\ppge_atlas.meta">
<Image Include="Content\font_atlas_luna.zim">
<DeploymentContent>true</DeploymentContent>
<FileType>Document</FileType>
</Image>
<None Include="..\assets\ppge_atlas_luna.meta">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="..\assets\ui_atlas_luna.meta">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="..\assets\ui_atlas.meta">
<None Include="..\assets\font_atlas_luna.meta">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="Content\compat.ini">
Expand Down Expand Up @@ -1437,7 +1444,7 @@
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
</None>
<None Include="Content\ppge_atlas.zim">
<None Include="Content\ppge_atlas_luna.zim">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="Content\shaders\4xhqglsl.fsh">
Expand Down
12 changes: 9 additions & 3 deletions UWP/UWP.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@
<Image Include="Content\ui_atlas_luna.zim">
<Filter>Content</Filter>
</Image>
<Image Include="Content\font_atlas_luna.zim">
<Filter>Content</Filter>
</Image>
<Image Include="AssetsGold\StoreLogo.scale-100.png">
<Filter>Assets</Filter>
</Image>
Expand All @@ -115,7 +118,7 @@
<None Include="Content\langregion.ini">
<Filter>Content</Filter>
</None>
<None Include="Content\ppge_atlas.zim">
<None Include="Content\ppge_atlas_luna.zim">
<Filter>Content</Filter>
</None>
<None Include="PPSSPP_UWP_TemporaryKey.pfx" />
Expand Down Expand Up @@ -353,10 +356,13 @@
<None Include="Content\shaders\videoAA.fsh">
<Filter>Content\shaders</Filter>
</None>
<None Include="..\assets\ppge_atlas.meta">
<None Include="..\assets\ppge_atlas_luna.meta">
<Filter>Content</Filter>
</None>
<None Include="..\assets\ui_atlas_luna.meta">
<Filter>Content</Filter>
</None>
<None Include="..\assets\ui_atlas.meta">
<None Include="..\assets\font_atlas_luna.meta">
<Filter>Content</Filter>
</None>
</ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions Windows/PPSSPP.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1501,9 +1501,11 @@
<None Include="..\assets\knownfuncs.ini" />
<None Include="..\assets\langregion.ini" />
<None Include="..\atlasscript.txt" />
<None Include="..\atlasfontscript.txt" />
<None Include="..\b.sh" />
<None Include="..\build.gradle" />
<None Include="..\buildatlas.sh" />
<None Include="..\buildfontatlas.sh" />
<None Include="..\build_ppgeatlas.sh" />
<None Include="..\CMakeLists.txt" />
<None Include="..\copyrelease.sh" />
Expand Down
6 changes: 6 additions & 0 deletions Windows/PPSSPP.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,9 @@
<None Include="..\atlasscript.txt">
<Filter>Build</Filter>
</None>
<None Include="..\atlasfontscript.txt">
<Filter>Build</Filter>
</None>
<None Include="..\b.sh">
<Filter>Build</Filter>
</None>
Expand All @@ -623,6 +626,9 @@
<None Include="..\buildatlas.sh">
<Filter>Build</Filter>
</None>
<None Include="..\buildfontatlas.sh">
<Filter>Build</Filter>
</None>
<None Include="..\build.gradle">
<Filter>Build</Filter>
</None>
Expand Down

0 comments on commit 4a5299e

Please sign in to comment.