Another try at fixing the MSVC project file

This commit is contained in:
2023-01-18 21:41:22 -05:00
parent 643d4fc6e3
commit d696fa7edb
4 changed files with 12 additions and 1 deletions

View File

@@ -374,6 +374,7 @@
<ClCompile Include="..\..\..\src\fileio\resmgr\res_sound.cpp" />
<ClCompile Include="..\..\..\src\fileio\resmgr\res_strings.cpp" />
<ClCompile Include="..\..\..\src\fileio\special_parse.cpp" />
<ClCompile Include="..\..\..\src\fileio\tagfile.cpp" />
<ClCompile Include="..\..\..\src\fileio\tarball.cpp" />
<ClCompile Include="..\..\..\src\fileio\xml-parser\ticpp.cpp" />
<ClCompile Include="..\..\..\src\fileio\xml-parser\tinyprint.cpp" />
@@ -455,6 +456,7 @@
<ClInclude Include="..\..\..\src\fileio\resmgr\res_sound.hpp" />
<ClInclude Include="..\..\..\src\fileio\resmgr\res_strings.hpp" />
<ClInclude Include="..\..\..\src\fileio\special_parse.hpp" />
<ClCompile Include="..\..\..\src\fileio\tagfile.hpp" />
<ClInclude Include="..\..\..\src\fileio\tarball.hpp" />
<ClInclude Include="..\..\..\src\fileio\xml-parser\ticpp.h" />
<ClInclude Include="..\..\..\src\fileio\xml-parser\ticppapi.h" />

View File

@@ -626,6 +626,9 @@
<ClCompile Include="..\..\..\src\fileio\special_parse.cpp">
<Filter>FileIO</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\fileio\tagfile.cpp">
<Filter>FileIO</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\fileio\tarball.cpp">
<Filter>FileIO</Filter>
</ClCompile>
@@ -834,6 +837,9 @@
<ClInclude Include="..\..\..\src\fileio\special_parse.hpp">
<Filter>FileIO</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\fileio\tagfile.hpp">
<Filter>FileIO</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\fileio\tarball.hpp">
<Filter>FileIO</Filter>
</ClInclude>

View File

@@ -201,6 +201,7 @@
<ClCompile Include="..\..\..\test\scen_read.cpp" />
<ClCompile Include="..\..\..\test\scen_write.cpp" />
<ClCompile Include="..\..\..\test\spec_legacy.cpp" />
<ClCompile Include="..\..\..\test\tagfile.cpp" />
<ClCompile Include="..\..\..\test\talk_legacy.cpp" />
<ClCompile Include="..\..\..\test\talk_read.cpp" />
<ClCompile Include="..\..\..\test\talk_write.cpp" />
@@ -212,7 +213,6 @@
<ClCompile Include="..\..\..\test\town_write.cpp" />
<ClCompile Include="..\..\..\test\vector2d.cpp" />
<ClCompile Include="..\..\..\src\scenedit\scen.fileio.cpp" />
<ClCompile Include="..\..\..\src\fileio\tagfile.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.vcxproj">

View File

@@ -77,6 +77,9 @@
<ClCompile Include="..\..\..\test\spec_legacy.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\test\tagfile.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\test\talk_legacy.cpp">
<Filter>Source Files</Filter>
</ClCompile>