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+ <ItemGroup >
22+ <ClInclude Include =" src/Scenarios.h" />
23+ </ItemGroup >
24+ <ItemGroup >
25+ <ClCompile Include =" src/Concurrency.cpp" />
26+ </ItemGroup >
27+ <PropertyGroup Label =" Globals" >
28+ <VCProjectVersion >15.0</VCProjectVersion >
29+ <ProjectGuid >{C174D45D-C189-475B-B1A7-494939EE7491}</ProjectGuid >
30+ <Keyword >Win32Proj</Keyword >
31+ <RootNamespace >WinMLRunnerScenarios</RootNamespace >
32+ <WindowsTargetPlatformVersion >10.0.18323.0</WindowsTargetPlatformVersion >
33+ </PropertyGroup >
34+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
36+ <ConfigurationType >StaticLibrary</ConfigurationType >
37+ <UseDebugLibraries >true</UseDebugLibraries >
38+ <PlatformToolset >v141</PlatformToolset >
39+ <CharacterSet >Unicode</CharacterSet >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
42+ <ConfigurationType >StaticLibrary</ConfigurationType >
43+ <UseDebugLibraries >false</UseDebugLibraries >
44+ <PlatformToolset >v141</PlatformToolset >
45+ <WholeProgramOptimization >true</WholeProgramOptimization >
46+ <CharacterSet >Unicode</CharacterSet >
47+ </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
49+ <ConfigurationType >StaticLibrary</ConfigurationType >
50+ <UseDebugLibraries >true</UseDebugLibraries >
51+ <PlatformToolset >v141</PlatformToolset >
52+ <CharacterSet >Unicode</CharacterSet >
53+ </PropertyGroup >
54+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
55+ <ConfigurationType >StaticLibrary</ConfigurationType >
56+ <UseDebugLibraries >false</UseDebugLibraries >
57+ <PlatformToolset >v141</PlatformToolset >
58+ <WholeProgramOptimization >true</WholeProgramOptimization >
59+ <CharacterSet >Unicode</CharacterSet >
60+ </PropertyGroup >
61+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
62+ <ImportGroup Label =" ExtensionSettings" >
63+ </ImportGroup >
64+ <ImportGroup Label =" Shared" >
65+ </ImportGroup >
66+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
67+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68+ </ImportGroup >
69+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
70+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71+ </ImportGroup >
72+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
73+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
74+ </ImportGroup >
75+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
76+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
77+ </ImportGroup >
78+ <PropertyGroup Label =" UserMacros" />
79+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
80+ <LinkIncremental >true</LinkIncremental >
81+ <IntDir >$(Platform)\$(Configuration)\$(ProjectName)\</IntDir >
82+ </PropertyGroup >
83+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
84+ <LinkIncremental >true</LinkIncremental >
85+ <IntDir >$(Platform)\$(Configuration)\$(ProjectName)\</IntDir >
86+ </PropertyGroup >
87+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
88+ <IntDir >$(Platform)\$(Configuration)\$(ProjectName)\</IntDir >
89+ <LinkIncremental >false</LinkIncremental >
90+ </PropertyGroup >
91+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
92+ <IntDir >$(Platform)\$(Configuration)\$(ProjectName)\</IntDir >
93+ <LinkIncremental >false</LinkIncremental >
94+ </PropertyGroup >
95+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
96+ <ClCompile >
97+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
98+ <WarningLevel >Level3</WarningLevel >
99+ <Optimization >Disabled</Optimization >
100+ <SDLCheck >true</SDLCheck >
101+ <PreprocessorDefinitions >_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
102+ <ConformanceMode >true</ConformanceMode >
103+ <LanguageStandard >stdcpp17</LanguageStandard >
104+ </ClCompile >
105+ <Link >
106+ <SubSystem >Windows</SubSystem >
107+ <GenerateDebugInformation >true</GenerateDebugInformation >
108+ </Link >
109+ </ItemDefinitionGroup >
110+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
111+ <ClCompile >
112+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
113+ <WarningLevel >Level3</WarningLevel >
114+ <Optimization >Disabled</Optimization >
115+ <SDLCheck >true</SDLCheck >
116+ <PreprocessorDefinitions >WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
117+ <ConformanceMode >true</ConformanceMode >
118+ <AdditionalIncludeDirectories >E:\winml\Windows-Machine-Learning\Tools\WinMLRunner\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
119+ <LanguageStandard >stdcpp17</LanguageStandard >
120+ <PrecompiledHeaderFile />
121+ <PrecompiledHeaderOutputFile />
122+ </ClCompile >
123+ <Link >
124+ <SubSystem >Windows</SubSystem >
125+ <GenerateDebugInformation >true</GenerateDebugInformation >
126+ </Link >
127+ </ItemDefinitionGroup >
128+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
129+ <ClCompile >
130+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
131+ <WarningLevel >Level3</WarningLevel >
132+ <Optimization >MaxSpeed</Optimization >
133+ <FunctionLevelLinking >true</FunctionLevelLinking >
134+ <IntrinsicFunctions >true</IntrinsicFunctions >
135+ <SDLCheck >true</SDLCheck >
136+ <PreprocessorDefinitions >WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
137+ <ConformanceMode >true</ConformanceMode >
138+ <AdditionalIncludeDirectories >E:\winml\Windows-Machine-Learning\Tools\WinMLRunner\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
139+ <LanguageStandard >stdcpp17</LanguageStandard >
140+ <PrecompiledHeaderFile />
141+ <PrecompiledHeaderOutputFile />
142+ </ClCompile >
143+ <Link >
144+ <SubSystem >Windows</SubSystem >
145+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
146+ <OptimizeReferences >true</OptimizeReferences >
147+ <GenerateDebugInformation >true</GenerateDebugInformation >
148+ </Link >
149+ </ItemDefinitionGroup >
150+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
151+ <ClCompile >
152+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
153+ <WarningLevel >Level3</WarningLevel >
154+ <Optimization >MaxSpeed</Optimization >
155+ <FunctionLevelLinking >true</FunctionLevelLinking >
156+ <IntrinsicFunctions >true</IntrinsicFunctions >
157+ <SDLCheck >true</SDLCheck >
158+ <PreprocessorDefinitions >NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
159+ <ConformanceMode >true</ConformanceMode >
160+ <LanguageStandard >stdcpp17</LanguageStandard >
161+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
162+ </ClCompile >
163+ <Link >
164+ <SubSystem >Windows</SubSystem >
165+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
166+ <OptimizeReferences >true</OptimizeReferences >
167+ <GenerateDebugInformation >true</GenerateDebugInformation >
168+ </Link >
169+ </ItemDefinitionGroup >
170+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
171+ <ImportGroup Label =" ExtensionTargets" >
172+ </ImportGroup >
173+ </Project >
0 commit comments