duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

common-tests.vcxproj (1530B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <Import Project="..\..\dep\msvc\vsprops\Configurations.props" />
      4   <ItemGroup>
      5     <ClCompile Include="..\..\dep\googletest\src\gtest_main.cc" />
      6     <ClCompile Include="bitutils_tests.cpp" />
      7     <ClCompile Include="file_system_tests.cpp" />
      8     <ClCompile Include="path_tests.cpp" />
      9     <ClCompile Include="rectangle_tests.cpp" />
     10     <ClCompile Include="string_tests.cpp" />
     11     <ClCompile Include="gsvector_yuvtorgb_test.cpp" />
     12   </ItemGroup>
     13   <ItemGroup>
     14     <ProjectReference Include="..\..\dep\googletest\googletest.vcxproj">
     15       <Project>{49953e1b-2ef7-46a4-b88b-1bf9e099093b}</Project>
     16     </ProjectReference>
     17     <ProjectReference Include="..\common\common.vcxproj">
     18       <Project>{ee054e08-3799-4a59-a422-18259c105ffd}</Project>
     19     </ProjectReference>
     20   </ItemGroup>
     21   <PropertyGroup Label="Globals">
     22     <ProjectGuid>{EA2B9C7A-B8CC-42F9-879B-191A98680C10}</ProjectGuid>
     23   </PropertyGroup>
     24   <Import Project="..\..\dep\msvc\vsprops\ConsoleApplication.props" />
     25   <Import Project="..\common\common.props" />
     26   <ItemDefinitionGroup>
     27     <ClCompile>
     28       <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(SolutionDir)dep\googletest\include</AdditionalIncludeDirectories>
     29     </ClCompile>
     30     <Link>
     31       <SubSystem>Console</SubSystem>
     32     </Link>
     33   </ItemDefinitionGroup>
     34   <Import Project="..\..\dep\msvc\vsprops\Targets.props" />
     35 </Project>