Skip to content

Commit

Permalink
Update Visual Studio project files (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkive authored and CelticMinstrel committed Jul 19, 2016
1 parent 1d8d843 commit a8c3bac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion projectfiles/VC12/wesnoth.vcxproj
Expand Up @@ -3577,6 +3577,9 @@
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)utils\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)utils\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\utils\name_generator_factory.cpp">
<ObjectFileName>$(IntDir)utils\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\utils\sha1.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug_with_VLD|Win32'">$(IntDir)utils\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)utils\</ObjectFileName>
Expand Down Expand Up @@ -4358,7 +4361,6 @@
<ClInclude Include="..\..\src\units\udisplay.hpp" />
<ClInclude Include="..\..\src\units\unit.hpp" />
<ClInclude Include="..\..\src\util.hpp" />
<ClInclude Include="..\..\src\utils\boost_function_guarded.hpp" />
<ClInclude Include="..\..\src\utils\const_clone.hpp" />
<ClInclude Include="..\..\src\utils\context_free_grammar_generator.hpp" />
<ClInclude Include="..\..\src\utils\functional.hpp" />
Expand All @@ -4367,6 +4369,7 @@
<ClInclude Include="..\..\src\utils\make_enum.hpp" />
<ClInclude Include="..\..\src\utils\markov_generator.hpp" />
<ClInclude Include="..\..\src\utils\name_generator.hpp" />
<ClInclude Include="..\..\src\utils\name_generator_factory.hpp" />
<ClInclude Include="..\..\src\utils\reference_counter.hpp" />
<ClInclude Include="..\..\src\utils\sha1.hpp" />
<ClInclude Include="..\..\src\utils\shared_object.hpp" />
Expand Down
9 changes: 6 additions & 3 deletions projectfiles/VC12/wesnoth.vcxproj.filters
Expand Up @@ -1492,6 +1492,9 @@
<ClCompile Include="..\..\src\wesnothd_connection.cpp" />
<ClCompile Include="..\..\src\wmi_pager.cpp" />
<ClCompile Include="..\..\src\wml_exception.cpp" />
<ClCompile Include="..\..\src\utils\name_generator_factory.cpp">
<Filter>utils</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\addon\client.hpp">
Expand Down Expand Up @@ -2349,9 +2352,6 @@
<ClInclude Include="..\..\src\widgets\widget.hpp">
<Filter>Widgets</Filter>
</ClInclude>
<ClInclude Include="..\..\src\utils\boost_function_guarded.hpp">
<Filter>utils</Filter>
</ClInclude>
<ClInclude Include="..\..\src\utils\const_clone.hpp">
<Filter>utils</Filter>
</ClInclude>
Expand Down Expand Up @@ -2868,6 +2868,9 @@
<ClInclude Include="..\..\src\wmi_pager.hpp" />
<ClInclude Include="..\..\src\wml_exception.hpp" />
<ClInclude Include="..\..\src\wml_separators.hpp" />
<ClInclude Include="..\..\src\utils\name_generator_factory.hpp">
<Filter>utils</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="..\..\src\tests\test_sdl_utils.hpp">
Expand Down

0 comments on commit a8c3bac

Please sign in to comment.