| 1 | <?xml version="1.0" encoding="Windows-1252"?> |
|---|
| 2 | <VisualStudioProject |
|---|
| 3 | ProjectType="Visual C++" |
|---|
| 4 | Version="7.10" |
|---|
| 5 | Name="test_const" |
|---|
| 6 | ProjectGUID="{A7D4CC95-F2AC-11D6-9E47-525400E2CF85}" |
|---|
| 7 | Keyword="Win32Proj"> |
|---|
| 8 | <Platforms> |
|---|
| 9 | <Platform |
|---|
| 10 | Name="Win32"/> |
|---|
| 11 | </Platforms> |
|---|
| 12 | <Configurations> |
|---|
| 13 | <Configuration |
|---|
| 14 | Name="Release runtime-static|Win32" |
|---|
| 15 | OutputDirectory=""$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName).test/vc-7_1/release/runtime-link-static/"" |
|---|
| 16 | IntermediateDirectory=""$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName).test/vc-7_1/release/runtime-link-static/"" |
|---|
| 17 | ConfigurationType="1"> |
|---|
| 18 | <Tool |
|---|
| 19 | Name="VCCLCompilerTool" |
|---|
| 20 | AdditionalIncludeDirectories=""$(ProjectDir)..\..\.."" |
|---|
| 21 | BufferSecurityCheck="FALSE" |
|---|
| 22 | EnableFunctionLevelLinking="TRUE" |
|---|
| 23 | TreatWChar_tAsBuiltInType="TRUE" |
|---|
| 24 | ForceConformanceInForLoopScope="TRUE" |
|---|
| 25 | RuntimeTypeInfo="TRUE" |
|---|
| 26 | WarningLevel="3" |
|---|
| 27 | DebugInformationFormat="1" |
|---|
| 28 | CompileAs="0"/> |
|---|
| 29 | <Tool |
|---|
| 30 | Name="VCCustomBuildTool"/> |
|---|
| 31 | <Tool |
|---|
| 32 | Name="VCLinkerTool" |
|---|
| 33 | IgnoreImportLibrary="TRUE" |
|---|
| 34 | AdditionalDependencies="libboost_serialization.lib libboost_wserialization.lib libboost_test_exec_monitor.lib" |
|---|
| 35 | LinkIncremental="1" |
|---|
| 36 | SuppressStartupBanner="TRUE" |
|---|
| 37 | AdditionalLibraryDirectories=""$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/runtime-link-static/";"$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/runtime-link-static/";"$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/runtime-link-static/""/> |
|---|
| 38 | <Tool |
|---|
| 39 | Name="VCMIDLTool"/> |
|---|
| 40 | <Tool |
|---|
| 41 | Name="VCPostBuildEventTool"/> |
|---|
| 42 | <Tool |
|---|
| 43 | Name="VCPreBuildEventTool"/> |
|---|
| 44 | <Tool |
|---|
| 45 | Name="VCPreLinkEventTool"/> |
|---|
| 46 | <Tool |
|---|
| 47 | Name="VCResourceCompilerTool"/> |
|---|
| 48 | <Tool |
|---|
| 49 | Name="VCWebServiceProxyGeneratorTool"/> |
|---|
| 50 | <Tool |
|---|
| 51 | Name="VCXMLDataGeneratorTool"/> |
|---|
| 52 | <Tool |
|---|
| 53 | Name="VCWebDeploymentTool"/> |
|---|
| 54 | <Tool |
|---|
| 55 | Name="VCManagedWrapperGeneratorTool"/> |
|---|
| 56 | <Tool |
|---|
| 57 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
|---|
| 58 | </Configuration> |
|---|
| 59 | <Configuration |
|---|
| 60 | Name="Debug runtime-dynamic|Win32" |
|---|
| 61 | OutputDirectory=""$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName).test/vc-7_1/debug/threading-multi/"" |
|---|
| 62 | IntermediateDirectory=""$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName).test/vc-7_1/debug/threading-multi/"" |
|---|
| 63 | ConfigurationType="1" |
|---|
| 64 | CharacterSet="0"> |
|---|
| 65 | <Tool |
|---|
| 66 | Name="VCCLCompilerTool" |
|---|
| 67 | AdditionalOptions="/Zm800" |
|---|
| 68 | Optimization="0" |
|---|
| 69 | ImproveFloatingPointConsistency="TRUE" |
|---|
| 70 | AdditionalIncludeDirectories=""$(ProjectDir)..\..\..\"" |
|---|
| 71 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" |
|---|
| 72 | MinimalRebuild="FALSE" |
|---|
| 73 | RuntimeLibrary="3" |
|---|
| 74 | BufferSecurityCheck="FALSE" |
|---|
| 75 | EnableFunctionLevelLinking="TRUE" |
|---|
| 76 | TreatWChar_tAsBuiltInType="TRUE" |
|---|
| 77 | ForceConformanceInForLoopScope="TRUE" |
|---|
| 78 | RuntimeTypeInfo="TRUE" |
|---|
| 79 | UsePrecompiledHeader="0" |
|---|
| 80 | WarningLevel="3" |
|---|
| 81 | Detect64BitPortabilityProblems="FALSE" |
|---|
| 82 | DebugInformationFormat="1" |
|---|
| 83 | CompileAs="0"/> |
|---|
| 84 | <Tool |
|---|
| 85 | Name="VCCustomBuildTool" |
|---|
| 86 | CommandLine=""$(TargetDir)/$(TargetName).exe" > "$(TargetDir)/$(TargetName).output" 2>&1 |
|---|
| 87 | set status=%ERRORLEVEL% |
|---|
| 88 | echo. >> "$(TargetDir)/$(TargetName).output" |
|---|
| 89 | echo EXIT STATUS: %status% >> "$(TargetDir)/$(TargetName).output" |
|---|
| 90 | if %status% EQU 0 ( |
|---|
| 91 | copy "$(TargetDir)/$(TargetName).output" "$(TargetDir)/$(TargetName).run" |
|---|
| 92 | ) |
|---|
| 93 | " |
|---|
| 94 | Outputs=""$(TargetDir)$(TargetName).output""/> |
|---|
| 95 | <Tool |
|---|
| 96 | Name="VCLinkerTool" |
|---|
| 97 | IgnoreImportLibrary="TRUE" |
|---|
| 98 | AdditionalDependencies="libboost_serialization.lib libboost_wserialization.lib libboost_test_exec_monitor.lib" |
|---|
| 99 | LinkIncremental="2" |
|---|
| 100 | SuppressStartupBanner="TRUE" |
|---|
| 101 | AdditionalLibraryDirectories=""$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/threading-multi/";"$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/threading-multi/";"$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/threading-multi/"" |
|---|
| 102 | GenerateDebugInformation="TRUE" |
|---|
| 103 | SubSystem="1" |
|---|
| 104 | TargetMachine="1"/> |
|---|
| 105 | <Tool |
|---|
| 106 | Name="VCMIDLTool"/> |
|---|
| 107 | <Tool |
|---|
| 108 | Name="VCPostBuildEventTool"/> |
|---|
| 109 | <Tool |
|---|
| 110 | Name="VCPreBuildEventTool"/> |
|---|
| 111 | <Tool |
|---|
| 112 | Name="VCPreLinkEventTool"/> |
|---|
| 113 | <Tool |
|---|
| 114 | Name="VCResourceCompilerTool"/> |
|---|
| 115 | <Tool |
|---|
| 116 | Name="VCWebServiceProxyGeneratorTool"/> |
|---|
| 117 | <Tool |
|---|
| 118 | Name="VCXMLDataGeneratorTool"/> |
|---|
| 119 | <Tool |
|---|
| 120 | Name="VCWebDeploymentTool"/> |
|---|
| 121 | <Tool |
|---|
| 122 | Name="VCManagedWrapperGeneratorTool"/> |
|---|
| 123 | <Tool |
|---|
| 124 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
|---|
| 125 | </Configuration> |
|---|
| 126 | <Configuration |
|---|
| 127 | Name="Release runtime-static threading-multi|Win32" |
|---|
| 128 | OutputDirectory=""$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName).test/vc-7_1/release/runtime-link-static/threading-multi/"" |
|---|
| 129 | IntermediateDirectory=""$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName).test/vc-7_1/release/runtime-link-static/threading-multi/"" |
|---|
| 130 | ConfigurationType="1"> |
|---|
| 131 | <Tool |
|---|
| 132 | Name="VCCLCompilerTool" |
|---|
| 133 | GlobalOptimizations="TRUE" |
|---|
| 134 | InlineFunctionExpansion="2" |
|---|
| 135 | EnableIntrinsicFunctions="TRUE" |
|---|
| 136 | ImproveFloatingPointConsistency="TRUE" |
|---|
| 137 | FavorSizeOrSpeed="1" |
|---|
| 138 | OmitFramePointers="TRUE" |
|---|
| 139 | AdditionalIncludeDirectories=""$(ProjectDir)..\..\.."" |
|---|
| 140 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" |
|---|
| 141 | RuntimeLibrary="0" |
|---|
| 142 | BufferSecurityCheck="FALSE" |
|---|
| 143 | EnableFunctionLevelLinking="TRUE" |
|---|
| 144 | TreatWChar_tAsBuiltInType="TRUE" |
|---|
| 145 | ForceConformanceInForLoopScope="TRUE" |
|---|
| 146 | RuntimeTypeInfo="TRUE" |
|---|
| 147 | WarningLevel="3" |
|---|
| 148 | DebugInformationFormat="1" |
|---|
| 149 | CompileAs="0"/> |
|---|
| 150 | <Tool |
|---|
| 151 | Name="VCCustomBuildTool" |
|---|
| 152 | CommandLine=""$(TargetDir)/$(TargetName).exe" > "$(TargetDir)/$(TargetName).output" 2>&1 |
|---|
| 153 | set status=%ERRORLEVEL% |
|---|
| 154 | echo. >> "$(TargetDir)/$(TargetName).output" |
|---|
| 155 | echo EXIT STATUS: %status% >> "$(TargetDir)/$(TargetName).output" |
|---|
| 156 | if %status% EQU 0 ( |
|---|
| 157 | copy "$(TargetDir)/$(TargetName).output" "$(TargetDir)/$(TargetName).run" |
|---|
| 158 | ) |
|---|
| 159 | " |
|---|
| 160 | Outputs=""$(TargetDir)$(TargetName).output""/> |
|---|
| 161 | <Tool |
|---|
| 162 | Name="VCLinkerTool" |
|---|
| 163 | IgnoreImportLibrary="TRUE" |
|---|
| 164 | AdditionalDependencies="libboost_serialization.lib libboost_wserialization.lib libboost_test_exec_monitor.lib" |
|---|
| 165 | LinkIncremental="1" |
|---|
| 166 | SuppressStartupBanner="TRUE" |
|---|
| 167 | AdditionalLibraryDirectories=""$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/runtime-link-static/threading-multi/";"$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/runtime-link-static/threading-multi/";"$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/runtime-link-static/threading-multi/"" |
|---|
| 168 | SubSystem="1" |
|---|
| 169 | TargetMachine="1"/> |
|---|
| 170 | <Tool |
|---|
| 171 | Name="VCMIDLTool"/> |
|---|
| 172 | <Tool |
|---|
| 173 | Name="VCPostBuildEventTool"/> |
|---|
| 174 | <Tool |
|---|
| 175 | Name="VCPreBuildEventTool"/> |
|---|
| 176 | <Tool |
|---|
| 177 | Name="VCPreLinkEventTool"/> |
|---|
| 178 | <Tool |
|---|
| 179 | Name="VCResourceCompilerTool"/> |
|---|
| 180 | <Tool |
|---|
| 181 | Name="VCWebServiceProxyGeneratorTool"/> |
|---|
| 182 | <Tool |
|---|
| 183 | Name="VCXMLDataGeneratorTool"/> |
|---|
| 184 | <Tool |
|---|
| 185 | Name="VCWebDeploymentTool"/> |
|---|
| 186 | <Tool |
|---|
| 187 | Name="VCManagedWrapperGeneratorTool"/> |
|---|
| 188 | <Tool |
|---|
| 189 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
|---|
| 190 | </Configuration> |
|---|
| 191 | <Configuration |
|---|
| 192 | Name="Release runtime-dynamic|Win32" |
|---|
| 193 | OutputDirectory=""$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName).test/vc-7_1/release/threading-multi/"" |
|---|
| 194 | IntermediateDirectory=""$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName).test/vc-7_1/release/threading-multi/"" |
|---|
| 195 | ConfigurationType="1"> |
|---|
| 196 | <Tool |
|---|
| 197 | Name="VCCLCompilerTool" |
|---|
| 198 | GlobalOptimizations="TRUE" |
|---|
| 199 | InlineFunctionExpansion="2" |
|---|
| 200 | EnableIntrinsicFunctions="TRUE" |
|---|
| 201 | ImproveFloatingPointConsistency="TRUE" |
|---|
| 202 | FavorSizeOrSpeed="1" |
|---|
| 203 | OmitFramePointers="TRUE" |
|---|
| 204 | AdditionalIncludeDirectories=""$(ProjectDir)..\..\.."" |
|---|
| 205 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" |
|---|
| 206 | RuntimeLibrary="2" |
|---|
| 207 | BufferSecurityCheck="FALSE" |
|---|
| 208 | EnableFunctionLevelLinking="TRUE" |
|---|
| 209 | TreatWChar_tAsBuiltInType="TRUE" |
|---|
| 210 | ForceConformanceInForLoopScope="TRUE" |
|---|
| 211 | RuntimeTypeInfo="TRUE" |
|---|
| 212 | WarningLevel="3" |
|---|
| 213 | DebugInformationFormat="1" |
|---|
| 214 | CompileAs="0"/> |
|---|
| 215 | <Tool |
|---|
| 216 | Name="VCCustomBuildTool" |
|---|
| 217 | CommandLine=""$(TargetDir)/$(TargetName).exe" > "$(TargetDir)/$(TargetName).output" 2>&1 |
|---|
| 218 | set status=%ERRORLEVEL% |
|---|
| 219 | echo. >> "$(TargetDir)/$(TargetName).output" |
|---|
| 220 | echo EXIT STATUS: %status% >> "$(TargetDir)/$(TargetName).output" |
|---|
| 221 | if %status% EQU 0 ( |
|---|
| 222 | copy "$(TargetDir)/$(TargetName).output" "$(TargetDir)/$(TargetName).run" |
|---|
| 223 | ) |
|---|
| 224 | " |
|---|
| 225 | Outputs=""$(TargetDir)$(TargetName).output""/> |
|---|
| 226 | <Tool |
|---|
| 227 | Name="VCLinkerTool" |
|---|
| 228 | IgnoreImportLibrary="TRUE" |
|---|
| 229 | AdditionalDependencies="libboost_serialization.lib libboost_wserialization.lib libboost_test_exec_monitor.lib" |
|---|
| 230 | LinkIncremental="1" |
|---|
| 231 | SuppressStartupBanner="TRUE" |
|---|
| 232 | AdditionalLibraryDirectories=""$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/threading-multi/";"$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/threading-multi/";"$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/threading-multi/"" |
|---|
| 233 | SubSystem="1" |
|---|
| 234 | TargetMachine="1"/> |
|---|
| 235 | <Tool |
|---|
| 236 | Name="VCMIDLTool"/> |
|---|
| 237 | <Tool |
|---|
| 238 | Name="VCPostBuildEventTool"/> |
|---|
| 239 | <Tool |
|---|
| 240 | Name="VCPreBuildEventTool"/> |
|---|
| 241 | <Tool |
|---|
| 242 | Name="VCPreLinkEventTool"/> |
|---|
| 243 | <Tool |
|---|
| 244 | Name="VCResourceCompilerTool"/> |
|---|
| 245 | <Tool |
|---|
| 246 | Name="VCWebServiceProxyGeneratorTool"/> |
|---|
| 247 | <Tool |
|---|
| 248 | Name="VCXMLDataGeneratorTool"/> |
|---|
| 249 | <Tool |
|---|
| 250 | Name="VCWebDeploymentTool"/> |
|---|
| 251 | <Tool |
|---|
| 252 | Name="VCManagedWrapperGeneratorTool"/> |
|---|
| 253 | <Tool |
|---|
| 254 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
|---|
| 255 | </Configuration> |
|---|
| 256 | <Configuration |
|---|
| 257 | Name="Debug runtime-static|Win32" |
|---|
| 258 | OutputDirectory=""$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName).test/vc-7_1/debug/runtime-link-static/"" |
|---|
| 259 | IntermediateDirectory=""$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName).test/vc-7_1/debug/runtime-link-static/"" |
|---|
| 260 | ConfigurationType="1" |
|---|
| 261 | CharacterSet="0"> |
|---|
| 262 | <Tool |
|---|
| 263 | Name="VCCLCompilerTool" |
|---|
| 264 | AdditionalOptions="/Zm800" |
|---|
| 265 | Optimization="0" |
|---|
| 266 | ImproveFloatingPointConsistency="TRUE" |
|---|
| 267 | AdditionalIncludeDirectories=""$(ProjectDir)..\..\..\"" |
|---|
| 268 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" |
|---|
| 269 | MinimalRebuild="FALSE" |
|---|
| 270 | RuntimeLibrary="5" |
|---|
| 271 | BufferSecurityCheck="FALSE" |
|---|
| 272 | EnableFunctionLevelLinking="TRUE" |
|---|
| 273 | TreatWChar_tAsBuiltInType="TRUE" |
|---|
| 274 | ForceConformanceInForLoopScope="TRUE" |
|---|
| 275 | RuntimeTypeInfo="TRUE" |
|---|
| 276 | UsePrecompiledHeader="0" |
|---|
| 277 | WarningLevel="3" |
|---|
| 278 | Detect64BitPortabilityProblems="FALSE" |
|---|
| 279 | DebugInformationFormat="1" |
|---|
| 280 | CompileAs="0"/> |
|---|
| 281 | <Tool |
|---|
| 282 | Name="VCCustomBuildTool" |
|---|
| 283 | CommandLine=""$(TargetDir)/$(TargetName).exe" > "$(TargetDir)/$(TargetName).output" 2>&1 |
|---|
| 284 | set status=%ERRORLEVEL% |
|---|
| 285 | echo. >> "$(TargetDir)/$(TargetName).output" |
|---|
| 286 | echo EXIT STATUS: %status% >> "$(TargetDir)/$(TargetName).output" |
|---|
| 287 | if %status% EQU 0 ( |
|---|
| 288 | copy "$(TargetDir)/$(TargetName).output" "$(TargetDir)/$(TargetName).run" |
|---|
| 289 | ) |
|---|
| 290 | " |
|---|
| 291 | Outputs=""$(TargetDir)$(TargetName).output""/> |
|---|
| 292 | <Tool |
|---|
| 293 | Name="VCLinkerTool" |
|---|
| 294 | IgnoreImportLibrary="TRUE" |
|---|
| 295 | AdditionalDependencies="libboost_serialization.lib libboost_wserialization.lib libboost_test_exec_monitor.lib" |
|---|
| 296 | LinkIncremental="2" |
|---|
| 297 | SuppressStartupBanner="TRUE" |
|---|
| 298 | AdditionalLibraryDirectories=""$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/runtime-link-static/";"$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/runtime-link-static/";"$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/runtime-link-static/"" |
|---|
| 299 | GenerateDebugInformation="TRUE" |
|---|
| 300 | SubSystem="1" |
|---|
| 301 | TargetMachine="1"/> |
|---|
| 302 | <Tool |
|---|
| 303 | Name="VCMIDLTool"/> |
|---|
| 304 | <Tool |
|---|
| 305 | Name="VCPostBuildEventTool"/> |
|---|
| 306 | <Tool |
|---|
| 307 | Name="VCPreBuildEventTool"/> |
|---|
| 308 | <Tool |
|---|
| 309 | Name="VCPreLinkEventTool"/> |
|---|
| 310 | <Tool |
|---|
| 311 | Name="VCResourceCompilerTool"/> |
|---|
| 312 | <Tool |
|---|
| 313 | Name="VCWebServiceProxyGeneratorTool"/> |
|---|
| 314 | <Tool |
|---|
| 315 | Name="VCXMLDataGeneratorTool"/> |
|---|
| 316 | <Tool |
|---|
| 317 | Name="VCWebDeploymentTool"/> |
|---|
| 318 | <Tool |
|---|
| 319 | Name="VCManagedWrapperGeneratorTool"/> |
|---|
| 320 | <Tool |
|---|
| 321 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
|---|
| 322 | </Configuration> |
|---|
| 323 | <Configuration |
|---|
| 324 | Name="Debug runtime-static threading-multi|Win32" |
|---|
| 325 | OutputDirectory=""$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName).test/vc-7_1/debug/runtime-link-static/threading-multi"" |
|---|
| 326 | IntermediateDirectory=""$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName).test/vc-7_1/debug/runtime-link-static/threading-multi"" |
|---|
| 327 | ConfigurationType="1" |
|---|
| 328 | CharacterSet="0"> |
|---|
| 329 | <Tool |
|---|
| 330 | Name="VCCLCompilerTool" |
|---|
| 331 | AdditionalOptions="/Zm800" |
|---|
| 332 | Optimization="0" |
|---|
| 333 | ImproveFloatingPointConsistency="TRUE" |
|---|
| 334 | AdditionalIncludeDirectories=""$(ProjectDir)..\..\..\"" |
|---|
| 335 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" |
|---|
| 336 | MinimalRebuild="FALSE" |
|---|
| 337 | RuntimeLibrary="1" |
|---|
| 338 | BufferSecurityCheck="FALSE" |
|---|
| 339 | EnableFunctionLevelLinking="TRUE" |
|---|
| 340 | TreatWChar_tAsBuiltInType="TRUE" |
|---|
| 341 | ForceConformanceInForLoopScope="TRUE" |
|---|
| 342 | RuntimeTypeInfo="TRUE" |
|---|
| 343 | UsePrecompiledHeader="0" |
|---|
| 344 | WarningLevel="3" |
|---|
| 345 | Detect64BitPortabilityProblems="FALSE" |
|---|
| 346 | DebugInformationFormat="1" |
|---|
| 347 | CompileAs="0"/> |
|---|
| 348 | <Tool |
|---|
| 349 | Name="VCCustomBuildTool" |
|---|
| 350 | CommandLine=""$(TargetDir)/$(TargetName).exe" > "$(TargetDir)/$(TargetName).output" 2>&1 |
|---|
| 351 | set status=%ERRORLEVEL% |
|---|
| 352 | echo. >> "$(TargetDir)/$(TargetName).output" |
|---|
| 353 | echo EXIT STATUS: %status% >> "$(TargetDir)/$(TargetName).output" |
|---|
| 354 | if %status% EQU 0 ( |
|---|
| 355 | copy "$(TargetDir)/$(TargetName).output" "$(TargetDir)/$(TargetName).run" |
|---|
| 356 | ) |
|---|
| 357 | " |
|---|
| 358 | Outputs=""$(TargetDir)$(TargetName).output""/> |
|---|
| 359 | <Tool |
|---|
| 360 | Name="VCLinkerTool" |
|---|
| 361 | IgnoreImportLibrary="TRUE" |
|---|
| 362 | AdditionalDependencies="libboost_serialization.lib libboost_wserialization.lib libboost_test_exec_monitor.lib" |
|---|
| 363 | LinkIncremental="2" |
|---|
| 364 | SuppressStartupBanner="TRUE" |
|---|
| 365 | AdditionalLibraryDirectories=""$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/runtime-link-static/threading-multi";"$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/runtime-link-static/threading-multi";"$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/runtime-link-static/threading-multi"" |
|---|
| 366 | GenerateDebugInformation="TRUE" |
|---|
| 367 | SubSystem="1" |
|---|
| 368 | TargetMachine="1"/> |
|---|
| 369 | <Tool |
|---|
| 370 | Name="VCMIDLTool"/> |
|---|
| 371 | <Tool |
|---|
| 372 | Name="VCPostBuildEventTool"/> |
|---|
| 373 | <Tool |
|---|
| 374 | Name="VCPreBuildEventTool"/> |
|---|
| 375 | <Tool |
|---|
| 376 | Name="VCPreLinkEventTool"/> |
|---|
| 377 | <Tool |
|---|
| 378 | Name="VCResourceCompilerTool"/> |
|---|
| 379 | <Tool |
|---|
| 380 | Name="VCWebServiceProxyGeneratorTool"/> |
|---|
| 381 | <Tool |
|---|
| 382 | Name="VCXMLDataGeneratorTool"/> |
|---|
| 383 | <Tool |
|---|
| 384 | Name="VCWebDeploymentTool"/> |
|---|
| 385 | <Tool |
|---|
| 386 | Name="VCManagedWrapperGeneratorTool"/> |
|---|
| 387 | <Tool |
|---|
| 388 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
|---|
| 389 | </Configuration> |
|---|
| 390 | </Configurations> |
|---|
| 391 | <References> |
|---|
| 392 | </References> |
|---|
| 393 | <Files> |
|---|
| 394 | <File |
|---|
| 395 | RelativePath="..\test\test_const.cpp"> |
|---|
| 396 | </File> |
|---|
| 397 | </Files> |
|---|
| 398 | <Globals> |
|---|
| 399 | </Globals> |
|---|
| 400 | </VisualStudioProject> |
|---|