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

@@ -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">