Changeset 890 for code/trunk/visual_studio/vc8
- Timestamp:
- Mar 13, 2008, 3:52:29 PM (17 years ago)
- Location:
- code/trunk/visual_studio/vc8
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/visual_studio/vc8/core.vcproj
r790 r890 281 281 </File> 282 282 <File 283 RelativePath="..\..\src\orxonox\core\ClassTreeMask.cc" 284 > 285 </File> 286 <File 283 287 RelativePath="..\..\src\orxonox\core\ConfigValueContainer.cc" 284 288 > … … 293 297 </File> 294 298 <File 299 RelativePath="..\..\src\orxonox\core\Executor.cc" 300 > 301 </File> 302 <File 295 303 RelativePath="..\..\src\orxonox\core\Factory.cc" 296 304 > … … 301 309 </File> 302 310 <File 303 RelativePath="..\..\src\orxonox\core\Identifier List.cc"311 RelativePath="..\..\src\orxonox\core\IdentifierDistributor.cc" 304 312 > 305 313 </File> … … 309 317 </File> 310 318 <File 319 RelativePath="..\..\src\orxonox\core\Loader.cc" 320 > 321 </File> 322 <File 311 323 RelativePath="..\..\src\orxonox\core\MetaObjectList.cc" 312 324 > … … 322 334 <File 323 335 RelativePath="..\..\src\orxonox\core\SignalHandler.cc" 336 > 337 </File> 338 <File 339 RelativePath="..\..\src\orxonox\core\XMLPort.cc" 324 340 > 325 341 </File> … … 343 359 </File> 344 360 <File 361 RelativePath="..\..\src\orxonox\core\ClassManager.h" 362 > 363 </File> 364 <File 365 RelativePath="..\..\src\orxonox\core\ClassTreeMask.h" 366 > 367 </File> 368 <File 345 369 RelativePath="..\..\src\orxonox\core\ConfigValueContainer.h" 346 370 > … … 367 391 </File> 368 392 <File 393 RelativePath="..\..\src\orxonox\core\Executor.h" 394 > 395 </File> 396 <File 369 397 RelativePath="..\..\src\orxonox\core\Factory.h" 370 398 > 371 399 </File> 372 400 <File 401 RelativePath="..\..\src\orxonox\core\Functor.h" 402 > 403 </File> 404 <File 373 405 RelativePath="..\..\src\orxonox\core\Identifier.h" 374 406 > 375 407 </File> 376 408 <File 377 RelativePath="..\..\src\orxonox\core\Identifier List.h"409 RelativePath="..\..\src\orxonox\core\IdentifierDistributor.h" 378 410 > 379 411 </File> … … 387 419 </File> 388 420 <File 421 RelativePath="..\..\src\orxonox\core\Level.h" 422 > 423 </File> 424 <File 425 RelativePath="..\..\src\orxonox\core\Loader.h" 426 > 427 </File> 428 <File 389 429 RelativePath="..\..\src\orxonox\core\MetaObjectList.h" 390 430 > … … 404 444 <File 405 445 RelativePath="..\..\src\orxonox\core\SignalHandler.h" 446 > 447 </File> 448 <File 449 RelativePath="..\..\src\orxonox\core\XMLPort.h" 406 450 > 407 451 </File> -
code/trunk/visual_studio/vc8/orxonox.vcproj
r790 r890 572 572 </File> 573 573 <File 574 RelativePath="..\..\src\orxonox\objects\Tickable.cc" 575 > 576 </File> 577 <File 574 578 RelativePath="..\..\src\orxonox\objects\WorldEntity.cc" 575 579 > … … 625 629 <File 626 630 RelativePath="..\..\src\orxonox\tools\Mesh.cc" 631 > 632 </File> 633 <File 634 RelativePath="..\..\src\orxonox\tools\Timer.cc" 627 635 > 628 636 </File> -
code/trunk/visual_studio/vc8/util.vcproj
r790 r890 18 18 <Configuration 19 19 Name="Debug|Win32" 20 ConfigurationType=" 4"20 ConfigurationType="2" 21 21 InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\util_properties.vsprops" 22 22 CharacterSet="1" … … 50 50 /> 51 51 <Tool 52 Name="VCLi brarianTool"52 Name="VCLinkerTool" 53 53 /> 54 54 <Tool … … 56 56 /> 57 57 <Tool 58 Name="VCManifestTool" 59 /> 60 <Tool 58 61 Name="VCXDCMakeTool" 59 62 /> … … 63 66 <Tool 64 67 Name="VCFxCopTool" 68 /> 69 <Tool 70 Name="VCAppVerifierTool" 71 /> 72 <Tool 73 Name="VCWebDeploymentTool" 65 74 /> 66 75 <Tool … … 70 79 <Configuration 71 80 Name="Release|Win32" 72 ConfigurationType=" 4"81 ConfigurationType="2" 73 82 InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\util_properties.vsprops" 74 83 CharacterSet="1" … … 103 112 /> 104 113 <Tool 105 Name="VCLi brarianTool"114 Name="VCLinkerTool" 106 115 /> 107 116 <Tool … … 109 118 /> 110 119 <Tool 120 Name="VCManifestTool" 121 /> 122 <Tool 111 123 Name="VCXDCMakeTool" 112 124 /> … … 116 128 <Tool 117 129 Name="VCFxCopTool" 130 /> 131 <Tool 132 Name="VCAppVerifierTool" 133 /> 134 <Tool 135 Name="VCWebDeploymentTool" 118 136 /> 119 137 <Tool … … 123 141 <Configuration 124 142 Name="Release_SSE|Win32" 125 ConfigurationType=" 4"143 ConfigurationType="2" 126 144 InheritedPropertySheets="..\base_properties_release_sse.vsprops;..\util_properties.vsprops" 127 145 CharacterSet="1" … … 156 174 /> 157 175 <Tool 158 Name="VCLi brarianTool"176 Name="VCLinkerTool" 159 177 /> 160 178 <Tool … … 162 180 /> 163 181 <Tool 182 Name="VCManifestTool" 183 /> 184 <Tool 164 185 Name="VCXDCMakeTool" 165 186 /> … … 169 190 <Tool 170 191 Name="VCFxCopTool" 192 /> 193 <Tool 194 Name="VCAppVerifierTool" 195 /> 196 <Tool 197 Name="VCWebDeploymentTool" 171 198 /> 172 199 <Tool … … 176 203 <Configuration 177 204 Name="Release_SSE2|Win32" 178 ConfigurationType=" 4"205 ConfigurationType="2" 179 206 InheritedPropertySheets="..\base_properties_release_sse2.vsprops;..\util_properties.vsprops" 180 207 CharacterSet="1" … … 209 236 /> 210 237 <Tool 211 Name="VCLi brarianTool"238 Name="VCLinkerTool" 212 239 /> 213 240 <Tool … … 215 242 /> 216 243 <Tool 244 Name="VCManifestTool" 245 /> 246 <Tool 217 247 Name="VCXDCMakeTool" 218 248 /> … … 222 252 <Tool 223 253 Name="VCFxCopTool" 254 /> 255 <Tool 256 Name="VCAppVerifierTool" 257 /> 258 <Tool 259 Name="VCWebDeploymentTool" 224 260 /> 225 261 <Tool … … 237 273 > 238 274 <File 275 RelativePath="..\..\src\util\Math.cc" 276 > 277 </File> 278 <File 279 RelativePath="..\..\src\util\MultiTypeMath.cc" 280 > 281 </File> 282 <File 283 RelativePath="..\..\src\util\MultiTypePrimitive.cc" 284 > 285 </File> 286 <File 287 RelativePath="..\..\src\util\MultiTypeString.cc" 288 > 289 </File> 290 <File 291 RelativePath="..\..\src\util\String.cc" 292 > 293 </File> 294 <File 239 295 RelativePath="..\..\src\util\substring.cc" 240 296 > 241 297 </File> 242 <Filter243 Name="tinyxml"244 >245 <File246 RelativePath="..\..\src\util\tinyxml\ticpp.cc"247 >248 </File>249 <File250 RelativePath="..\..\src\util\tinyxml\tinystr.cc"251 >252 </File>253 <File254 RelativePath="..\..\src\util\tinyxml\tinyxml.cc"255 >256 </File>257 <File258 RelativePath="..\..\src\util\tinyxml\tinyxmlerror.cc"259 >260 </File>261 <File262 RelativePath="..\..\src\util\tinyxml\tinyxmlparser.cc"263 >264 </File>265 </Filter>266 298 </Filter> 267 299 <Filter … … 279 311 </File> 280 312 <File 313 RelativePath="..\..\src\util\MultiType.h" 314 > 315 </File> 316 <File 317 RelativePath="..\..\src\util\MultiTypeMath.h" 318 > 319 </File> 320 <File 321 RelativePath="..\..\src\util\MultiTypePrimitive.h" 322 > 323 </File> 324 <File 325 RelativePath="..\..\src\util\MultiTypeString.h" 326 > 327 </File> 328 <File 281 329 RelativePath="..\..\src\util\Sleep.h" 282 330 > 283 331 </File> 284 332 <File 333 RelativePath="..\..\src\util\String.h" 334 > 335 </File> 336 <File 285 337 RelativePath="..\..\src\util\String2Number.h" 286 338 > … … 294 346 > 295 347 </File> 296 <Filter 297 Name="tinyxml" 298 > 299 <File 300 RelativePath="..\..\src\util\tinyxml\ticpp.h" 301 > 302 </File> 303 <File 304 RelativePath="..\..\src\util\tinyxml\ticpprc.h" 305 > 306 </File> 307 <File 308 RelativePath="..\..\src\util\tinyxml\tinystr.h" 309 > 310 </File> 311 <File 312 RelativePath="..\..\src\util\tinyxml\tinyxml.h" 313 > 314 </File> 315 <File 316 RelativePath="..\..\src\util\tinyxml\TinyXMLPrereqs.h" 317 > 318 </File> 319 </Filter> 348 <File 349 RelativePath="..\..\src\util\UtilPrereqs.h" 350 > 351 </File> 352 <File 353 RelativePath="..\..\src\util\XMLIncludes.h" 354 > 355 </File> 320 356 </Filter> 321 357 </Files>
Note: See TracChangeset
for help on using the changeset viewer.