| |
104 |
104 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| |
105 |
105 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
| |
106 |
106 |
</ImportGroup> |
| |
107 |
107 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| |
108 |
108 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| |
109 |
109 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
| |
110 |
110 |
</ImportGroup> |
| |
111 |
111 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|x64'" Label="PropertySheets"> |
| |
112 |
112 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| |
113 |
113 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
| |
114 |
114 |
</ImportGroup> |
| |
115 |
115 |
<PropertyGroup Label="UserMacros" /> |
| |
116 |
116 |
<PropertyGroup> |
| |
117 |
117 |
<_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> |
| |
118 |
118 |
</PropertyGroup> |
| |
119 |
119 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| |
120 |
120 |
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
| |
121 |
121 |
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
| |
122 |
122 |
<LinkIncremental>true</LinkIncremental> |
| |
123 |
123 |
<TargetName>$(ProjectName)32ud</TargetName> |
| |
124 |
|
<IncludePath>C:\dev\boost_1_56_0;$(IncludePath)</IncludePath> |
| |
125 |
|
<LibraryPath>C:\dev\boost_1_56_0\lib-12.0\x32\lib;$(LibraryPath)</LibraryPath> |
| |
|
124 |
<IncludePath>C:\dev\boost_1_57_0;$(IncludePath)</IncludePath> |
| |
|
125 |
<LibraryPath>C:\dev\boost_1_57_0\lib-12.0\x32\lib;$(LibraryPath)</LibraryPath> |
| |
126 |
126 |
</PropertyGroup> |
| |
127 |
127 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|Win32'"> |
| |
128 |
128 |
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
| |
129 |
129 |
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
| |
130 |
130 |
<LinkIncremental>true</LinkIncremental> |
| |
131 |
131 |
<TargetName>$(ProjectName)32ud</TargetName> |
| |
132 |
|
<IncludePath>C:\dev\boost_1_56_0;$(IncludePath)</IncludePath> |
| |
133 |
|
<LibraryPath>C:\dev\boost_1_56_0\lib-12.0\x32\lib;$(LibraryPath)</LibraryPath> |
| |
|
132 |
<IncludePath>C:\dev\boost_1_57_0;$(IncludePath)</IncludePath> |
| |
|
133 |
<LibraryPath>C:\dev\boost_1_57_0\lib-12.0\x32\lib;$(LibraryPath)</LibraryPath> |
| |
134 |
134 |
</PropertyGroup> |
| |
135 |
135 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| |
136 |
136 |
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
| |
137 |
137 |
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
| |
138 |
138 |
<LinkIncremental>true</LinkIncremental> |
| |
139 |
139 |
<TargetName>$(ProjectName)64ud</TargetName> |
| |
140 |
|
<IncludePath>C:\dev\boost_1_56_0;$(IncludePath)</IncludePath> |
| |
141 |
|
<LibraryPath>C:\dev\boost_1_56_0\lib-12.0\x64\lib;$(LibraryPath)</LibraryPath> |
| |
|
140 |
<IncludePath>C:\dev\boost_1_57_0;$(IncludePath)</IncludePath> |
| |
|
141 |
<LibraryPath>C:\dev\boost_1_57_0\lib-12.0\x64\lib;$(LibraryPath)</LibraryPath> |
| |
142 |
142 |
</PropertyGroup> |
| |
143 |
143 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Debug|x64'"> |
| |
144 |
144 |
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
| |
145 |
145 |
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
| |
146 |
146 |
<LinkIncremental>true</LinkIncremental> |
| |
147 |
147 |
<TargetName>$(ProjectName)64ud</TargetName> |
| |
148 |
|
<IncludePath>C:\dev\boost_1_56_0;$(IncludePath)</IncludePath> |
| |
149 |
|
<LibraryPath>C:\dev\boost_1_56_0\lib-12.0\x64\lib;$(LibraryPath)</LibraryPath> |
| |
|
148 |
<IncludePath>C:\dev\boost_1_57_0;$(IncludePath)</IncludePath> |
| |
|
149 |
<LibraryPath>C:\dev\boost_1_57_0\lib-12.0\x64\lib;$(LibraryPath)</LibraryPath> |
| |
150 |
150 |
</PropertyGroup> |
| |
151 |
151 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| |
152 |
152 |
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
| |
153 |
153 |
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
| |
154 |
154 |
<LinkIncremental>false</LinkIncremental> |
| |
155 |
155 |
<TargetName>$(ProjectName)32u</TargetName> |
| |
156 |
|
<IncludePath>C:\dev\boost_1_56_0;$(IncludePath)</IncludePath> |
| |
157 |
|
<LibraryPath>C:\dev\boost_1_56_0\lib-12.0\x32\lib;$(LibraryPath)</LibraryPath> |
| |
|
156 |
<IncludePath>C:\dev\boost_1_57_0;$(IncludePath)</IncludePath> |
| |
|
157 |
<LibraryPath>C:\dev\boost_1_57_0\lib-12.0\x32\lib;$(LibraryPath)</LibraryPath> |
| |
158 |
158 |
</PropertyGroup> |
| |
159 |
159 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|Win32'"> |
| |
160 |
160 |
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
| |
161 |
161 |
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
| |
162 |
162 |
<LinkIncremental>false</LinkIncremental> |
| |
163 |
163 |
<TargetName>$(ProjectName)32u</TargetName> |
| |
164 |
|
<IncludePath>C:\dev\boost_1_56_0;$(IncludePath)</IncludePath> |
| |
165 |
|
<LibraryPath>C:\dev\boost_1_56_0\lib-12.0\x32\lib;$(LibraryPath)</LibraryPath> |
| |
|
164 |
<IncludePath>C:\dev\boost_1_57_0;$(IncludePath)</IncludePath> |
| |
|
165 |
<LibraryPath>C:\dev\boost_1_57_0\lib-12.0\x32\lib;$(LibraryPath)</LibraryPath> |
| |
166 |
166 |
</PropertyGroup> |
| |
167 |
167 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| |
168 |
168 |
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
| |
169 |
169 |
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
| |
170 |
170 |
<LinkIncremental>false</LinkIncremental> |
| |
171 |
171 |
<TargetName>$(ProjectName)64u</TargetName> |
| |
172 |
|
<IncludePath>C:\dev\boost_1_56_0;$(IncludePath)</IncludePath> |
| |
173 |
|
<LibraryPath>C:\dev\boost_1_56_0\lib-12.0\x64\lib;$(LibraryPath)</LibraryPath> |
| |
|
172 |
<IncludePath>C:\dev\boost_1_57_0;$(IncludePath)</IncludePath> |
| |
|
173 |
<LibraryPath>C:\dev\boost_1_57_0\lib-12.0\x64\lib;$(LibraryPath)</LibraryPath> |
| |
174 |
174 |
</PropertyGroup> |
| |
175 |
175 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Testing Release|x64'"> |
| |
176 |
176 |
<OutDir>$(SolutionDir)bin-vc120\$(Configuration)\</OutDir> |
| |
177 |
177 |
<IntDir>$(SolutionDir)intermediate\vc120\$(Platform)\$(ProjectName)_$(Configuration)\</IntDir> |
| |
178 |
178 |
<LinkIncremental>false</LinkIncremental> |
| |
179 |
179 |
<TargetName>$(ProjectName)64u</TargetName> |
| |
180 |
|
<IncludePath>C:\dev\boost_1_56_0;$(IncludePath)</IncludePath> |
| |
181 |
|
<LibraryPath>C:\dev\boost_1_56_0\lib-12.0\x64\lib;$(LibraryPath)</LibraryPath> |
| |
|
180 |
<IncludePath>C:\dev\boost_1_57_0;$(IncludePath)</IncludePath> |
| |
|
181 |
<LibraryPath>C:\dev\boost_1_57_0\lib-12.0\x64\lib;$(LibraryPath)</LibraryPath> |
| |
182 |
182 |
</PropertyGroup> |
| |
183 |
183 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| |
184 |
184 |
<ClCompile> |
| |
185 |
185 |
<Optimization>Disabled</Optimization> |
| |
186 |
186 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBICPF_EXPORTS;XML_UNICODE_WCHAR_T;_CRT_SECURE_NO_DEPRECATE;_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
187 |
187 |
<MinimalRebuild>true</MinimalRebuild> |
| |
188 |
188 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| |
189 |
189 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| |
190 |
190 |
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
| |
191 |
191 |
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> |
| |
192 |
192 |
<PrecompiledHeader /> |
| |
193 |
193 |
<ProgramDataBaseFileName>$(IntDir)$(TargetName)_vs90.pdb</ProgramDataBaseFileName> |
| |
194 |
194 |
<WarningLevel>Level4</WarningLevel> |
| |
195 |
195 |
<TreatWarningAsError>true</TreatWarningAsError> |
| |
196 |
196 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| |
197 |
197 |
<SDLCheck>true</SDLCheck> |
| |
198 |
198 |
</ClCompile> |
| |
199 |
199 |
<Link> |
| |
200 |
200 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| |
201 |
201 |
<SubSystem>Windows</SubSystem> |