duckstation-regtest.vcxproj (1038B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <Import Project="..\..\dep\msvc\vsprops\Configurations.props" /> 4 <PropertyGroup Label="Globals"> 5 <ProjectGuid>{3029310E-4211-4C87-801A-72E130A648EF}</ProjectGuid> 6 </PropertyGroup> 7 <ItemGroup> 8 <ClCompile Include="regtest_host.cpp" /> 9 </ItemGroup> 10 <ItemGroup> 11 <ProjectReference Include="..\common\common.vcxproj"> 12 <Project>{ee054e08-3799-4a59-a422-18259c105ffd}</Project> 13 </ProjectReference> 14 <ProjectReference Include="..\core\core.vcxproj"> 15 <Project>{868b98c8-65a1-494b-8346-250a73a48c0a}</Project> 16 </ProjectReference> 17 <ProjectReference Include="..\util\util.vcxproj"> 18 <Project>{57f6206d-f264-4b07-baf8-11b9bbe1f455}</Project> 19 </ProjectReference> 20 </ItemGroup> 21 <Import Project="..\..\dep\msvc\vsprops\ConsoleApplication.props" /> 22 <Import Project="..\core\core.props" /> 23 <Import Project="..\..\dep\msvc\vsprops\Targets.props" /> 24 </Project>