1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.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 =" Debug|x64" >
9+ <Configuration >Debug</Configuration >
10+ <Platform >x64</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Release|Win32" >
13+ <Configuration >Release</Configuration >
14+ <Platform >Win32</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 >{6B5A3DA6-68D1-46B9-B86C-D02236EABBC9}</ProjectGuid >
23+ <Keyword >Win32Proj</Keyword >
24+ <RootNamespace >winbenchintel</RootNamespace >
25+ </PropertyGroup >
26+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28+ <ConfigurationType >Application</ConfigurationType >
29+ <UseDebugLibraries >true</UseDebugLibraries >
30+ <CharacterSet >Unicode</CharacterSet >
31+ <PlatformToolset >Intel C++ Compiler XE 13.0</PlatformToolset >
32+ </PropertyGroup >
33+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
34+ <ConfigurationType >Application</ConfigurationType >
35+ <UseDebugLibraries >true</UseDebugLibraries >
36+ <CharacterSet >Unicode</CharacterSet >
37+ <PlatformToolset >Intel C++ Compiler XE 13.0</PlatformToolset >
38+ </PropertyGroup >
39+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
40+ <ConfigurationType >Application</ConfigurationType >
41+ <UseDebugLibraries >false</UseDebugLibraries >
42+ <WholeProgramOptimization >true</WholeProgramOptimization >
43+ <CharacterSet >Unicode</CharacterSet >
44+ <PlatformToolset >Intel C++ Compiler XE 13.0</PlatformToolset >
45+ </PropertyGroup >
46+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
47+ <ConfigurationType >Application</ConfigurationType >
48+ <UseDebugLibraries >false</UseDebugLibraries >
49+ <WholeProgramOptimization >true</WholeProgramOptimization >
50+ <CharacterSet >Unicode</CharacterSet >
51+ <PlatformToolset >Intel C++ Compiler XE 13.0</PlatformToolset >
52+ </PropertyGroup >
53+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
54+ <ImportGroup Label =" ExtensionSettings" >
55+ </ImportGroup >
56+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
57+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58+ </ImportGroup >
59+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
60+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61+ </ImportGroup >
62+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
63+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64+ </ImportGroup >
65+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
66+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
67+ </ImportGroup >
68+ <PropertyGroup Label =" UserMacros" />
69+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
70+ <LinkIncremental >true</LinkIncremental >
71+ <OutDir >$(SolutionDir)$(Configuration)\$(Platform)\</OutDir >
72+ <IntDir >obj\$(Configuration)\$(Platform)\</IntDir >
73+ </PropertyGroup >
74+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
75+ <LinkIncremental >true</LinkIncremental >
76+ <OutDir >$(SolutionDir)$(Configuration)\$(Platform)\</OutDir >
77+ <IntDir >obj\$(Configuration)\$(Platform)\</IntDir >
78+ </PropertyGroup >
79+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
80+ <LinkIncremental >false</LinkIncremental >
81+ <OutDir >$(SolutionDir)$(Configuration)\$(Platform)\</OutDir >
82+ <IntDir >obj\$(Configuration)\$(Platform)\</IntDir >
83+ </PropertyGroup >
84+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
85+ <LinkIncremental >false</LinkIncremental >
86+ <OutDir >$(SolutionDir)$(Configuration)\$(Platform)\</OutDir >
87+ <IntDir >obj\$(Configuration)\$(Platform)\</IntDir >
88+ </PropertyGroup >
89+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
90+ <ClCompile >
91+ <PrecompiledHeader >
92+ </PrecompiledHeader >
93+ <WarningLevel >Level3</WarningLevel >
94+ <Optimization >Disabled</Optimization >
95+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
96+ </ClCompile >
97+ <Link >
98+ <SubSystem >Console</SubSystem >
99+ <GenerateDebugInformation >true</GenerateDebugInformation >
100+ </Link >
101+ </ItemDefinitionGroup >
102+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
103+ <ClCompile >
104+ <PrecompiledHeader >
105+ </PrecompiledHeader >
106+ <WarningLevel >Level3</WarningLevel >
107+ <Optimization >Disabled</Optimization >
108+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
109+ </ClCompile >
110+ <Link >
111+ <SubSystem >Console</SubSystem >
112+ <GenerateDebugInformation >true</GenerateDebugInformation >
113+ </Link >
114+ </ItemDefinitionGroup >
115+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
116+ <ClCompile >
117+ <WarningLevel >Level3</WarningLevel >
118+ <PrecompiledHeader >
119+ </PrecompiledHeader >
120+ <Optimization >MaxSpeed</Optimization >
121+ <FunctionLevelLinking >true</FunctionLevelLinking >
122+ <IntrinsicFunctions >true</IntrinsicFunctions >
123+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
124+ </ClCompile >
125+ <Link >
126+ <SubSystem >Console</SubSystem >
127+ <GenerateDebugInformation >true</GenerateDebugInformation >
128+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
129+ <OptimizeReferences >true</OptimizeReferences >
130+ </Link >
131+ </ItemDefinitionGroup >
132+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
133+ <ClCompile >
134+ <WarningLevel >Level3</WarningLevel >
135+ <PrecompiledHeader >
136+ </PrecompiledHeader >
137+ <Optimization >MaxSpeed</Optimization >
138+ <FunctionLevelLinking >true</FunctionLevelLinking >
139+ <IntrinsicFunctions >true</IntrinsicFunctions >
140+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
141+ </ClCompile >
142+ <Link >
143+ <SubSystem >Console</SubSystem >
144+ <GenerateDebugInformation >true</GenerateDebugInformation >
145+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
146+ <OptimizeReferences >true</OptimizeReferences >
147+ </Link >
148+ </ItemDefinitionGroup >
149+ <ItemGroup >
150+ <ClCompile Include =" ..\..\tests\common\simplethread.cpp" />
151+ <ClCompile Include =" ..\systemtime.cpp" />
152+ <ClCompile Include =" ..\bench.cpp" />
153+ </ItemGroup >
154+ <ItemGroup >
155+ <ClInclude Include =" ..\..\atomicops.h" />
156+ <ClInclude Include =" ..\..\readerwriterqueue.h" />
157+ <ClInclude Include =" ..\..\tests\common\simplethread.h" />
158+ <ClInclude Include =" ..\ext\1024cores\spscqueue.h" />
159+ <ClInclude Include =" ..\ext\folly\ProducerConsumerQueue.h" />
160+ <ClInclude Include =" ..\systemtime.h" />
161+ </ItemGroup >
162+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
163+ <ImportGroup Label =" ExtensionTargets" >
164+ </ImportGroup >
165+ </Project >
0 commit comments