1bb5e312e189a01c0be546992192ca3dcb6302eb
[libcds.git] / projects / Win / vc14 / stress-framework.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="DebugVLD|Win32">\r
5       <Configuration>DebugVLD</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="DebugVLD|x64">\r
9       <Configuration>DebugVLD</Configuration>\r
10       <Platform>x64</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Debug|Win32">\r
13       <Configuration>Debug</Configuration>\r
14       <Platform>Win32</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|Win32">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>Win32</Platform>\r
19     </ProjectConfiguration>\r
20     <ProjectConfiguration Include="Debug|x64">\r
21       <Configuration>Debug</Configuration>\r
22       <Platform>x64</Platform>\r
23     </ProjectConfiguration>\r
24     <ProjectConfiguration Include="Release|x64">\r
25       <Configuration>Release</Configuration>\r
26       <Platform>x64</Platform>\r
27     </ProjectConfiguration>\r
28   </ItemGroup>\r
29   <ItemGroup>\r
30     <ClInclude Include="..\..\..\test\include\cds_test\stress_test.h" />\r
31     <ClInclude Include="..\..\..\test\stress\framework\city.h" />\r
32     <ClInclude Include="..\..\..\test\stress\framework\ellen_bintree_update_desc_pool.h" />\r
33     <ClInclude Include="..\..\..\test\stress\framework\michael_alloc.h" />\r
34   </ItemGroup>\r
35   <ItemGroup>\r
36     <ClCompile Include="..\..\..\test\stress\framework\city.cpp">\r
37       <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4267</DisableSpecificWarnings>\r
38       <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='DebugVLD|Win32'">4267</DisableSpecificWarnings>\r
39       <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4267</DisableSpecificWarnings>\r
40       <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">4267</DisableSpecificWarnings>\r
41       <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='DebugVLD|x64'">4267</DisableSpecificWarnings>\r
42       <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|x64'">4267</DisableSpecificWarnings>\r
43     </ClCompile>\r
44     <ClCompile Include="..\..\..\test\stress\framework\config.cpp">\r
45       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
46       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='DebugVLD|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
47       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
48       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
49       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='DebugVLD|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
50       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
51     </ClCompile>\r
52     <ClCompile Include="..\..\..\test\stress\framework\ellen_bintree_update_desc_pool.cpp" />\r
53     <ClCompile Include="..\..\..\test\stress\framework\michael_alloc.cpp" />\r
54     <ClCompile Include="..\..\..\test\stress\framework\stress_test.cpp">\r
55       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
56       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='DebugVLD|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
57       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
58       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
59       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='DebugVLD|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
60       <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
61     </ClCompile>\r
62   </ItemGroup>\r
63   <ItemGroup>\r
64     <CustomBuild Include="..\..\..\test\stress\data\text.txt">\r
65       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cd %(RootDir)%(Directory) &amp;&amp; perl -X split.pl text.txt $(TargetDir)\dictionary.txt</Command>\r
66       <Command Condition="'$(Configuration)|$(Platform)'=='DebugVLD|Win32'">cd %(RootDir)%(Directory) &amp;&amp; perl -X split.pl text.txt $(TargetDir)\dictionary.txt</Command>\r
67       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">cd %(RootDir)%(Directory) &amp;&amp; perl -X split.pl text.txt $(TargetDir)\dictionary.txt</Command>\r
68       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">cd %(RootDir)%(Directory) &amp;&amp; perl -X split.pl text.txt $(TargetDir)\dictionary.txt</Command>\r
69       <Command Condition="'$(Configuration)|$(Platform)'=='DebugVLD|x64'">cd %(RootDir)%(Directory) &amp;&amp; perl -X split.pl text.txt $(TargetDir)\dictionary.txt</Command>\r
70       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">cd %(RootDir)%(Directory) &amp;&amp; perl -X split.pl text.txt $(TargetDir)\dictionary.txt</Command>\r
71       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Build text dictionary</Message>\r
72       <Message Condition="'$(Configuration)|$(Platform)'=='DebugVLD|Win32'">Build text dictionary</Message>\r
73       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Build text dictionary</Message>\r
74       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Build text dictionary</Message>\r
75       <Message Condition="'$(Configuration)|$(Platform)'=='DebugVLD|x64'">Build text dictionary</Message>\r
76       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Build text dictionary</Message>\r
77       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)\dictionary.txt;%(Outputs)</Outputs>\r
78       <Outputs Condition="'$(Configuration)|$(Platform)'=='DebugVLD|Win32'">$(TargetDir)\dictionary.txt;%(Outputs)</Outputs>\r
79       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)\dictionary.txt;%(Outputs)</Outputs>\r
80       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)\dictionary.txt;%(Outputs)</Outputs>\r
81       <Outputs Condition="'$(Configuration)|$(Platform)'=='DebugVLD|x64'">$(TargetDir)\dictionary.txt;%(Outputs)</Outputs>\r
82       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)\dictionary.txt;%(Outputs)</Outputs>\r
83     </CustomBuild>\r
84   </ItemGroup>\r
85   <PropertyGroup Label="Globals">\r
86     <ProjectGuid>{A34CED07-A442-4FA1-81C4-F8B9CD3C832B}</ProjectGuid>\r
87     <Keyword>Win32Proj</Keyword>\r
88     <RootNamespace>stack</RootNamespace>\r
89     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>\r
90   </PropertyGroup>\r
91   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
92   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
93     <ConfigurationType>StaticLibrary</ConfigurationType>\r
94     <UseDebugLibraries>true</UseDebugLibraries>\r
95     <PlatformToolset>v140</PlatformToolset>\r
96     <CharacterSet>Unicode</CharacterSet>\r
97   </PropertyGroup>\r
98   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugVLD|Win32'" Label="Configuration">\r
99     <ConfigurationType>StaticLibrary</ConfigurationType>\r
100     <UseDebugLibraries>true</UseDebugLibraries>\r
101     <PlatformToolset>v140</PlatformToolset>\r
102     <CharacterSet>Unicode</CharacterSet>\r
103   </PropertyGroup>\r
104   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
105     <ConfigurationType>StaticLibrary</ConfigurationType>\r
106     <UseDebugLibraries>false</UseDebugLibraries>\r
107     <PlatformToolset>v140</PlatformToolset>\r
108     <WholeProgramOptimization>true</WholeProgramOptimization>\r
109     <CharacterSet>Unicode</CharacterSet>\r
110   </PropertyGroup>\r
111   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
112     <ConfigurationType>StaticLibrary</ConfigurationType>\r
113     <UseDebugLibraries>true</UseDebugLibraries>\r
114     <PlatformToolset>v140</PlatformToolset>\r
115     <CharacterSet>Unicode</CharacterSet>\r
116   </PropertyGroup>\r
117   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugVLD|x64'" Label="Configuration">\r
118     <ConfigurationType>StaticLibrary</ConfigurationType>\r
119     <UseDebugLibraries>true</UseDebugLibraries>\r
120     <PlatformToolset>v140</PlatformToolset>\r
121     <CharacterSet>Unicode</CharacterSet>\r
122   </PropertyGroup>\r
123   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
124     <ConfigurationType>StaticLibrary</ConfigurationType>\r
125     <UseDebugLibraries>false</UseDebugLibraries>\r
126     <PlatformToolset>v140</PlatformToolset>\r
127     <WholeProgramOptimization>true</WholeProgramOptimization>\r
128     <CharacterSet>Unicode</CharacterSet>\r
129   </PropertyGroup>\r
130   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
131   <ImportGroup Label="ExtensionSettings">\r
132   </ImportGroup>\r
133   <ImportGroup Label="Shared">\r
134   </ImportGroup>\r
135   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
136     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
137   </ImportGroup>\r
138   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugVLD|Win32'" Label="PropertySheets">\r
139     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
140   </ImportGroup>\r
141   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
142     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
143   </ImportGroup>\r
144   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
145     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
146   </ImportGroup>\r
147   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugVLD|x64'" Label="PropertySheets">\r
148     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
149   </ImportGroup>\r
150   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
151     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
152   </ImportGroup>\r
153   <PropertyGroup Label="UserMacros" />\r
154   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
155     <LinkIncremental>true</LinkIncremental>\r
156     <OutDir>$(SolutionDir)..\..\..\bin\vc.$(PlatformToolset)\$(Platform)\</OutDir>\r
157     <IntDir>$(SolutionDir)..\..\..\obj\vc.$(PlatformToolset)\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>\r
158     <TargetName>$(ProjectName)_d</TargetName>\r
159   </PropertyGroup>\r
160   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugVLD|Win32'">\r
161     <LinkIncremental>true</LinkIncremental>\r
162     <OutDir>$(SolutionDir)..\..\..\bin\vc.$(PlatformToolset)\$(Platform)\</OutDir>\r
163     <IntDir>$(SolutionDir)..\..\..\obj\vc.$(PlatformToolset)\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>\r
164     <TargetName>$(ProjectName)_d</TargetName>\r
165   </PropertyGroup>\r
166   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
167     <LinkIncremental>true</LinkIncremental>\r
168     <OutDir>$(SolutionDir)..\..\..\bin\vc.$(PlatformToolset)\$(Platform)\</OutDir>\r
169     <IntDir>$(SolutionDir)..\..\..\obj\vc.$(PlatformToolset)\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>\r
170     <TargetName>$(ProjectName)_d</TargetName>\r
171   </PropertyGroup>\r
172   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugVLD|x64'">\r
173     <LinkIncremental>true</LinkIncremental>\r
174     <OutDir>$(SolutionDir)..\..\..\bin\vc.$(PlatformToolset)\$(Platform)\</OutDir>\r
175     <IntDir>$(SolutionDir)..\..\..\obj\vc.$(PlatformToolset)\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>\r
176     <TargetName>$(ProjectName)_d</TargetName>\r
177   </PropertyGroup>\r
178   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
179     <LinkIncremental>false</LinkIncremental>\r
180     <OutDir>$(SolutionDir)..\..\..\bin\vc.$(PlatformToolset)\$(Platform)-release\</OutDir>\r
181     <IntDir>$(SolutionDir)..\..\..\obj\vc.$(PlatformToolset)\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>\r
182   </PropertyGroup>\r
183   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
184     <LinkIncremental>false</LinkIncremental>\r
185     <OutDir>$(SolutionDir)..\..\..\bin\vc.$(PlatformToolset)\$(Platform)-release\</OutDir>\r
186     <IntDir>$(SolutionDir)..\..\..\obj\vc.$(PlatformToolset)\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>\r
187   </PropertyGroup>\r
188   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
189     <ClCompile>\r
190       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
191       <WarningLevel>Level3</WarningLevel>\r
192       <Optimization>Disabled</Optimization>\r
193       <PreprocessorDefinitions>_ENABLE_ATOMIC_ALIGNMENT_FIX;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
194       <AdditionalIncludeDirectories>$(SolutionDir)..\..\..;$(GTEST_ROOT)/include;$(SolutionDir)..\..\..\test\include;$(BOOST_PATH);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
195     </ClCompile>\r
196     <Link>\r
197       <SubSystem>Console</SubSystem>\r
198       <GenerateDebugInformation>true</GenerateDebugInformation>\r
199       <AdditionalLibraryDirectories>$(GTEST_LIB32);$(GTEST_ROOT)/lib/x86;$(BOOST_PATH)/stage32/lib;$(BOOST_PATH)/stage/lib;$(BOOST_PATH)/bin;%(AdditionalLibraryDirectories);$(OutDir)</AdditionalLibraryDirectories>\r
200       <AdditionalDependencies>gtestd.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
201     </Link>\r
202   </ItemDefinitionGroup>\r
203   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugVLD|Win32'">\r
204     <ClCompile>\r
205       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
206       <WarningLevel>Level3</WarningLevel>\r
207       <Optimization>Disabled</Optimization>\r
208       <PreprocessorDefinitions>_ENABLE_ATOMIC_ALIGNMENT_FIX;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
209       <AdditionalIncludeDirectories>$(SolutionDir)..\..\..;$(GTEST_ROOT)/include;$(SolutionDir)..\..\..\test\include;$(BOOST_PATH);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
210     </ClCompile>\r
211     <Link>\r
212       <SubSystem>Console</SubSystem>\r
213       <GenerateDebugInformation>true</GenerateDebugInformation>\r
214       <AdditionalLibraryDirectories>$(GTEST_LIB32);$(GTEST_ROOT)/lib/x86;$(BOOST_PATH)/stage32/lib;$(BOOST_PATH)/stage/lib;$(BOOST_PATH)/bin;%(AdditionalLibraryDirectories);$(OutDir)</AdditionalLibraryDirectories>\r
215       <AdditionalDependencies>gtestd.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
216     </Link>\r
217   </ItemDefinitionGroup>\r
218   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
219     <ClCompile>\r
220       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
221       <WarningLevel>Level3</WarningLevel>\r
222       <Optimization>Disabled</Optimization>\r
223       <PreprocessorDefinitions>_ENABLE_ATOMIC_ALIGNMENT_FIX;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
224       <AdditionalIncludeDirectories>$(SolutionDir)..\..\..;$(GTEST_ROOT)/include;$(SolutionDir)..\..\..\test\include;$(BOOST_PATH);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
225     </ClCompile>\r
226     <Link>\r
227       <SubSystem>Console</SubSystem>\r
228       <GenerateDebugInformation>true</GenerateDebugInformation>\r
229       <AdditionalLibraryDirectories>$(GTEST_LIB64);$(GTEST_ROOT)/lib/x64;$(BOOST_PATH)/stage64/lib;$(BOOST_PATH)/bin;%(AdditionalLibraryDirectories);$(OutDir)</AdditionalLibraryDirectories>\r
230       <AdditionalDependencies>gtestd.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
231     </Link>\r
232   </ItemDefinitionGroup>\r
233   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugVLD|x64'">\r
234     <ClCompile>\r
235       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
236       <WarningLevel>Level3</WarningLevel>\r
237       <Optimization>Disabled</Optimization>\r
238       <PreprocessorDefinitions>_ENABLE_ATOMIC_ALIGNMENT_FIX;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
239       <AdditionalIncludeDirectories>$(SolutionDir)..\..\..;$(GTEST_ROOT)/include;$(SolutionDir)..\..\..\test\include;$(BOOST_PATH);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
240     </ClCompile>\r
241     <Link>\r
242       <SubSystem>Console</SubSystem>\r
243       <GenerateDebugInformation>true</GenerateDebugInformation>\r
244       <AdditionalLibraryDirectories>$(GTEST_LIB64);$(GTEST_ROOT)/lib/x64;$(BOOST_PATH)/stage64/lib;$(BOOST_PATH)/bin;%(AdditionalLibraryDirectories);$(OutDir)</AdditionalLibraryDirectories>\r
245       <AdditionalDependencies>gtestd.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
246     </Link>\r
247   </ItemDefinitionGroup>\r
248   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
249     <ClCompile>\r
250       <WarningLevel>Level3</WarningLevel>\r
251       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
252       <Optimization>MaxSpeed</Optimization>\r
253       <FunctionLevelLinking>true</FunctionLevelLinking>\r
254       <IntrinsicFunctions>true</IntrinsicFunctions>\r
255       <PreprocessorDefinitions>_ENABLE_ATOMIC_ALIGNMENT_FIX;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
256       <AdditionalIncludeDirectories>$(SolutionDir)..\..\..;$(GTEST_ROOT)/include;$(SolutionDir)..\..\..\test\include;$(BOOST_PATH);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
257     </ClCompile>\r
258     <Link>\r
259       <SubSystem>Console</SubSystem>\r
260       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
261       <OptimizeReferences>true</OptimizeReferences>\r
262       <GenerateDebugInformation>true</GenerateDebugInformation>\r
263       <AdditionalLibraryDirectories>$(GTEST_LIB32);$(GTEST_ROOT)/lib/x86;$(BOOST_PATH)/stage32/lib;$(BOOST_PATH)/stage/lib;$(BOOST_PATH)/bin;%(AdditionalLibraryDirectories);$(OutDir)</AdditionalLibraryDirectories>\r
264       <AdditionalDependencies>gtest.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
265     </Link>\r
266   </ItemDefinitionGroup>\r
267   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
268     <ClCompile>\r
269       <WarningLevel>Level3</WarningLevel>\r
270       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
271       <Optimization>MaxSpeed</Optimization>\r
272       <FunctionLevelLinking>true</FunctionLevelLinking>\r
273       <IntrinsicFunctions>true</IntrinsicFunctions>\r
274       <PreprocessorDefinitions>_ENABLE_ATOMIC_ALIGNMENT_FIX;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
275       <AdditionalIncludeDirectories>$(SolutionDir)..\..\..;$(GTEST_ROOT)/include;$(SolutionDir)..\..\..\test\include;$(BOOST_PATH);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
276     </ClCompile>\r
277     <Link>\r
278       <SubSystem>Console</SubSystem>\r
279       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
280       <OptimizeReferences>true</OptimizeReferences>\r
281       <GenerateDebugInformation>true</GenerateDebugInformation>\r
282       <AdditionalLibraryDirectories>$(GTEST_LIB64);$(GTEST_ROOT)/lib/x64;$(BOOST_PATH)/stage64/lib;$(BOOST_PATH)/bin;%(AdditionalLibraryDirectories);$(OutDir)</AdditionalLibraryDirectories>\r
283       <AdditionalDependencies>gtest.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
284     </Link>\r
285   </ItemDefinitionGroup>\r
286   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
287   <ImportGroup Label="ExtensionTargets">\r
288   </ImportGroup>\r
289 </Project>