|
| |
1 |
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
| |
2 |
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
| |
|
2 |
<Project DefaultTargets="Build" ToolsVersion="12.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> |
| |
|
|
| |
26 |
26 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
| |
27 |
27 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
| |
28 |
28 |
<ConfigurationType>Application</ConfigurationType> |
|
| |
29 |
|
<PlatformToolset>v110</PlatformToolset> |
|
|
| |
|
29 |
<PlatformToolset>v120</PlatformToolset> |
|
|
| |
30 |
30 |
<CharacterSet>Unicode</CharacterSet> |
|
|
| |
31 |
31 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
| |
32 |
32 |
</PropertyGroup> |
|
|
| |
33 |
33 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
| |
34 |
34 |
<ConfigurationType>Application</ConfigurationType> |
|
| |
35 |
|
<PlatformToolset>v110</PlatformToolset> |
|
|
| |
|
35 |
<PlatformToolset>v120</PlatformToolset> |
|
|
| |
36 |
36 |
<CharacterSet>Unicode</CharacterSet> |
|
|
| |
37 |
37 |
</PropertyGroup> |
|
|
| |
38 |
38 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
| |
39 |
39 |
<ConfigurationType>Application</ConfigurationType> |
|
| |
40 |
|
<PlatformToolset>v110</PlatformToolset> |
|
|
| |
|
40 |
<PlatformToolset>v120</PlatformToolset> |
|
|
| |
41 |
41 |
<CharacterSet>Unicode</CharacterSet> |
|
|
| |
42 |
42 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
| |
43 |
43 |
</PropertyGroup> |
|
|
| |
44 |
44 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
| |
45 |
45 |
<ConfigurationType>Application</ConfigurationType> |
|
| |
46 |
|
<PlatformToolset>v110</PlatformToolset> |
|
|
| |
|
46 |
<PlatformToolset>v120</PlatformToolset> |
|
|
| |
47 |
47 |
<CharacterSet>Unicode</CharacterSet> |
|
|
| |
48 |
48 |
</PropertyGroup> |
|
|
| |
49 |
49 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| |
|
|
| |
66 |
66 |
<_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> |
|
|
| |
67 |
67 |
</PropertyGroup> |
|
|
| |
68 |
68 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
| |
69 |
|
<OutDir>$(SolutionDir)bin-vc110\$(Configuration)\</OutDir> |
|
|
| |
70 |
|
<IntDir>$(SolutionDir)intermediate\vc110\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
|
69 |
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
|
|
| |
|
70 |
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
71 |
71 |
<LinkIncremental>true</LinkIncremental> |
|
|
| |
72 |
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> |
|
|
| |
73 |
75 |
</PropertyGroup> |
|
|
| |
74 |
76 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
| |
75 |
|
<OutDir>$(SolutionDir)bin-vc110\$(Configuration)\</OutDir> |
|
|
| |
76 |
|
<IntDir>$(SolutionDir)intermediate\vc110\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
|
77 |
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
|
|
| |
|
78 |
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
77 |
79 |
<LinkIncremental>true</LinkIncremental> |
|
|
| |
78 |
80 |
<CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
| |
79 |
81 |
<RunCodeAnalysis>false</RunCodeAnalysis> |
|
|
| |
80 |
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> |
|
|
| |
81 |
85 |
</PropertyGroup> |
|
|
| |
82 |
86 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
| |
83 |
|
<OutDir>$(SolutionDir)bin-vc110\$(Configuration)\</OutDir> |
|
|
| |
84 |
|
<IntDir>$(SolutionDir)intermediate\vc110\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
|
87 |
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
|
|
| |
|
88 |
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
85 |
89 |
<LinkIncremental>false</LinkIncremental> |
|
|
| |
86 |
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> |
|
|
| |
87 |
93 |
</PropertyGroup> |
|
|
| |
88 |
94 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
| |
89 |
|
<OutDir>$(SolutionDir)bin-vc110\$(Configuration)\</OutDir> |
|
|
| |
90 |
|
<IntDir>$(SolutionDir)intermediate\vc110\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
|
95 |
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
|
|
| |
|
96 |
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
|
|
| |
91 |
97 |
<LinkIncremental>false</LinkIncremental> |
|
|
| |
92 |
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> |
|
|
| |
93 |
101 |
</PropertyGroup> |
|
|
| |
94 |
102 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
| |
95 |
103 |
<ClCompile> |
| |
|
|
| |
179 |
187 |
</Link> |
|
|
| |
180 |
188 |
</ItemDefinitionGroup> |
|
|
| |
181 |
189 |
<ItemGroup> |
|
| |
182 |
|
<ClCompile Include="src\TDataBufferManagerTest.cpp" /> |
|
| |
183 |
190 |
<ClCompile Include="src\test_runner.cpp" /> |
|
|
| |
184 |
191 |
<ClCompile Include="src\stdafx.cpp"> |
|
|
| |
185 |
192 |
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |