1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" 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+ <VCProjectVersion >17.0</VCProjectVersion >
23+ <Keyword >Win32Proj</Keyword >
24+ <ProjectGuid >{f9bd47f5-4aa3-4ba3-91f2-2ac7b270299c}</ProjectGuid >
25+ <RootNamespace >ETLTrimmer</RootNamespace >
26+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27+ </PropertyGroup >
28+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
30+ <ConfigurationType >Application</ConfigurationType >
31+ <UseDebugLibraries >true</UseDebugLibraries >
32+ <PlatformToolset >v143</PlatformToolset >
33+ <CharacterSet >Unicode</CharacterSet >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36+ <ConfigurationType >Application</ConfigurationType >
37+ <UseDebugLibraries >false</UseDebugLibraries >
38+ <PlatformToolset >v143</PlatformToolset >
39+ <WholeProgramOptimization >true</WholeProgramOptimization >
40+ <CharacterSet >Unicode</CharacterSet >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
43+ <ConfigurationType >Application</ConfigurationType >
44+ <UseDebugLibraries >true</UseDebugLibraries >
45+ <PlatformToolset >v143</PlatformToolset >
46+ <CharacterSet >Unicode</CharacterSet >
47+ </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
49+ <ConfigurationType >Application</ConfigurationType >
50+ <UseDebugLibraries >false</UseDebugLibraries >
51+ <PlatformToolset >v143</PlatformToolset >
52+ <WholeProgramOptimization >true</WholeProgramOptimization >
53+ <CharacterSet >Unicode</CharacterSet >
54+ </PropertyGroup >
55+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
56+ <ImportGroup Label =" ExtensionSettings" >
57+ </ImportGroup >
58+ <ImportGroup Label =" Shared" >
59+ </ImportGroup >
60+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
61+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
62+ </ImportGroup >
63+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
64+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
65+ </ImportGroup >
66+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
67+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68+ <Import Project =" ..\vcpkg.props" />
69+ </ImportGroup >
70+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
71+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72+ <Import Project =" ..\vcpkg.props" />
73+ </ImportGroup >
74+ <PropertyGroup Label =" UserMacros" />
75+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
76+ <OutDir >..\build\$(Configuration)\</OutDir >
77+ <IntDir >..\build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir >
78+ </PropertyGroup >
79+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
80+ <OutDir >..\build\$(Configuration)\</OutDir >
81+ <IntDir >..\build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir >
82+ </PropertyGroup >
83+ <PropertyGroup Label =" Vcpkg" >
84+ <VcpkgEnabled >true</VcpkgEnabled >
85+ <VcpkgEnableManifest >true</VcpkgEnableManifest >
86+ </PropertyGroup >
87+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
88+ <VcpkgUseStatic >true</VcpkgUseStatic >
89+ <VcpkgHostTriplet >x64-windows-static</VcpkgHostTriplet >
90+ </PropertyGroup >
91+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
92+ <VcpkgUseStatic >true</VcpkgUseStatic >
93+ <VcpkgHostTriplet >x64-windows-static</VcpkgHostTriplet >
94+ </PropertyGroup >
95+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
96+ <ClCompile >
97+ <WarningLevel >Level3</WarningLevel >
98+ <SDLCheck >true</SDLCheck >
99+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
100+ <ConformanceMode >true</ConformanceMode >
101+ <LanguageStandard >stdcpplatest</LanguageStandard >
102+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
103+ </ClCompile >
104+ <Link >
105+ <SubSystem >Console</SubSystem >
106+ <GenerateDebugInformation >true</GenerateDebugInformation >
107+ </Link >
108+ </ItemDefinitionGroup >
109+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
110+ <ClCompile >
111+ <WarningLevel >Level3</WarningLevel >
112+ <FunctionLevelLinking >true</FunctionLevelLinking >
113+ <IntrinsicFunctions >true</IntrinsicFunctions >
114+ <SDLCheck >true</SDLCheck >
115+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
116+ <ConformanceMode >true</ConformanceMode >
117+ <LanguageStandard >stdcpplatest</LanguageStandard >
118+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
119+ </ClCompile >
120+ <Link >
121+ <SubSystem >Console</SubSystem >
122+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
123+ <OptimizeReferences >true</OptimizeReferences >
124+ <GenerateDebugInformation >true</GenerateDebugInformation >
125+ </Link >
126+ </ItemDefinitionGroup >
127+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
128+ <ClCompile >
129+ <WarningLevel >Level3</WarningLevel >
130+ <SDLCheck >true</SDLCheck >
131+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
132+ <ConformanceMode >true</ConformanceMode >
133+ <LanguageStandard >stdcpplatest</LanguageStandard >
134+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
135+ </ClCompile >
136+ <Link >
137+ <SubSystem >Console</SubSystem >
138+ <GenerateDebugInformation >true</GenerateDebugInformation >
139+ <AdditionalDependencies >tdh.lib;%(AdditionalDependencies)</AdditionalDependencies >
140+ </Link >
141+ </ItemDefinitionGroup >
142+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
143+ <ClCompile >
144+ <WarningLevel >Level3</WarningLevel >
145+ <FunctionLevelLinking >true</FunctionLevelLinking >
146+ <IntrinsicFunctions >true</IntrinsicFunctions >
147+ <SDLCheck >true</SDLCheck >
148+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
149+ <ConformanceMode >true</ConformanceMode >
150+ <LanguageStandard >stdcpplatest</LanguageStandard >
151+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
152+ </ClCompile >
153+ <Link >
154+ <SubSystem >Console</SubSystem >
155+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
156+ <OptimizeReferences >true</OptimizeReferences >
157+ <GenerateDebugInformation >true</GenerateDebugInformation >
158+ <AdditionalDependencies >tdh.lib;%(AdditionalDependencies)</AdditionalDependencies >
159+ </Link >
160+ </ItemDefinitionGroup >
161+ <ItemGroup >
162+ <ClCompile Include =" main.cpp" />
163+ </ItemGroup >
164+ <ItemGroup >
165+ <ProjectReference Include =" ..\IntelPresentMon\CommonUtilities\CommonUtilities.vcxproj" >
166+ <Project >{08a704d8-ca1c-45e9-8ede-542a1a43b53e}</Project >
167+ </ProjectReference >
168+ <ProjectReference Include =" ..\PresentData\PresentData.vcxproj" >
169+ <Project >{892028e5-32f6-45fc-8ab2-90fcbcac4bf6}</Project >
170+ </ProjectReference >
171+ </ItemGroup >
172+ <ItemGroup >
173+ <ClInclude Include =" CliOptions.h" />
174+ </ItemGroup >
175+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
176+ <ImportGroup Label =" ExtensionTargets" >
177+ </ImportGroup >
178+ </Project >
0 commit comments