Skip to content

Commit

Permalink
Update Visual Studio file lists for past changes in the lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardsEric authored and NickMcConnell committed Oct 24, 2024
1 parent d9ed3da commit a3fd273
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/win/vs2019/Angband.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -515,12 +515,12 @@ xcopy $(MSBuildProjectDirectory)\lib\* $(OutDir)lib\ /DESY /exclude:$(MSBuildPro
</ItemGroup>
<ItemGroup>
<None Include="lib\customize\font-gcu.prf" />
<None Include="lib\customize\font-ibm.prf" />
<None Include="lib\customize\font-sdl.prf" />
<None Include="lib\customize\font-sdl2.prf" />
<None Include="lib\customize\font-win.prf" />
<None Include="lib\customize\font-x11.prf" />
<None Include="lib\customize\font.prf" />
<None Include="lib\customize\keys-gcu.prf" />
<None Include="lib\customize\message.prf" />
<None Include="lib\customize\pref.prf" />
<None Include="lib\customize\sound.prf" />
Expand Down Expand Up @@ -635,6 +635,7 @@ xcopy $(MSBuildProjectDirectory)\lib\* $(OutDir)lib\ /DESY /exclude:$(MSBuildPro
<Text Include="lib\screens\crown.txt" />
<Text Include="lib\screens\dead.txt" />
<Text Include="lib\screens\news.txt" />
<Text Include="lib\screens\retire.txt" />
<Text Include="lib\tiles\list.txt" />
</ItemGroup>
<ItemGroup>
Expand Down
9 changes: 6 additions & 3 deletions src/win/vs2019/Angband.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,9 @@
<None Include="lib\customize\font-gcu.prf">
<Filter>Resource Files\customize</Filter>
</None>
<None Include="lib\customize\font-ibm.prf">
<Filter>Resource Files\customize</Filter>
</None>
<None Include="lib\customize\font-sdl.prf">
<Filter>Resource Files\customize</Filter>
</None>
Expand All @@ -1109,9 +1112,6 @@
<None Include="lib\customize\font-x11.prf">
<Filter>Resource Files\customize</Filter>
</None>
<None Include="lib\customize\keys-gcu.prf">
<Filter>Resource Files\customize</Filter>
</None>
<None Include="lib\customize\message.prf">
<Filter>Resource Files\customize</Filter>
</None>
Expand Down Expand Up @@ -1456,6 +1456,9 @@
<Text Include="lib\screens\news.txt">
<Filter>Resource Files\screens</Filter>
</Text>
<Text Include="lib\screens\retire.txt">
<Filter>Resource Files\screens</Filter>
</Text>
</ItemGroup>
<ItemGroup>
<Media Include="lib\sounds\amb_bell_metal1.mp3">
Expand Down

0 comments on commit a3fd273

Please sign in to comment.