Skip to content

Commit

Permalink
Merge pull request #18563 from GABO1423/master
Browse files Browse the repository at this point in the history
(UWP) Add Redump Asset File
  • Loading branch information
hrydgard committed Dec 17, 2023
2 parents 58e12ac + 072383f commit b09e5f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions UWP/UWP.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@
<DeploymentContent>true</DeploymentContent>
<Link>Content\flash0\font\%(Filename)%(Extension)</Link>
</None>
<None Include="..\Assets\redump.csv">
<DeploymentContent>true</DeploymentContent>
<Link>Content\%(Filename)%(Extension)</Link>
</None>
<None Include="..\Assets\knownfuncs.ini">
<DeploymentContent>true</DeploymentContent>
<Link>Content\%(Filename)%(Extension)</Link>
Expand Down
5 changes: 4 additions & 1 deletion UWP/UWP.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</Filter>
<Filter Include="Content">
<UniqueIdentifier>{ef87b390-608f-4c6d-a0ad-88963875ed11}</UniqueIdentifier>
<Extensions>wav;zim;ini;txt;ttf;png;meta</Extensions>
<Extensions>wav;zim;ini;txt;ttf;png;meta;csv</Extensions>
</Filter>
<Filter Include="Content\lang">
<UniqueIdentifier>{0c1cdb21-de65-4a10-962e-46b9bb0ff717}</UniqueIdentifier>
Expand Down Expand Up @@ -186,6 +186,9 @@
<None Include="..\Assets\langregion.ini">
<Filter>Content</Filter>
</None>
<None Include="..\Assets\redump.csv">
<Filter>Content</Filter>
</None>
<None Include="..\Assets\*.zim">
<Filter>Content</Filter>
</None>
Expand Down

0 comments on commit b09e5f4

Please sign in to comment.