Update MSVC project files

This commit is contained in:
Celtic Minstrel 2017-03-23 12:42:17 -04:00
parent ecffef786a
commit 9749689551
2 changed files with 15 additions and 0 deletions

View file

@ -1955,6 +1955,14 @@
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Gui\Dialogs\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Gui\Dialogs\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\gui\dialogs\help_browser.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug_with_VLD|Win32'">$(IntDir)Gui\Dialogs\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Gui\Dialogs\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)Gui\Dialogs\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)Gui\Dialogs\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)Gui\Dialogs\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)Gui\Dialogs\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\gui\dialogs\hotkey_bind.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug_with_VLD|Win32'">$(IntDir)Gui\Dialogs\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Gui\Dialogs\</ObjectFileName>
@ -4151,6 +4159,7 @@
<ClInclude Include="..\..\src\gui\dialogs\game_stats.hpp" />
<ClInclude Include="..\..\src\gui\dialogs\game_version.hpp" />
<ClInclude Include="..\..\src\gui\dialogs\helper.hpp" />
<ClInclude Include="..\..\src\gui\dialogs\help_browser.hpp" />
<ClInclude Include="..\..\src\gui\dialogs\hotkey_bind.hpp" />
<ClInclude Include="..\..\src\gui\dialogs\label_settings.hpp" />
<ClInclude Include="..\..\src\gui\dialogs\language_selection.hpp" />

View file

@ -1518,6 +1518,9 @@
<ClCompile Include="..\..\src\tests\test_formula_core.cpp">
<Filter>Tests</Filter>
</ClCompile>
<ClCompile Include="..\..\src\gui\dialogs\help_browser.cpp">
<Filter>Gui\Dialogs</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\addon\client.hpp">
@ -2947,6 +2950,9 @@
<ClInclude Include="..\..\src\font\pango\stream_ops.hpp">
<Filter>Font\Pango</Filter>
</ClInclude>
<ClInclude Include="..\..\src\gui\dialogs\help_browser.hpp">
<Filter>Gui\Dialogs</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="..\..\src\tests\test_sdl_utils.hpp">