Update Visual Studio project
This commit is contained in:
parent
148ea6fbe7
commit
f34f0c1006
2 changed files with 14 additions and 0 deletions
|
@ -3361,6 +3361,13 @@
|
|||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)utils\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)utils\</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\utils\parse_network_address.cpp">
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)utils\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)utils\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|Win32'">$(IntDir)utils\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)utils\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|Win32'">$(IntDir)utils\</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\variable.cpp" />
|
||||
<ClCompile Include="..\..\src\variable_info.cpp" />
|
||||
<ClCompile Include="..\..\src\video.cpp" />
|
||||
|
@ -4072,6 +4079,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\parse_network_address.hpp" />
|
||||
<ClInclude Include="..\..\src\utils\reference_counter.hpp" />
|
||||
<ClInclude Include="..\..\src\utils\scope_exit.hpp" />
|
||||
<ClInclude Include="..\..\src\variable.hpp" />
|
||||
|
|
|
@ -1554,6 +1554,9 @@
|
|||
<ClCompile Include="..\..\src\desktop\windows_battery_info.cpp">
|
||||
<Filter>Desktop</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\utils\parse_network_address.cpp">
|
||||
<Filter>utils</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\addon\client.hpp">
|
||||
|
@ -3033,6 +3036,9 @@
|
|||
<ClInclude Include="..\..\src\desktop\windows_battery_info.hpp">
|
||||
<Filter>Desktop</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\utils\parse_network_address.hpp">
|
||||
<Filter>utils</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="..\..\src\tests\test_sdl_utils.hpp">
|
||||
|
|
Loading…
Add table
Reference in a new issue