1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <ProjectGuid >{b4228078-e3e3-4664-9a84-c8674c71ad76}</ProjectGuid >
23+ <Keyword >Win32Proj</Keyword >
24+ <WindowsTargetPlatformVersion >10.0.26100.0</WindowsTargetPlatformVersion >
25+ <ConfigurationType >Application</ConfigurationType >
26+ <PlatformToolset >v143</PlatformToolset >
27+ <CharacterSet >Unicode</CharacterSet >
28+ </PropertyGroup >
29+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
31+ <ImportGroup Label =" ExtensionSettings" />
32+ <ImportGroup Label =" Shared" />
33+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
34+ <Import Project =" ..\vcc-base.props" />
35+ <Import Project =" ..\vcc-debug.props" />
36+ </ImportGroup >
37+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
38+ <Import Project =" ..\vcc-base.props" />
39+ <Import Project =" ..\vcc-debug.props" />
40+ </ImportGroup >
41+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
42+ <Import Project =" ..\vcc-base.props" />
43+ <Import Project =" ..\vss-release.props" />
44+ </ImportGroup >
45+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
46+ <Import Project =" ..\vcc-base.props" />
47+ <Import Project =" ..\vss-release.props" />
48+ </ImportGroup >
49+ <PropertyGroup Label =" UserMacros" />
50+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
51+ <OutDir >$(SolutionDir)__obj\$(Platform)\$(Configuration)\vcc\out\</OutDir >
52+ </PropertyGroup >
53+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
54+ <OutDir >$(SolutionDir)__obj\$(Platform)\$(Configuration)\vcc\out\</OutDir >
55+ </PropertyGroup >
56+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
57+ <OutDir >$(SolutionDir)__obj\$(Platform)\$(Configuration)\vcc\out\</OutDir >
58+ </PropertyGroup >
59+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
60+ <OutDir >$(SolutionDir)__obj\$(Platform)\$(Configuration)\vcc\out\</OutDir >
61+ </PropertyGroup >
62+ <ItemDefinitionGroup />
63+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
64+ <ClCompile >
65+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
66+ <PreprocessorDefinitions >_SILENCE_CXX17_STRSTREAM_DEPRECATION_WARNING;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
67+ </ClCompile >
68+ <Link >
69+ <SubSystem >Console</SubSystem >
70+ </Link >
71+ </ItemDefinitionGroup >
72+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
73+ <ClCompile >
74+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
75+ <PreprocessorDefinitions >_SILENCE_CXX17_STRSTREAM_DEPRECATION_WARNING;X64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
76+ </ClCompile >
77+ <Link >
78+ <SubSystem >Console</SubSystem >
79+ </Link >
80+ </ItemDefinitionGroup >
81+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
82+ <ClCompile >
83+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
84+ <PreprocessorDefinitions >_SILENCE_CXX17_STRSTREAM_DEPRECATION_WARNING;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
85+ </ClCompile >
86+ <Link >
87+ <SubSystem >Console</SubSystem >
88+ </Link >
89+ </ItemDefinitionGroup >
90+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
91+ <ClCompile >
92+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
93+ <PreprocessorDefinitions >_SILENCE_CXX17_STRSTREAM_DEPRECATION_WARNING;X64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
94+ </ClCompile >
95+ <Link >
96+ <SubSystem >Console</SubSystem >
97+ </Link >
98+ </ItemDefinitionGroup >
99+ <ItemGroup >
100+ <None Include =" packages.config" />
101+ </ItemGroup >
102+ <ItemGroup >
103+ <ProjectReference Include =" ..\libcommon\libcommon.vcxproj" >
104+ <Project >{e0aa25bd-5527-475f-8d8b-b549a6311b0c}</Project >
105+ </ProjectReference >
106+ </ItemGroup >
107+ <ItemGroup >
108+ <ClInclude Include =" src\media\disk_images\test_generic_disk_image.h" />
109+ <ClInclude Include =" src\media\memory_stream_buffer.h" />
110+ <ClInclude Include =" src\media\test_disk_image.h" />
111+ </ItemGroup >
112+ <ItemGroup >
113+ <ClCompile Include =" src\media\disk_images\test_generic_disk_image.cpp" />
114+ <ClCompile Include =" src\media\test_disk_image.cpp" />
115+ </ItemGroup >
116+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
117+ <ImportGroup Label =" ExtensionTargets" >
118+ <Import Project =" ..\packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.1.8.1.7\build\native\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.targets" Condition =" Exists('..\packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.1.8.1.7\build\native\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.targets')" />
119+ </ImportGroup >
120+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
121+ <PropertyGroup >
122+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
123+ </PropertyGroup >
124+ <Error Condition =" !Exists('..\packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.1.8.1.7\build\native\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.1.8.1.7\build\native\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.targets'))" />
125+ </Target >
126+ </Project >
0 commit comments