Updated VS projectfile

This commit is contained in:
Charles Dang 2020-06-30 05:43:56 +11:00
parent 45fec655c2
commit c0205969d5
2 changed files with 12 additions and 2 deletions

View file

@ -1128,6 +1128,7 @@
<ClCompile Include="..\..\src\game_board.cpp" />
<ClCompile Include="..\..\src\game_classification.cpp" />
<ClCompile Include="..\..\src\game_config_manager.cpp" />
<ClCompile Include="..\..\src\game_config_view.cpp" />
<ClCompile Include="..\..\src\game_data.cpp" />
<ClCompile Include="..\..\src\game_display.cpp" />
<ClCompile Include="..\..\src\game_end_exceptions.cpp" />
@ -3692,6 +3693,7 @@
<ClInclude Include="..\..\src\game_board.hpp" />
<ClInclude Include="..\..\src\game_classification.hpp" />
<ClInclude Include="..\..\src\game_config_manager.hpp" />
<ClInclude Include="..\..\src\game_config_view.hpp" />
<ClInclude Include="..\..\src\game_data.hpp" />
<ClInclude Include="..\..\src\game_display.hpp" />
<ClInclude Include="..\..\src\game_end_exceptions.hpp" />
@ -4150,4 +4152,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View file

@ -1565,6 +1565,10 @@
<ClCompile Include="..\..\src\scripting\lua_terrainmap.cpp">
<Filter>Scripting</Filter>
</ClCompile>
<ClCompile Include="..\..\src\scripting\lua_color.cpp" />
<ClCompile Include="..\..\src\scripting\lua_wml.cpp" />
<ClCompile Include="..\..\src\scripting\lua_stringx.cpp" />
<ClCompile Include="..\..\src\game_config_view.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\addon\client.hpp">
@ -3043,6 +3047,10 @@
<ClInclude Include="..\..\src\scripting\lua_terrainmap.hpp">
<Filter>Scripting</Filter>
</ClInclude>
<ClInclude Include="..\..\src\scripting\lua_color.hpp" />
<ClInclude Include="..\..\src\scripting\lua_wml.hpp" />
<ClInclude Include="..\..\src\scripting\lua_stringx.hpp" />
<ClInclude Include="..\..\src\game_config_view.hpp" />
</ItemGroup>
<ItemGroup>
<CustomBuild Include="..\..\src\tests\test_sdl_utils.hpp">
@ -3064,4 +3072,4 @@
<Filter>Tests\Utils</Filter>
</CustomBuild>
</ItemGroup>
</Project>
</Project>