2020-04-02 15:31:58 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<Import Project="..\..\dep\msvc\vsprops\Configurations.props" />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\..\dep\googletest\src\gtest_main.cc" />
|
|
|
|
|
<ClCompile Include="bitutils_tests.cpp" />
|
|
|
|
|
<ClCompile Include="file_system_tests.cpp" />
|
2022-07-08 11:57:06 +00:00
|
|
|
|
<ClCompile Include="path_tests.cpp" />
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<ClCompile Include="rectangle_tests.cpp" />
|
2023-09-18 12:29:34 +00:00
|
|
|
|
<ClCompile Include="string_tests.cpp" />
|
2024-07-10 05:08:34 +00:00
|
|
|
|
<ClCompile Include="gsvector_yuvtorgb_test.cpp" />
|
2020-04-02 15:31:58 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\dep\googletest\googletest.vcxproj">
|
|
|
|
|
<Project>{49953e1b-2ef7-46a4-b88b-1bf9e099093b}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\common\common.vcxproj">
|
|
|
|
|
<Project>{ee054e08-3799-4a59-a422-18259c105ffd}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{EA2B9C7A-B8CC-42F9-879B-191A98680C10}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<Import Project="..\..\dep\msvc\vsprops\ConsoleApplication.props" />
|
|
|
|
|
<Import Project="..\common\common.props" />
|
|
|
|
|
<ItemDefinitionGroup>
|
2020-10-13 11:37:37 +00:00
|
|
|
|
<ClCompile>
|
2023-08-13 07:21:45 +00:00
|
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(SolutionDir)dep\googletest\include</AdditionalIncludeDirectories>
|
2020-04-02 15:31:58 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<Import Project="..\..\dep\msvc\vsprops\Targets.props" />
|
2020-04-02 15:31:58 +00:00
|
|
|
|
</Project>
|