Changeset 170 in dev for trunk/jenga/projects/smoothie
- Timestamp:
- Jun 18, 2007, 3:50:13 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jenga/projects/smoothie/smoothie.vcproj
r160 r170 19 19 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 20 20 IntermediateDirectory="$(ConfigurationName)" 21 ConfigurationType=" 1"21 ConfigurationType="4" 22 22 CharacterSet="2" 23 23 > … … 40 40 Name="VCCLCompilerTool" 41 41 Optimization="0" 42 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost" 43 MinimalRebuild="true" 44 BasicRuntimeChecks="3" 45 RuntimeLibrary="1" 46 WarningLevel="3" 47 Detect64BitPortabilityProblems="true" 48 DebugInformationFormat="3" 49 /> 50 <Tool 51 Name="VCManagedResourceCompilerTool" 52 /> 53 <Tool 54 Name="VCResourceCompilerTool" 55 /> 56 <Tool 57 Name="VCPreLinkEventTool" 58 /> 59 <Tool 60 Name="VCLibrarianTool" 61 /> 62 <Tool 63 Name="VCALinkTool" 64 /> 65 <Tool 66 Name="VCXDCMakeTool" 67 /> 68 <Tool 69 Name="VCBscMakeTool" 70 /> 71 <Tool 72 Name="VCFxCopTool" 73 /> 74 <Tool 75 Name="VCPostBuildEventTool" 76 /> 77 </Configuration> 78 <Configuration 79 Name="Release(amd64)|Win32" 80 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 81 IntermediateDirectory="$(ConfigurationName)" 82 ConfigurationType="4" 83 CharacterSet="2" 84 WholeProgramOptimization="1" 85 > 86 <Tool 87 Name="VCPreBuildEventTool" 88 /> 89 <Tool 90 Name="VCCustomBuildTool" 91 /> 92 <Tool 93 Name="VCXMLDataGeneratorTool" 94 /> 95 <Tool 96 Name="VCWebServiceProxyGeneratorTool" 97 /> 98 <Tool 99 Name="VCMIDLTool" 100 /> 101 <Tool 102 Name="VCCLCompilerTool" 103 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost" 104 RuntimeLibrary="0" 105 WarningLevel="3" 106 Detect64BitPortabilityProblems="true" 107 DebugInformationFormat="0" 108 /> 109 <Tool 110 Name="VCManagedResourceCompilerTool" 111 /> 112 <Tool 113 Name="VCResourceCompilerTool" 114 /> 115 <Tool 116 Name="VCPreLinkEventTool" 117 /> 118 <Tool 119 Name="VCLibrarianTool" 120 /> 121 <Tool 122 Name="VCALinkTool" 123 /> 124 <Tool 125 Name="VCXDCMakeTool" 126 /> 127 <Tool 128 Name="VCBscMakeTool" 129 /> 130 <Tool 131 Name="VCFxCopTool" 132 /> 133 <Tool 134 Name="VCPostBuildEventTool" 135 /> 136 </Configuration> 137 <Configuration 138 Name="Release(x86)|Win32" 139 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 140 IntermediateDirectory="$(ConfigurationName)" 141 ConfigurationType="4" 142 CharacterSet="2" 143 WholeProgramOptimization="1" 144 > 145 <Tool 146 Name="VCPreBuildEventTool" 147 /> 148 <Tool 149 Name="VCCustomBuildTool" 150 /> 151 <Tool 152 Name="VCXMLDataGeneratorTool" 153 /> 154 <Tool 155 Name="VCWebServiceProxyGeneratorTool" 156 /> 157 <Tool 158 Name="VCMIDLTool" 159 /> 160 <Tool 161 Name="VCCLCompilerTool" 162 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost" 163 RuntimeLibrary="2" 164 WarningLevel="3" 165 Detect64BitPortabilityProblems="true" 166 DebugInformationFormat="3" 167 /> 168 <Tool 169 Name="VCManagedResourceCompilerTool" 170 /> 171 <Tool 172 Name="VCResourceCompilerTool" 173 /> 174 <Tool 175 Name="VCPreLinkEventTool" 176 /> 177 <Tool 178 Name="VCLibrarianTool" 179 /> 180 <Tool 181 Name="VCALinkTool" 182 /> 183 <Tool 184 Name="VCXDCMakeTool" 185 /> 186 <Tool 187 Name="VCBscMakeTool" 188 /> 189 <Tool 190 Name="VCFxCopTool" 191 /> 192 <Tool 193 Name="VCPostBuildEventTool" 194 /> 195 </Configuration> 196 <Configuration 197 Name="Debug(x86)|Win32" 198 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 199 IntermediateDirectory="$(ConfigurationName)" 200 ConfigurationType="4" 201 CharacterSet="2" 202 > 203 <Tool 204 Name="VCPreBuildEventTool" 205 /> 206 <Tool 207 Name="VCCustomBuildTool" 208 /> 209 <Tool 210 Name="VCXMLDataGeneratorTool" 211 /> 212 <Tool 213 Name="VCWebServiceProxyGeneratorTool" 214 /> 215 <Tool 216 Name="VCMIDLTool" 217 /> 218 <Tool 219 Name="VCCLCompilerTool" 220 Optimization="0" 221 AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost" 42 222 MinimalRebuild="true" 43 223 BasicRuntimeChecks="3" … … 57 237 /> 58 238 <Tool 59 Name="VCLinkerTool" 60 GenerateDebugInformation="true" 61 TargetMachine="1" 239 Name="VCLibrarianTool" 62 240 /> 63 241 <Tool … … 65 243 /> 66 244 <Tool 67 Name="VCManifestTool"68 />69 <Tool70 245 Name="VCXDCMakeTool" 71 246 /> … … 75 250 <Tool 76 251 Name="VCFxCopTool" 77 />78 <Tool79 Name="VCAppVerifierTool"80 />81 <Tool82 Name="VCWebDeploymentTool"83 />84 <Tool85 Name="VCPostBuildEventTool"86 />87 </Configuration>88 <Configuration89 Name="Release(amd64)|Win32"90 OutputDirectory="$(SolutionDir)$(ConfigurationName)"91 IntermediateDirectory="$(ConfigurationName)"92 ConfigurationType="1"93 CharacterSet="2"94 WholeProgramOptimization="1"95 >96 <Tool97 Name="VCPreBuildEventTool"98 />99 <Tool100 Name="VCCustomBuildTool"101 />102 <Tool103 Name="VCXMLDataGeneratorTool"104 />105 <Tool106 Name="VCWebServiceProxyGeneratorTool"107 />108 <Tool109 Name="VCMIDLTool"110 />111 <Tool112 Name="VCCLCompilerTool"113 RuntimeLibrary="2"114 WarningLevel="3"115 Detect64BitPortabilityProblems="true"116 DebugInformationFormat="3"117 />118 <Tool119 Name="VCManagedResourceCompilerTool"120 />121 <Tool122 Name="VCResourceCompilerTool"123 />124 <Tool125 Name="VCPreLinkEventTool"126 />127 <Tool128 Name="VCLinkerTool"129 GenerateDebugInformation="true"130 OptimizeReferences="2"131 EnableCOMDATFolding="2"132 TargetMachine="1"133 />134 <Tool135 Name="VCALinkTool"136 />137 <Tool138 Name="VCManifestTool"139 />140 <Tool141 Name="VCXDCMakeTool"142 />143 <Tool144 Name="VCBscMakeTool"145 />146 <Tool147 Name="VCFxCopTool"148 />149 <Tool150 Name="VCAppVerifierTool"151 />152 <Tool153 Name="VCWebDeploymentTool"154 />155 <Tool156 Name="VCPostBuildEventTool"157 />158 </Configuration>159 <Configuration160 Name="Release(x86)|Win32"161 OutputDirectory="$(SolutionDir)$(ConfigurationName)"162 IntermediateDirectory="$(ConfigurationName)"163 ConfigurationType="1"164 CharacterSet="2"165 WholeProgramOptimization="1"166 >167 <Tool168 Name="VCPreBuildEventTool"169 />170 <Tool171 Name="VCCustomBuildTool"172 />173 <Tool174 Name="VCXMLDataGeneratorTool"175 />176 <Tool177 Name="VCWebServiceProxyGeneratorTool"178 />179 <Tool180 Name="VCMIDLTool"181 />182 <Tool183 Name="VCCLCompilerTool"184 RuntimeLibrary="2"185 WarningLevel="3"186 Detect64BitPortabilityProblems="true"187 DebugInformationFormat="3"188 />189 <Tool190 Name="VCManagedResourceCompilerTool"191 />192 <Tool193 Name="VCResourceCompilerTool"194 />195 <Tool196 Name="VCPreLinkEventTool"197 />198 <Tool199 Name="VCLinkerTool"200 GenerateDebugInformation="true"201 OptimizeReferences="2"202 EnableCOMDATFolding="2"203 TargetMachine="1"204 />205 <Tool206 Name="VCALinkTool"207 />208 <Tool209 Name="VCManifestTool"210 />211 <Tool212 Name="VCXDCMakeTool"213 />214 <Tool215 Name="VCBscMakeTool"216 />217 <Tool218 Name="VCFxCopTool"219 />220 <Tool221 Name="VCAppVerifierTool"222 />223 <Tool224 Name="VCWebDeploymentTool"225 />226 <Tool227 Name="VCPostBuildEventTool"228 />229 </Configuration>230 <Configuration231 Name="Debug(x86)|Win32"232 OutputDirectory="$(SolutionDir)$(ConfigurationName)"233 IntermediateDirectory="$(ConfigurationName)"234 ConfigurationType="1"235 CharacterSet="2"236 >237 <Tool238 Name="VCPreBuildEventTool"239 />240 <Tool241 Name="VCCustomBuildTool"242 />243 <Tool244 Name="VCXMLDataGeneratorTool"245 />246 <Tool247 Name="VCWebServiceProxyGeneratorTool"248 />249 <Tool250 Name="VCMIDLTool"251 />252 <Tool253 Name="VCCLCompilerTool"254 Optimization="0"255 MinimalRebuild="true"256 BasicRuntimeChecks="3"257 RuntimeLibrary="3"258 WarningLevel="3"259 Detect64BitPortabilityProblems="true"260 DebugInformationFormat="4"261 />262 <Tool263 Name="VCManagedResourceCompilerTool"264 />265 <Tool266 Name="VCResourceCompilerTool"267 />268 <Tool269 Name="VCPreLinkEventTool"270 />271 <Tool272 Name="VCLinkerTool"273 GenerateDebugInformation="true"274 TargetMachine="1"275 />276 <Tool277 Name="VCALinkTool"278 />279 <Tool280 Name="VCManifestTool"281 />282 <Tool283 Name="VCXDCMakeTool"284 />285 <Tool286 Name="VCBscMakeTool"287 />288 <Tool289 Name="VCFxCopTool"290 />291 <Tool292 Name="VCAppVerifierTool"293 />294 <Tool295 Name="VCWebDeploymentTool"296 252 /> 297 253 <Tool … … 308 264 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 309 265 > 266 <File 267 RelativePath="..\..\src\smoothie\Member.cpp" 268 > 269 </File> 270 <File 271 RelativePath="..\..\src\smoothie\Method.cpp" 272 > 273 </File> 274 <File 275 RelativePath="..\..\src\smoothie\Namespace.cpp" 276 > 277 </File> 278 <File 279 RelativePath="..\..\src\smoothie\Prototype.cpp" 280 > 281 </File> 282 <File 283 RelativePath="..\..\src\smoothie\Smoothie.cpp" 284 > 285 </File> 286 <File 287 RelativePath="..\..\src\smoothie\Source.cpp" 288 > 289 </File> 290 <File 291 RelativePath="..\..\src\smoothie\Symbol.cpp" 292 > 293 </File> 310 294 </Filter> 311 295 <Filter … … 314 298 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 315 299 > 300 <File 301 RelativePath="..\..\include\smoothie\BasicFixed.h" 302 > 303 </File> 304 <File 305 RelativePath="..\..\include\smoothie\Class.h" 306 > 307 </File> 308 <File 309 RelativePath="..\..\include\smoothie\LexicalScoping.h" 310 > 311 </File> 312 <File 313 RelativePath="..\..\include\smoothie\Member.h" 314 > 315 </File> 316 <File 317 RelativePath="..\..\include\smoothie\Method.h" 318 > 319 </File> 320 <File 321 RelativePath="..\..\include\smoothie\Namespace.h" 322 > 323 </File> 324 <File 325 RelativePath="..\..\include\smoothie\ObjectModule.h" 326 > 327 </File> 328 <File 329 RelativePath="..\..\include\smoothie\Parameter.h" 330 > 331 </File> 332 <File 333 RelativePath="..\..\include\smoothie\Procedure.h" 334 > 335 </File> 336 <File 337 RelativePath="..\..\include\smoothie\Prototype.h" 338 > 339 </File> 340 <File 341 RelativePath="..\..\include\smoothie\Smoothie.h" 342 > 343 </File> 344 <File 345 RelativePath="..\..\include\smoothie\SmoothieException.h" 346 > 347 </File> 348 <File 349 RelativePath="..\..\include\smoothie\Source.h" 350 > 351 </File> 352 <File 353 RelativePath="..\..\include\smoothie\Symbol.h" 354 > 355 </File> 356 <File 357 RelativePath="..\..\include\smoothie\Type.h" 358 > 359 </File> 360 <File 361 RelativePath="..\..\include\smoothie\TypeDef.h" 362 > 363 </File> 364 <File 365 RelativePath="..\..\include\smoothie\Variable.h" 366 > 367 </File> 316 368 </Filter> 317 369 <Filter
Note:
See TracChangeset
for help on using the changeset viewer.