Updated VS projectfile
This commit is contained in:
parent
cb537f781b
commit
c9d1fda443
2 changed files with 4 additions and 0 deletions
|
@ -4142,6 +4142,7 @@
|
|||
<ClInclude Include="..\..\src\utils\math.hpp" />
|
||||
<ClInclude Include="..\..\src\utils\name_generator.hpp" />
|
||||
<ClInclude Include="..\..\src\utils\name_generator_factory.hpp" />
|
||||
<ClInclude Include="..\..\src\utils\optional_fwd.hpp" />
|
||||
<ClInclude Include="..\..\src\utils\parse_network_address.hpp" />
|
||||
<ClInclude Include="..\..\src\utils\reference_counter.hpp" />
|
||||
<ClInclude Include="..\..\src\utils\scope_exit.hpp" />
|
||||
|
|
|
@ -3090,6 +3090,9 @@
|
|||
<ClInclude Include="..\..\src\units\orb_status.hpp">
|
||||
<Filter>Units</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\utils\optional_fwd.hpp">
|
||||
<Filter>utils</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="..\..\src\tests\test_sdl_utils.hpp">
|
||||
|
|
Loading…
Add table
Reference in a new issue