Updating VC project.

[ci skip]
This commit is contained in:
Wedge009 2016-12-08 23:51:27 +11:00
parent 4d48ed1319
commit 4ee8ee7e71
2 changed files with 4 additions and 6 deletions

View file

@ -3648,7 +3648,6 @@
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Units\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Units\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\util.cpp" />
<ClCompile Include="..\..\src\utils\context_free_grammar_generator.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)utils\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)utils\</ObjectFileName>

View file

@ -359,6 +359,9 @@
<ClCompile Include="..\..\src\editor\palette\editor_palettes.cpp">
<Filter>Editor\Palette</Filter>
</ClCompile>
<ClInclude Include="..\..\src\editor\palette\empty_palette.hpp">
<Filter>Editor\Palette</Filter>
</ClInclude>
<ClCompile Include="..\..\src\editor\palette\item_palette.cpp">
<Filter>Editor\Palette</Filter>
</ClCompile>
@ -1484,7 +1487,6 @@
<ClCompile Include="..\..\src\time_of_day.cpp" />
<ClCompile Include="..\..\src\tod_manager.cpp" />
<ClCompile Include="..\..\src\tooltips.cpp" />
<ClCompile Include="..\..\src\util.cpp" />
<ClCompile Include="..\..\src\variable.cpp" />
<ClCompile Include="..\..\src\variable_info.cpp" />
<ClCompile Include="..\..\src\video.cpp" />
@ -2765,6 +2767,7 @@
<ClInclude Include="..\..\src\attack_prediction.hpp" />
<ClInclude Include="..\..\src\attack_prediction_display.hpp" />
<ClInclude Include="..\..\src\build_info.hpp" />
<ClInclude Include="..\..\src\buffered_istream.hpp" />
<ClInclude Include="..\..\src\carryover.hpp" />
<ClInclude Include="..\..\src\chat_command_handler.hpp" />
<ClInclude Include="..\..\src\chat_events.hpp" />
@ -2931,10 +2934,6 @@
<ClInclude Include="..\..\src\font\pango\stream_ops.hpp">
<Filter>Font\Pango</Filter>
</ClInclude>
<ClInclude Include="..\..\src\buffered_istream.hpp" />
<ClInclude Include="..\..\src\editor\palette\empty_palette.hpp">
<Filter>Editor\Palette</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="..\..\src\tests\test_sdl_utils.hpp">