Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
stenzek
GitHub Repository: stenzek/duckstation
Path: blob/master/src/common-tests/common-tests.vcxproj
4212 views
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <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" />
    <ClCompile Include="gsvector_tests.cpp" />
    <ClCompile Include="path_tests.cpp" />
    <ClCompile Include="rectangle_tests.cpp" />
    <ClCompile Include="hash_tests.cpp" />
    <ClCompile Include="string_tests.cpp" />
    <ClCompile Include="gsvector_yuvtorgb_test.cpp" />
  </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>
  <Import Project="..\..\dep\msvc\vsprops\ConsoleApplication.props" />
  <Import Project="..\common\common.props" />
  <ItemDefinitionGroup>
    <ClCompile>
      <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(SolutionDir)dep\googletest\include</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
    </Link>
  </ItemDefinitionGroup>
  <Import Project="..\..\dep\msvc\vsprops\Targets.props" />
</Project>