Update Visual Studio project files (#706)
This commit is contained in:
parent
1d8d843a80
commit
a8c3bac31f
2 changed files with 10 additions and 4 deletions
|
@ -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>
|
||||
|
@ -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" />
|
||||
|
@ -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" />
|
||||
|
|
|
@ -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">
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue