|
| |
1 |
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
| |
2 |
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
| |
|
2 |
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
| |
3 |
3 |
<ItemGroup Label="ProjectConfigurations"> |
|
|
| |
4 |
4 |
<ProjectConfiguration Include="Debug|Win32"> |
|
|
| |
5 |
5 |
<Configuration>Debug</Configuration> |
| |
|
|
| |
17 |
17 |
<Configuration>Release</Configuration> |
|
|
| |
18 |
18 |
<Platform>x64</Platform> |
|
|
| |
19 |
19 |
</ProjectConfiguration> |
|
| |
|
20 |
<ProjectConfiguration Include="Testing Debug|Win32"> |
|
|
| |
|
21 |
<Configuration>Testing Debug</Configuration> |
|
|
| |
|
22 |
<Platform>Win32</Platform> |
|
|
| |
|
23 |
</ProjectConfiguration> |
|
|
| |
|
24 |
<ProjectConfiguration Include="Testing Debug|x64"> |
|
|
| |
|
25 |
<Configuration>Testing Debug</Configuration> |
|
|
| |
|
26 |
<Platform>x64</Platform> |
|
|
| |
|
27 |
</ProjectConfiguration> |
|
|
| |
|
28 |
<ProjectConfiguration Include="Testing Release|Win32"> |
|
|
| |
|
29 |
<Configuration>Testing Release</Configuration> |
|
|
| |
|
30 |
<Platform>Win32</Platform> |
|
|
| |
|
31 |
</ProjectConfiguration> |
|
|
| |
|
32 |
<ProjectConfiguration Include="Testing Release|x64"> |
|
|
| |
|
33 |
<Configuration>Testing Release</Configuration> |
|
|
| |
|
34 |
<Platform>x64</Platform> |
|
|
| |
|
35 |
</ProjectConfiguration> |
|
|
| |
20 |
36 |
</ItemGroup> |
|
|
| |
21 |
37 |
<PropertyGroup Label="Globals"> |
|
|
| |
22 |
38 |
<ProjectGuid>{2AF37846-09E7-46EB-83AE-1E4C67742EE7}</ProjectGuid> |
|
|
| |
23 |
39 |
<RootNamespace>test_runner</RootNamespace> |
|
|
| |
24 |
40 |
<Keyword>Win32Proj</Keyword> |
|
| |
|
41 |
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
|
|
| |
25 |
42 |
</PropertyGroup> |
|
|
| |
26 |
43 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
| |
|
44 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|Win32'" Label="Configuration"> |
|
|
| |
|
45 |
<ConfigurationType>Application</ConfigurationType> |
|
|
| |
|
46 |
<PlatformToolset>v140_xp</PlatformToolset> |
|
|
| |
|
47 |
<CharacterSet>Unicode</CharacterSet> |
|
|
| |
|
48 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
| |
|
49 |
</PropertyGroup> |
|
|
| |
|
50 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|Win32'" Label="Configuration"> |
|
|
| |
|
51 |
<ConfigurationType>Application</ConfigurationType> |
|
|
| |
|
52 |
<PlatformToolset>v140_xp</PlatformToolset> |
|
|
| |
|
53 |
<CharacterSet>Unicode</CharacterSet> |
|
|
| |
|
54 |
</PropertyGroup> |
|
|
| |
27 |
55 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
| |
28 |
56 |
<ConfigurationType>Application</ConfigurationType> |
|
| |
29 |
|
<PlatformToolset>v120</PlatformToolset> |
|
|
| |
|
57 |
<PlatformToolset>v140_xp</PlatformToolset> |
|
|
| |
30 |
58 |
<CharacterSet>Unicode</CharacterSet> |
|
|
| |
31 |
59 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
| |
32 |
60 |
</PropertyGroup> |
|
|
| |
33 |
61 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
| |
34 |
62 |
<ConfigurationType>Application</ConfigurationType> |
|
| |
35 |
|
<PlatformToolset>v120</PlatformToolset> |
|
|
| |
|
63 |
<PlatformToolset>v140_xp</PlatformToolset> |
|
|
| |
36 |
64 |
<CharacterSet>Unicode</CharacterSet> |
|
|
| |
37 |
65 |
</PropertyGroup> |
|
| |
|
66 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|x64'" Label="Configuration"> |
|
|
| |
|
67 |
<ConfigurationType>Application</ConfigurationType> |
|
|
| |
|
68 |
<PlatformToolset>v140_xp</PlatformToolset> |
|
|
| |
|
69 |
<CharacterSet>Unicode</CharacterSet> |
|
|
| |
|
70 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
| |
|
71 |
</PropertyGroup> |
|
|
| |
|
72 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|x64'" Label="Configuration"> |
|
|
| |
|
73 |
<ConfigurationType>Application</ConfigurationType> |
|
|
| |
|
74 |
<PlatformToolset>v140_xp</PlatformToolset> |
|
|
| |
|
75 |
<CharacterSet>Unicode</CharacterSet> |
|
|
| |
|
76 |
</PropertyGroup> |
|
|
| |
38 |
77 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
| |
39 |
78 |
<ConfigurationType>Application</ConfigurationType> |
|
| |
40 |
|
<PlatformToolset>v120</PlatformToolset> |
|
|
| |
|
79 |
<PlatformToolset>v140_xp</PlatformToolset> |
|
|
| |
41 |
80 |
<CharacterSet>Unicode</CharacterSet> |
|
|
| |
42 |
81 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
| |
43 |
82 |
</PropertyGroup> |
|
|
| |
44 |
83 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
| |
45 |
84 |
<ConfigurationType>Application</ConfigurationType> |
|
| |
46 |
|
<PlatformToolset>v120</PlatformToolset> |
|
|
| |
|
85 |
<PlatformToolset>v140_xp</PlatformToolset> |
|
|
| |
47 |
86 |
<CharacterSet>Unicode</CharacterSet> |
|
|
| |
48 |
87 |
</PropertyGroup> |
|
|
| |
49 |
88 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
| |
50 |
89 |
<ImportGroup Label="ExtensionSettings"> |
|
|
| |
51 |
90 |
</ImportGroup> |
|
| |
|
91 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|Win32'" Label="PropertySheets"> |
|
|
| |
|
92 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
| |
|
93 |
<Import Project="..\..\src\common\Boost.props" /> |
|
|
| |
|
94 |
</ImportGroup> |
|
|
| |
|
95 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|Win32'" Label="PropertySheets"> |
|
|
| |
|
96 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
| |
|
97 |
<Import Project="..\..\src\common\Boost.props" /> |
|
|
| |
|
98 |
</ImportGroup> |
|
|
| |
52 |
99 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
|
|
| |
53 |
100 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| |
|
101 |
<Import Project="..\..\src\common\Boost.props" /> |
|
|
| |
54 |
102 |
</ImportGroup> |
|
|
| |
55 |
103 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
|
|
| |
56 |
104 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| |
|
105 |
<Import Project="..\..\src\common\Boost.props" /> |
|
|
| |
57 |
106 |
</ImportGroup> |
|
| |
|
107 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|x64'" Label="PropertySheets"> |
|
|
| |
|
108 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
| |
|
109 |
<Import Project="..\..\src\common\Boost.props" /> |
|
|
| |
|
110 |
</ImportGroup> |
|
|
| |
|
111 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|x64'" Label="PropertySheets"> |
|
|
| |
|
112 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
| |
|
113 |
<Import Project="..\..\src\common\Boost.props" /> |
|
|
| |
|
114 |
</ImportGroup> |
|
|
| |
58 |
115 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
|
|
| |
59 |
116 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| |
|
117 |
<Import Project="..\..\src\common\Boost.props" /> |
|
|
| |
60 |
118 |
</ImportGroup> |
|
|
| |
61 |
119 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
|
|
| |
62 |
120 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| |
|
121 |
<Import Project="..\..\src\common\Boost.props" /> |
|
|
| |
63 |
122 |
</ImportGroup> |
|
|
| |
64 |
123 |
<PropertyGroup Label="UserMacros" /> |
|
|
| |
65 |
124 |
<PropertyGroup> |
|
| |
66 |
|
<_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> |
|
|
| |
|
125 |
<_ProjectFileVersion>14.0.24720.0</_ProjectFileVersion> |
|
|
| |
67 |
126 |
</PropertyGroup> |
|
|
| |
68 |
127 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
| |
69 |
|
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
|
|
| |
70 |
|
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
|
128 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
|
|
| |
|
129 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
71 |
130 |
<LinkIncremental>true</LinkIncremental> |
|
| |
72 |
|
<TargetName>$(ProjectName)32d</TargetName> |
|
|
| |
73 |
|
<IncludePath>C:\dev\boost_1_56_0;$(IncludePath)</IncludePath> |
|
|
| |
74 |
|
<LibraryPath>C:\dev\boost_1_56_0\lib-12.0\x32\lib;$(LibraryPath)</LibraryPath> |
|
|
| |
|
131 |
<TargetName>$(ProjectName)$(PlatformArchitecture)d</TargetName> |
|
|
| |
75 |
132 |
</PropertyGroup> |
|
|
| |
76 |
133 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
| |
77 |
|
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
|
|
| |
78 |
|
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
|
134 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
|
|
| |
|
135 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
79 |
136 |
<LinkIncremental>true</LinkIncremental> |
|
| |
80 |
|
<CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
| |
81 |
|
<RunCodeAnalysis>false</RunCodeAnalysis> |
|
|
| |
82 |
|
<TargetName>$(ProjectName)64d</TargetName> |
|
|
| |
83 |
|
<IncludePath>C:\dev\boost_1_56_0;$(IncludePath)</IncludePath> |
|
|
| |
84 |
|
<LibraryPath>C:\dev\boost_1_52_0\lib-12.0\x64\lib;$(LibraryPath)</LibraryPath> |
|
|
| |
|
137 |
<TargetName>$(ProjectName)$(PlatformArchitecture)d</TargetName> |
|
|
| |
85 |
138 |
</PropertyGroup> |
|
|
| |
86 |
139 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
| |
87 |
|
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
|
|
| |
88 |
|
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
|
140 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
|
|
| |
|
141 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
89 |
142 |
<LinkIncremental>false</LinkIncremental> |
|
| |
90 |
|
<TargetName>$(ProjectName)32</TargetName> |
|
|
| |
91 |
|
<IncludePath>C:\dev\boost_1_56_0;$(IncludePath)</IncludePath> |
|
|
| |
92 |
|
<LibraryPath>C:\dev\boost_1_56_0\lib-12.0\x32\lib;$(LibraryPath)</LibraryPath> |
|
|
| |
|
143 |
<TargetName>$(ProjectName)$(PlatformArchitecture)</TargetName> |
|
|
| |
93 |
144 |
</PropertyGroup> |
|
|
| |
94 |
145 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
| |
95 |
|
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
|
|
| |
96 |
|
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
|
146 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
|
|
| |
|
147 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
97 |
148 |
<LinkIncremental>false</LinkIncremental> |
|
| |
98 |
|
<TargetName>$(ProjectName)64</TargetName> |
|
|
| |
99 |
|
<IncludePath>C:\dev\boost_1_56_0;$(IncludePath)</IncludePath> |
|
|
| |
100 |
|
<LibraryPath>C:\dev\boost_1_52_0\lib-12.0\x64\lib;$(LibraryPath)</LibraryPath> |
|
|
| |
|
149 |
<TargetName>$(ProjectName)$(PlatformArchitecture)</TargetName> |
|
|
| |
101 |
150 |
</PropertyGroup> |
|
| |
|
151 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|Win32'"> |
|
|
| |
|
152 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
|
|
| |
|
153 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
|
154 |
<LinkIncremental>true</LinkIncremental> |
|
|
| |
|
155 |
<TargetName>$(ProjectName)$(PlatformArchitecture)d</TargetName> |
|
|
| |
|
156 |
</PropertyGroup> |
|
|
| |
|
157 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|x64'"> |
|
|
| |
|
158 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
|
|
| |
|
159 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
|
160 |
<LinkIncremental>true</LinkIncremental> |
|
|
| |
|
161 |
<TargetName>$(ProjectName)$(PlatformArchitecture)d</TargetName> |
|
|
| |
|
162 |
</PropertyGroup> |
|
|
| |
|
163 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|Win32'"> |
|
|
| |
|
164 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
|
|
| |
|
165 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
|
166 |
<LinkIncremental>false</LinkIncremental> |
|
|
| |
|
167 |
<TargetName>$(ProjectName)$(PlatformArchitecture)</TargetName> |
|
|
| |
|
168 |
</PropertyGroup> |
|
|
| |
|
169 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|x64'"> |
|
|
| |
|
170 |
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
|
|
| |
|
171 |
<IntDir>$(SolutionDir)intermediate\$(PlatformToolset)\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
|
172 |
<LinkIncremental>false</LinkIncremental> |
|
|
| |
|
173 |
<TargetName>$(ProjectName)$(PlatformArchitecture)</TargetName> |
|
|
| |
|
174 |
</PropertyGroup> |
|
|
| |
102 |
175 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
| |
103 |
176 |
<ClCompile> |
|
|
| |
104 |
177 |
<Optimization>Disabled</Optimization> |
|
|
| |
105 |
178 |
<AdditionalIncludeDirectories>..\..\ext\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
| |
106 |
|
<PreprocessorDefinitions>WIN32;_VARIADIC_MAX=10;_DEBUG;_CONSOLE;_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
| |
|
179 |
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
| |
107 |
180 |
<MinimalRebuild>true</MinimalRebuild> |
|
|
| |
108 |
181 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
| |
109 |
182 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
| |
110 |
183 |
<PrecompiledHeader>Use</PrecompiledHeader> |
|
|
| |
111 |
184 |
<WarningLevel>Level3</WarningLevel> |
|
|
| |
112 |
185 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
| |
113 |
|
<SDLCheck>true</SDLCheck> |
|
|
| |
114 |
186 |
</ClCompile> |
|
|
| |
115 |
187 |
<Link> |
|
|
| |
116 |
188 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| |
|
|
| |
125 |
197 |
<ClCompile> |
|
|
| |
126 |
198 |
<Optimization>Disabled</Optimization> |
|
|
| |
127 |
199 |
<AdditionalIncludeDirectories>..\..\ext\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
| |
128 |
|
<PreprocessorDefinitions>WIN32;_VARIADIC_MAX=10;_DEBUG;_CONSOLE;_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
| |
|
200 |
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
| |
129 |
201 |
<MinimalRebuild>true</MinimalRebuild> |
|
|
| |
130 |
202 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
| |
131 |
203 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
| |
132 |
204 |
<PrecompiledHeader>Use</PrecompiledHeader> |
|
|
| |
133 |
205 |
<WarningLevel>Level3</WarningLevel> |
|
|
| |
134 |
206 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
| |
135 |
|
<EnablePREfast>false</EnablePREfast> |
|
|
| |
136 |
|
<SDLCheck>true</SDLCheck> |
|
|
| |
137 |
207 |
</ClCompile> |
|
|
| |
138 |
208 |
<Link> |
|
|
| |
139 |
209 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| |
|
|
| |
146 |
216 |
<Optimization>MaxSpeed</Optimization> |
|
|
| |
147 |
217 |
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
| |
148 |
218 |
<AdditionalIncludeDirectories>..\..\ext\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
| |
149 |
|
<PreprocessorDefinitions>WIN32;_VARIADIC_MAX=10;NDEBUG;_CONSOLE;_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
| |
|
219 |
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
| |
150 |
220 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
|
| |
151 |
221 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
| |
152 |
222 |
<PrecompiledHeader>Use</PrecompiledHeader> |
|
|
| |
153 |
223 |
<WarningLevel>Level3</WarningLevel> |
|
|
| |
154 |
224 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
| |
155 |
|
<SDLCheck>true</SDLCheck> |
|
|
| |
156 |
225 |
</ClCompile> |
|
|
| |
157 |
226 |
<Link> |
|
|
| |
158 |
227 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| |
|
|
| |
170 |
239 |
<Optimization>MaxSpeed</Optimization> |
|
|
| |
171 |
240 |
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
| |
172 |
241 |
<AdditionalIncludeDirectories>..\..\ext\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
| |
173 |
|
<PreprocessorDefinitions>WIN32;_VARIADIC_MAX=10;NDEBUG;_CONSOLE;_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
| |
|
242 |
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
| |
174 |
243 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
|
| |
175 |
244 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
| |
176 |
245 |
<PrecompiledHeader>Use</PrecompiledHeader> |
|
|
| |
177 |
246 |
<WarningLevel>Level3</WarningLevel> |
|
|
| |
178 |
247 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
| |
179 |
|
<SDLCheck>true</SDLCheck> |
|
|
| |
180 |
248 |
</ClCompile> |
|
|
| |
181 |
249 |
<Link> |
|
|
| |
182 |
250 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| |
|
|
| |
186 |
254 |
<TargetMachine>MachineX64</TargetMachine> |
|
|
| |
187 |
255 |
</Link> |
|
|
| |
188 |
256 |
</ItemDefinitionGroup> |
|
| |
|
257 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|Win32'"> |
|
|
| |
|
258 |
<ClCompile> |
|
|
| |
|
259 |
<Optimization>Disabled</Optimization> |
|
|
| |
|
260 |
<AdditionalIncludeDirectories>..\..\ext\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
| |
|
261 |
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
| |
|
262 |
<MinimalRebuild>true</MinimalRebuild> |
|
|
| |
|
263 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
| |
|
264 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
| |
|
265 |
<PrecompiledHeader>Use</PrecompiledHeader> |
|
|
| |
|
266 |
<WarningLevel>Level3</WarningLevel> |
|
|
| |
|
267 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
|
| |
|
268 |
</ClCompile> |
|
|
| |
|
269 |
<Link> |
|
|
| |
|
270 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
| |
|
271 |
<SubSystem>Console</SubSystem> |
|
|
| |
|
272 |
<TargetMachine>MachineX86</TargetMachine> |
|
|
| |
|
273 |
</Link> |
|
|
| |
|
274 |
</ItemDefinitionGroup> |
|
|
| |
|
275 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|x64'"> |
|
|
| |
|
276 |
<Midl> |
|
|
| |
|
277 |
<TargetEnvironment>X64</TargetEnvironment> |
|
|
| |
|
278 |
</Midl> |
|
|
| |
|
279 |
<ClCompile> |
|
|
| |
|
280 |
<Optimization>Disabled</Optimization> |
|
|
| |
|
281 |
<AdditionalIncludeDirectories>..\..\ext\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
| |
|
282 |
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
| |
|
283 |
<MinimalRebuild>true</MinimalRebuild> |
|
|
| |
|
284 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
| |
|
285 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
| |
|
286 |
<PrecompiledHeader>Use</PrecompiledHeader> |
|
|
| |
|
287 |
<WarningLevel>Level3</WarningLevel> |
|
|
| |
|
288 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
| |
|
289 |
</ClCompile> |
|
|
| |
|
290 |
<Link> |
|
|
| |
|
291 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
| |
|
292 |
<SubSystem>Console</SubSystem> |
|
|
| |
|
293 |
<TargetMachine>MachineX64</TargetMachine> |
|
|
| |
|
294 |
</Link> |
|
|
| |
|
295 |
</ItemDefinitionGroup> |
|
|
| |
|
296 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|Win32'"> |
|
|
| |
|
297 |
<ClCompile> |
|
|
| |
|
298 |
<Optimization>MaxSpeed</Optimization> |
|
|
| |
|
299 |
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
| |
|
300 |
<AdditionalIncludeDirectories>..\..\ext\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
| |
|
301 |
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
| |
|
302 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
|
| |
|
303 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
| |
|
304 |
<PrecompiledHeader>Use</PrecompiledHeader> |
|
|
| |
|
305 |
<WarningLevel>Level3</WarningLevel> |
|
|
| |
|
306 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
| |
|
307 |
</ClCompile> |
|
|
| |
|
308 |
<Link> |
|
|
| |
|
309 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
| |
|
310 |
<SubSystem>Console</SubSystem> |
|
|
| |
|
311 |
<OptimizeReferences>true</OptimizeReferences> |
|
|
| |
|
312 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
| |
|
313 |
<TargetMachine>MachineX86</TargetMachine> |
|
|
| |
|
314 |
</Link> |
|
|
| |
|
315 |
</ItemDefinitionGroup> |
|
|
| |
|
316 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|x64'"> |
|
|
| |
|
317 |
<Midl> |
|
|
| |
|
318 |
<TargetEnvironment>X64</TargetEnvironment> |
|
|
| |
|
319 |
</Midl> |
|
|
| |
|
320 |
<ClCompile> |
|
|
| |
|
321 |
<Optimization>MaxSpeed</Optimization> |
|
|
| |
|
322 |
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
| |
|
323 |
<AdditionalIncludeDirectories>..\..\ext\gmock\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
| |
|
324 |
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
| |
|
325 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
|
| |
|
326 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
| |
|
327 |
<PrecompiledHeader>Use</PrecompiledHeader> |
|
|
| |
|
328 |
<WarningLevel>Level3</WarningLevel> |
|
|
| |
|
329 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
| |
|
330 |
</ClCompile> |
|
|
| |
|
331 |
<Link> |
|
|
| |
|
332 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
| |
|
333 |
<SubSystem>Console</SubSystem> |
|
|
| |
|
334 |
<OptimizeReferences>true</OptimizeReferences> |
|
|
| |
|
335 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
| |
|
336 |
<TargetMachine>MachineX64</TargetMachine> |
|
|
| |
|
337 |
</Link> |
|
|
| |
|
338 |
</ItemDefinitionGroup> |
|
|
| |
189 |
339 |
<ItemGroup> |
|
| |
190 |
|
<ClCompile Include="src\test_runner.cpp" /> |
|
|
| |
191 |
340 |
<ClCompile Include="src\stdafx.cpp"> |
|
|
| |
192 |
341 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
|
|
| |
193 |
342 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
|
|
| |
194 |
343 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
|
|
| |
195 |
344 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
|
| |
|
345 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Testing Debug|Win32'">Create</PrecompiledHeader> |
|
|
| |
|
346 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Testing Debug|x64'">Create</PrecompiledHeader> |
|
|
| |
|
347 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Testing Release|Win32'">Create</PrecompiledHeader> |
|
|
| |
|
348 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Testing Release|x64'">Create</PrecompiledHeader> |
|
|
| |
196 |
349 |
</ClCompile> |
|
| |
|
350 |
<ClCompile Include="src\test_runner.cpp" /> |
|
| |
197 |
351 |
</ItemGroup> |
|
|
| |
198 |
352 |
<ItemGroup> |
|
|
| |
199 |
353 |
<ClInclude Include="src\stdafx.h" /> |