[1195] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
---|
| 2 | <VisualStudioProject |
---|
| 3 | ProjectType="Visual C++" |
---|
| 4 | Version="8.00" |
---|
| 5 | Name="ois" |
---|
| 6 | ProjectGUID="{9CC704CB-4956-4479-BDEC-57CBC03F700E}" |
---|
| 7 | RootNamespace="OIS" |
---|
| 8 | Keyword="Win32Proj" |
---|
| 9 | > |
---|
| 10 | <Platforms> |
---|
| 11 | <Platform |
---|
| 12 | Name="Win32" |
---|
| 13 | /> |
---|
| 14 | <Platform |
---|
| 15 | Name="x64" |
---|
| 16 | /> |
---|
| 17 | </Platforms> |
---|
| 18 | <ToolFiles> |
---|
| 19 | </ToolFiles> |
---|
| 20 | <Configurations> |
---|
| 21 | <Configuration |
---|
| 22 | Name="Release|Win32" |
---|
| 23 | ConfigurationType="2" |
---|
| 24 | InheritedPropertySheets="..\directory_properties.vsprops" |
---|
| 25 | CharacterSet="2" |
---|
| 26 | > |
---|
| 27 | <Tool |
---|
| 28 | Name="VCPreBuildEventTool" |
---|
| 29 | /> |
---|
| 30 | <Tool |
---|
| 31 | Name="VCCustomBuildTool" |
---|
| 32 | /> |
---|
| 33 | <Tool |
---|
| 34 | Name="VCXMLDataGeneratorTool" |
---|
| 35 | /> |
---|
| 36 | <Tool |
---|
| 37 | Name="VCWebServiceProxyGeneratorTool" |
---|
| 38 | /> |
---|
| 39 | <Tool |
---|
| 40 | Name="VCMIDLTool" |
---|
| 41 | /> |
---|
| 42 | <Tool |
---|
| 43 | Name="VCCLCompilerTool" |
---|
| 44 | Optimization="2" |
---|
| 45 | InlineFunctionExpansion="1" |
---|
| 46 | OmitFramePointers="true" |
---|
| 47 | AdditionalIncludeDirectories="$(RootDir)src\ois" |
---|
| 48 | PreprocessorDefinitions="WIN32;NDEBUG;OIS_NONCLIENT_BUILD;OIS_DYNAMIC_LIB" |
---|
| 49 | StringPooling="true" |
---|
| 50 | RuntimeLibrary="2" |
---|
| 51 | BufferSecurityCheck="false" |
---|
| 52 | EnableFunctionLevelLinking="false" |
---|
| 53 | FloatingPointModel="2" |
---|
| 54 | RuntimeTypeInfo="true" |
---|
| 55 | UsePrecompiledHeader="0" |
---|
| 56 | PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch" |
---|
| 57 | WarningLevel="3" |
---|
| 58 | Detect64BitPortabilityProblems="true" |
---|
| 59 | DebugInformationFormat="3" |
---|
| 60 | /> |
---|
| 61 | <Tool |
---|
| 62 | Name="VCManagedResourceCompilerTool" |
---|
| 63 | /> |
---|
| 64 | <Tool |
---|
| 65 | Name="VCResourceCompilerTool" |
---|
| 66 | /> |
---|
| 67 | <Tool |
---|
| 68 | Name="VCPreLinkEventTool" |
---|
| 69 | /> |
---|
| 70 | <Tool |
---|
| 71 | Name="VCLinkerTool" |
---|
| 72 | AdditionalDependencies="dxguid.lib dinput8.lib" |
---|
| 73 | AdditionalLibraryDirectories="" |
---|
| 74 | GenerateDebugInformation="true" |
---|
| 75 | OptimizeReferences="2" |
---|
| 76 | EnableCOMDATFolding="2" |
---|
| 77 | OptimizeForWindows98="1" |
---|
| 78 | LinkTimeCodeGeneration="1" |
---|
| 79 | ImportLibrary="$(RootDir)lib\$(TargetName).lib" |
---|
| 80 | /> |
---|
| 81 | <Tool |
---|
| 82 | Name="VCALinkTool" |
---|
| 83 | /> |
---|
| 84 | <Tool |
---|
| 85 | Name="VCManifestTool" |
---|
| 86 | /> |
---|
| 87 | <Tool |
---|
| 88 | Name="VCXDCMakeTool" |
---|
| 89 | /> |
---|
| 90 | <Tool |
---|
| 91 | Name="VCBscMakeTool" |
---|
| 92 | /> |
---|
| 93 | <Tool |
---|
| 94 | Name="VCFxCopTool" |
---|
| 95 | /> |
---|
| 96 | <Tool |
---|
| 97 | Name="VCAppVerifierTool" |
---|
| 98 | /> |
---|
| 99 | <Tool |
---|
| 100 | Name="VCWebDeploymentTool" |
---|
| 101 | /> |
---|
| 102 | <Tool |
---|
| 103 | Name="VCPostBuildEventTool" |
---|
| 104 | CommandLine="" |
---|
| 105 | /> |
---|
| 106 | </Configuration> |
---|
| 107 | <Configuration |
---|
| 108 | Name="Debug|Win32" |
---|
| 109 | ConfigurationType="2" |
---|
| 110 | InheritedPropertySheets="..\directory_properties.vsprops" |
---|
| 111 | CharacterSet="2" |
---|
| 112 | > |
---|
| 113 | <Tool |
---|
| 114 | Name="VCPreBuildEventTool" |
---|
| 115 | /> |
---|
| 116 | <Tool |
---|
| 117 | Name="VCCustomBuildTool" |
---|
| 118 | /> |
---|
| 119 | <Tool |
---|
| 120 | Name="VCXMLDataGeneratorTool" |
---|
| 121 | /> |
---|
| 122 | <Tool |
---|
| 123 | Name="VCWebServiceProxyGeneratorTool" |
---|
| 124 | /> |
---|
| 125 | <Tool |
---|
| 126 | Name="VCMIDLTool" |
---|
| 127 | /> |
---|
| 128 | <Tool |
---|
| 129 | Name="VCCLCompilerTool" |
---|
| 130 | Optimization="0" |
---|
[1203] | 131 | AdditionalIncludeDirectories="$(RootDir)\src\ois" |
---|
[1195] | 132 | PreprocessorDefinitions="WIN32;_DEBUG;_STLP_DEBUG;OIS_NONCLIENT_BUILD;OIS_DYNAMIC_LIB" |
---|
| 133 | MinimalRebuild="true" |
---|
| 134 | BasicRuntimeChecks="3" |
---|
| 135 | RuntimeLibrary="3" |
---|
| 136 | FloatingPointModel="2" |
---|
| 137 | RuntimeTypeInfo="true" |
---|
| 138 | UsePrecompiledHeader="0" |
---|
| 139 | PrecompiledHeaderThrough="StdAfx.h" |
---|
| 140 | WarningLevel="3" |
---|
| 141 | Detect64BitPortabilityProblems="true" |
---|
| 142 | DebugInformationFormat="4" |
---|
| 143 | CallingConvention="0" |
---|
| 144 | /> |
---|
| 145 | <Tool |
---|
| 146 | Name="VCManagedResourceCompilerTool" |
---|
| 147 | /> |
---|
| 148 | <Tool |
---|
| 149 | Name="VCResourceCompilerTool" |
---|
| 150 | /> |
---|
| 151 | <Tool |
---|
| 152 | Name="VCPreLinkEventTool" |
---|
| 153 | /> |
---|
| 154 | <Tool |
---|
| 155 | Name="VCLinkerTool" |
---|
| 156 | AdditionalDependencies="dxguid.lib dinput8.lib" |
---|
| 157 | OutputFile="$(OutDir)\$(ProjectName)_d.dll" |
---|
| 158 | AdditionalLibraryDirectories="" |
---|
| 159 | GenerateDebugInformation="true" |
---|
| 160 | ImportLibrary="$(RootDir)lib\$(TargetName).lib" |
---|
| 161 | /> |
---|
| 162 | <Tool |
---|
| 163 | Name="VCALinkTool" |
---|
| 164 | /> |
---|
| 165 | <Tool |
---|
| 166 | Name="VCManifestTool" |
---|
| 167 | /> |
---|
| 168 | <Tool |
---|
| 169 | Name="VCXDCMakeTool" |
---|
| 170 | /> |
---|
| 171 | <Tool |
---|
| 172 | Name="VCBscMakeTool" |
---|
| 173 | /> |
---|
| 174 | <Tool |
---|
| 175 | Name="VCFxCopTool" |
---|
| 176 | /> |
---|
| 177 | <Tool |
---|
| 178 | Name="VCAppVerifierTool" |
---|
| 179 | /> |
---|
| 180 | <Tool |
---|
| 181 | Name="VCWebDeploymentTool" |
---|
| 182 | /> |
---|
| 183 | <Tool |
---|
| 184 | Name="VCPostBuildEventTool" |
---|
| 185 | CommandLine="" |
---|
| 186 | /> |
---|
| 187 | </Configuration> |
---|
| 188 | <Configuration |
---|
| 189 | Name="Debug|x64" |
---|
| 190 | OutputDirectory="..\lib64\" |
---|
| 191 | IntermediateDirectory="..\lib64\obj\$(ConfigurationName)" |
---|
| 192 | ConfigurationType="4" |
---|
| 193 | CharacterSet="2" |
---|
| 194 | > |
---|
| 195 | <Tool |
---|
| 196 | Name="VCPreBuildEventTool" |
---|
| 197 | /> |
---|
| 198 | <Tool |
---|
| 199 | Name="VCCustomBuildTool" |
---|
| 200 | /> |
---|
| 201 | <Tool |
---|
| 202 | Name="VCXMLDataGeneratorTool" |
---|
| 203 | /> |
---|
| 204 | <Tool |
---|
| 205 | Name="VCWebServiceProxyGeneratorTool" |
---|
| 206 | /> |
---|
| 207 | <Tool |
---|
| 208 | Name="VCMIDLTool" |
---|
| 209 | TargetEnvironment="3" |
---|
| 210 | /> |
---|
| 211 | <Tool |
---|
| 212 | Name="VCCLCompilerTool" |
---|
| 213 | Optimization="0" |
---|
| 214 | AdditionalIncludeDirectories="..\includes" |
---|
| 215 | PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_STLP_DEBUG" |
---|
| 216 | MinimalRebuild="true" |
---|
| 217 | BasicRuntimeChecks="3" |
---|
| 218 | RuntimeLibrary="3" |
---|
| 219 | FloatingPointModel="2" |
---|
| 220 | RuntimeTypeInfo="true" |
---|
| 221 | UsePrecompiledHeader="0" |
---|
| 222 | PrecompiledHeaderThrough="StdAfx.h" |
---|
| 223 | WarningLevel="3" |
---|
| 224 | Detect64BitPortabilityProblems="true" |
---|
| 225 | DebugInformationFormat="3" |
---|
| 226 | CallingConvention="0" |
---|
| 227 | /> |
---|
| 228 | <Tool |
---|
| 229 | Name="VCManagedResourceCompilerTool" |
---|
| 230 | /> |
---|
| 231 | <Tool |
---|
| 232 | Name="VCResourceCompilerTool" |
---|
| 233 | /> |
---|
| 234 | <Tool |
---|
| 235 | Name="VCPreLinkEventTool" |
---|
| 236 | /> |
---|
| 237 | <Tool |
---|
| 238 | Name="VCLibrarianTool" |
---|
| 239 | AdditionalDependencies="dxguid.lib dinput8.lib" |
---|
| 240 | OutputFile="$(OutDir)/OIS_d.lib" |
---|
| 241 | /> |
---|
| 242 | <Tool |
---|
| 243 | Name="VCALinkTool" |
---|
| 244 | /> |
---|
| 245 | <Tool |
---|
| 246 | Name="VCXDCMakeTool" |
---|
| 247 | /> |
---|
| 248 | <Tool |
---|
| 249 | Name="VCBscMakeTool" |
---|
| 250 | /> |
---|
| 251 | <Tool |
---|
| 252 | Name="VCFxCopTool" |
---|
| 253 | /> |
---|
| 254 | <Tool |
---|
| 255 | Name="VCPostBuildEventTool" |
---|
| 256 | CommandLine="" |
---|
| 257 | /> |
---|
| 258 | </Configuration> |
---|
| 259 | <Configuration |
---|
| 260 | Name="Release|x64" |
---|
| 261 | OutputDirectory="..\lib64\" |
---|
| 262 | IntermediateDirectory="..\lib64\obj\$(ConfigurationName)" |
---|
| 263 | ConfigurationType="4" |
---|
| 264 | CharacterSet="2" |
---|
| 265 | WholeProgramOptimization="1" |
---|
| 266 | > |
---|
| 267 | <Tool |
---|
| 268 | Name="VCPreBuildEventTool" |
---|
| 269 | /> |
---|
| 270 | <Tool |
---|
| 271 | Name="VCCustomBuildTool" |
---|
| 272 | /> |
---|
| 273 | <Tool |
---|
| 274 | Name="VCXMLDataGeneratorTool" |
---|
| 275 | /> |
---|
| 276 | <Tool |
---|
| 277 | Name="VCWebServiceProxyGeneratorTool" |
---|
| 278 | /> |
---|
| 279 | <Tool |
---|
| 280 | Name="VCMIDLTool" |
---|
| 281 | TargetEnvironment="3" |
---|
| 282 | /> |
---|
| 283 | <Tool |
---|
| 284 | Name="VCCLCompilerTool" |
---|
| 285 | Optimization="2" |
---|
| 286 | InlineFunctionExpansion="1" |
---|
| 287 | FavorSizeOrSpeed="1" |
---|
| 288 | OmitFramePointers="true" |
---|
| 289 | EnableFiberSafeOptimizations="true" |
---|
| 290 | WholeProgramOptimization="true" |
---|
| 291 | AdditionalIncludeDirectories="..\includes" |
---|
| 292 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB" |
---|
| 293 | StringPooling="true" |
---|
| 294 | RuntimeLibrary="2" |
---|
| 295 | EnableFunctionLevelLinking="true" |
---|
| 296 | FloatingPointModel="2" |
---|
| 297 | RuntimeTypeInfo="true" |
---|
| 298 | UsePrecompiledHeader="0" |
---|
| 299 | PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch" |
---|
| 300 | WarningLevel="3" |
---|
| 301 | Detect64BitPortabilityProblems="true" |
---|
| 302 | DebugInformationFormat="3" |
---|
| 303 | /> |
---|
| 304 | <Tool |
---|
| 305 | Name="VCManagedResourceCompilerTool" |
---|
| 306 | /> |
---|
| 307 | <Tool |
---|
| 308 | Name="VCResourceCompilerTool" |
---|
| 309 | /> |
---|
| 310 | <Tool |
---|
| 311 | Name="VCPreLinkEventTool" |
---|
| 312 | /> |
---|
| 313 | <Tool |
---|
| 314 | Name="VCLibrarianTool" |
---|
| 315 | AdditionalDependencies="dxguid.lib dinput8.lib" |
---|
| 316 | OutputFile="$(OutDir)/OIS.lib" |
---|
| 317 | /> |
---|
| 318 | <Tool |
---|
| 319 | Name="VCALinkTool" |
---|
| 320 | /> |
---|
| 321 | <Tool |
---|
| 322 | Name="VCXDCMakeTool" |
---|
| 323 | /> |
---|
| 324 | <Tool |
---|
| 325 | Name="VCBscMakeTool" |
---|
| 326 | /> |
---|
| 327 | <Tool |
---|
| 328 | Name="VCFxCopTool" |
---|
| 329 | /> |
---|
| 330 | <Tool |
---|
| 331 | Name="VCPostBuildEventTool" |
---|
| 332 | CommandLine="" |
---|
| 333 | /> |
---|
| 334 | </Configuration> |
---|
| 335 | <Configuration |
---|
| 336 | Name="OIS_ReleaseDll|x64" |
---|
| 337 | OutputDirectory="..\dll64" |
---|
| 338 | IntermediateDirectory="..\dll64\$(ConfigurationName)" |
---|
| 339 | ConfigurationType="2" |
---|
| 340 | CharacterSet="2" |
---|
| 341 | WholeProgramOptimization="1" |
---|
| 342 | > |
---|
| 343 | <Tool |
---|
| 344 | Name="VCPreBuildEventTool" |
---|
| 345 | /> |
---|
| 346 | <Tool |
---|
| 347 | Name="VCCustomBuildTool" |
---|
| 348 | /> |
---|
| 349 | <Tool |
---|
| 350 | Name="VCXMLDataGeneratorTool" |
---|
| 351 | /> |
---|
| 352 | <Tool |
---|
| 353 | Name="VCWebServiceProxyGeneratorTool" |
---|
| 354 | /> |
---|
| 355 | <Tool |
---|
| 356 | Name="VCMIDLTool" |
---|
| 357 | TargetEnvironment="3" |
---|
| 358 | /> |
---|
| 359 | <Tool |
---|
| 360 | Name="VCCLCompilerTool" |
---|
| 361 | Optimization="2" |
---|
| 362 | InlineFunctionExpansion="1" |
---|
| 363 | FavorSizeOrSpeed="1" |
---|
| 364 | OmitFramePointers="true" |
---|
| 365 | EnableFiberSafeOptimizations="true" |
---|
| 366 | WholeProgramOptimization="true" |
---|
| 367 | AdditionalIncludeDirectories="..\includes" |
---|
| 368 | PreprocessorDefinitions="WIN32;NDEBUG;OIS_NONCLIENT_BUILD;OIS_DYNAMIC_LIB" |
---|
| 369 | StringPooling="true" |
---|
| 370 | RuntimeLibrary="2" |
---|
| 371 | EnableFunctionLevelLinking="true" |
---|
| 372 | FloatingPointModel="2" |
---|
| 373 | RuntimeTypeInfo="true" |
---|
| 374 | UsePrecompiledHeader="0" |
---|
| 375 | PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch" |
---|
| 376 | WarningLevel="3" |
---|
| 377 | Detect64BitPortabilityProblems="true" |
---|
| 378 | DebugInformationFormat="3" |
---|
| 379 | /> |
---|
| 380 | <Tool |
---|
| 381 | Name="VCManagedResourceCompilerTool" |
---|
| 382 | /> |
---|
| 383 | <Tool |
---|
| 384 | Name="VCResourceCompilerTool" |
---|
| 385 | /> |
---|
| 386 | <Tool |
---|
| 387 | Name="VCPreLinkEventTool" |
---|
| 388 | /> |
---|
| 389 | <Tool |
---|
| 390 | Name="VCLinkerTool" |
---|
| 391 | AdditionalDependencies="dxguid.lib dinput8.lib" |
---|
| 392 | GenerateDebugInformation="true" |
---|
| 393 | TargetMachine="17" |
---|
| 394 | /> |
---|
| 395 | <Tool |
---|
| 396 | Name="VCALinkTool" |
---|
| 397 | /> |
---|
| 398 | <Tool |
---|
| 399 | Name="VCManifestTool" |
---|
| 400 | /> |
---|
| 401 | <Tool |
---|
| 402 | Name="VCXDCMakeTool" |
---|
| 403 | /> |
---|
| 404 | <Tool |
---|
| 405 | Name="VCBscMakeTool" |
---|
| 406 | /> |
---|
| 407 | <Tool |
---|
| 408 | Name="VCFxCopTool" |
---|
| 409 | /> |
---|
| 410 | <Tool |
---|
| 411 | Name="VCAppVerifierTool" |
---|
| 412 | /> |
---|
| 413 | <Tool |
---|
| 414 | Name="VCWebDeploymentTool" |
---|
| 415 | /> |
---|
| 416 | <Tool |
---|
| 417 | Name="VCPostBuildEventTool" |
---|
| 418 | CommandLine="" |
---|
| 419 | /> |
---|
| 420 | </Configuration> |
---|
| 421 | <Configuration |
---|
| 422 | Name="OIS_DebugDll|x64" |
---|
| 423 | OutputDirectory="..\dll64" |
---|
| 424 | IntermediateDirectory="..\dll64\$(ConfigurationName)" |
---|
| 425 | ConfigurationType="2" |
---|
| 426 | CharacterSet="2" |
---|
| 427 | > |
---|
| 428 | <Tool |
---|
| 429 | Name="VCPreBuildEventTool" |
---|
| 430 | /> |
---|
| 431 | <Tool |
---|
| 432 | Name="VCCustomBuildTool" |
---|
| 433 | /> |
---|
| 434 | <Tool |
---|
| 435 | Name="VCXMLDataGeneratorTool" |
---|
| 436 | /> |
---|
| 437 | <Tool |
---|
| 438 | Name="VCWebServiceProxyGeneratorTool" |
---|
| 439 | /> |
---|
| 440 | <Tool |
---|
| 441 | Name="VCMIDLTool" |
---|
| 442 | TargetEnvironment="3" |
---|
| 443 | /> |
---|
| 444 | <Tool |
---|
| 445 | Name="VCCLCompilerTool" |
---|
| 446 | Optimization="0" |
---|
| 447 | AdditionalIncludeDirectories="..\includes" |
---|
| 448 | PreprocessorDefinitions="WIN32;_DEBUG;_STLP_DEBUG;OIS_NONCLIENT_BUILD;OIS_DYNAMIC_LIB" |
---|
| 449 | MinimalRebuild="true" |
---|
| 450 | BasicRuntimeChecks="3" |
---|
| 451 | RuntimeLibrary="3" |
---|
| 452 | FloatingPointModel="2" |
---|
| 453 | RuntimeTypeInfo="true" |
---|
| 454 | UsePrecompiledHeader="0" |
---|
| 455 | PrecompiledHeaderThrough="StdAfx.h" |
---|
| 456 | WarningLevel="3" |
---|
| 457 | Detect64BitPortabilityProblems="true" |
---|
| 458 | DebugInformationFormat="3" |
---|
| 459 | CallingConvention="0" |
---|
| 460 | /> |
---|
| 461 | <Tool |
---|
| 462 | Name="VCManagedResourceCompilerTool" |
---|
| 463 | /> |
---|
| 464 | <Tool |
---|
| 465 | Name="VCResourceCompilerTool" |
---|
| 466 | /> |
---|
| 467 | <Tool |
---|
| 468 | Name="VCPreLinkEventTool" |
---|
| 469 | /> |
---|
| 470 | <Tool |
---|
| 471 | Name="VCLinkerTool" |
---|
| 472 | AdditionalDependencies="dxguid.lib dinput8.lib" |
---|
| 473 | OutputFile="$(OutDir)/OIS_d.dll" |
---|
| 474 | TargetMachine="17" |
---|
| 475 | /> |
---|
| 476 | <Tool |
---|
| 477 | Name="VCALinkTool" |
---|
| 478 | /> |
---|
| 479 | <Tool |
---|
| 480 | Name="VCManifestTool" |
---|
| 481 | /> |
---|
| 482 | <Tool |
---|
| 483 | Name="VCXDCMakeTool" |
---|
| 484 | /> |
---|
| 485 | <Tool |
---|
| 486 | Name="VCBscMakeTool" |
---|
| 487 | /> |
---|
| 488 | <Tool |
---|
| 489 | Name="VCFxCopTool" |
---|
| 490 | /> |
---|
| 491 | <Tool |
---|
| 492 | Name="VCAppVerifierTool" |
---|
| 493 | /> |
---|
| 494 | <Tool |
---|
| 495 | Name="VCWebDeploymentTool" |
---|
| 496 | /> |
---|
| 497 | <Tool |
---|
| 498 | Name="VCPostBuildEventTool" |
---|
| 499 | CommandLine="" |
---|
| 500 | /> |
---|
| 501 | </Configuration> |
---|
| 502 | </Configurations> |
---|
| 503 | <References> |
---|
| 504 | </References> |
---|
| 505 | <Files> |
---|
| 506 | <Filter |
---|
| 507 | Name="Source Files" |
---|
| 508 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" |
---|
| 509 | > |
---|
| 510 | <File |
---|
| 511 | RelativePath="..\..\src\ois\OISEffect.cpp" |
---|
| 512 | > |
---|
| 513 | </File> |
---|
| 514 | <File |
---|
| 515 | RelativePath="..\..\src\ois\OISException.cpp" |
---|
| 516 | > |
---|
| 517 | </File> |
---|
| 518 | <File |
---|
| 519 | RelativePath="..\..\src\ois\OISForceFeedback.cpp" |
---|
| 520 | > |
---|
| 521 | </File> |
---|
| 522 | <File |
---|
| 523 | RelativePath="..\..\src\ois\OISInputManager.cpp" |
---|
| 524 | > |
---|
| 525 | </File> |
---|
| 526 | <File |
---|
| 527 | RelativePath="..\..\src\ois\OISJoyStick.cpp" |
---|
| 528 | > |
---|
| 529 | </File> |
---|
| 530 | <File |
---|
| 531 | RelativePath="..\..\src\ois\OISKeyboard.cpp" |
---|
| 532 | > |
---|
| 533 | </File> |
---|
| 534 | <File |
---|
| 535 | RelativePath="..\..\src\ois\OISObject.cpp" |
---|
| 536 | > |
---|
| 537 | </File> |
---|
| 538 | <Filter |
---|
| 539 | Name="Win32" |
---|
| 540 | > |
---|
| 541 | <File |
---|
| 542 | RelativePath="..\..\src\ois\win32\Win32ForceFeedback.cpp" |
---|
| 543 | > |
---|
| 544 | </File> |
---|
| 545 | <File |
---|
| 546 | RelativePath="..\..\src\ois\win32\Win32InputManager.cpp" |
---|
| 547 | > |
---|
| 548 | </File> |
---|
| 549 | <File |
---|
| 550 | RelativePath="..\..\src\ois\win32\Win32JoyStick.cpp" |
---|
| 551 | > |
---|
| 552 | </File> |
---|
| 553 | <File |
---|
| 554 | RelativePath="..\..\src\ois\win32\Win32KeyBoard.cpp" |
---|
| 555 | > |
---|
| 556 | </File> |
---|
| 557 | <File |
---|
| 558 | RelativePath="..\..\src\ois\win32\Win32Mouse.cpp" |
---|
| 559 | > |
---|
| 560 | </File> |
---|
| 561 | </Filter> |
---|
| 562 | </Filter> |
---|
| 563 | <Filter |
---|
| 564 | Name="Header Files" |
---|
| 565 | Filter="h;hpp;hxx;hm;inl;inc" |
---|
| 566 | > |
---|
| 567 | <File |
---|
| 568 | RelativePath="..\..\src\ois\OIS.h" |
---|
| 569 | > |
---|
| 570 | </File> |
---|
| 571 | <File |
---|
| 572 | RelativePath="..\..\src\ois\OISConfig.h" |
---|
| 573 | > |
---|
| 574 | </File> |
---|
| 575 | <File |
---|
| 576 | RelativePath="..\..\src\ois\OISEvents.h" |
---|
| 577 | > |
---|
| 578 | </File> |
---|
| 579 | <File |
---|
| 580 | RelativePath="..\..\src\ois\OISException.h" |
---|
| 581 | > |
---|
| 582 | </File> |
---|
| 583 | <File |
---|
| 584 | RelativePath="..\..\src\ois\OISFactoryCreator.h" |
---|
| 585 | > |
---|
| 586 | </File> |
---|
| 587 | <File |
---|
| 588 | RelativePath="..\..\src\ois\OISInputManager.h" |
---|
| 589 | > |
---|
| 590 | </File> |
---|
| 591 | <File |
---|
| 592 | RelativePath="..\..\src\ois\OISJoyStick.h" |
---|
| 593 | > |
---|
| 594 | </File> |
---|
| 595 | <File |
---|
| 596 | RelativePath="..\..\src\ois\OISKeyboard.h" |
---|
| 597 | > |
---|
| 598 | </File> |
---|
| 599 | <File |
---|
| 600 | RelativePath="..\..\src\ois\OISMouse.h" |
---|
| 601 | > |
---|
| 602 | </File> |
---|
| 603 | <File |
---|
| 604 | RelativePath="..\..\src\ois\OISObject.h" |
---|
| 605 | > |
---|
| 606 | </File> |
---|
| 607 | <File |
---|
| 608 | RelativePath="..\..\src\ois\OISPrereqs.h" |
---|
| 609 | > |
---|
| 610 | </File> |
---|
| 611 | <Filter |
---|
| 612 | Name="Win32" |
---|
| 613 | > |
---|
| 614 | <File |
---|
| 615 | RelativePath="..\..\src\ois\win32\Win32ForceFeedback.h" |
---|
| 616 | > |
---|
| 617 | </File> |
---|
| 618 | <File |
---|
| 619 | RelativePath="..\..\src\ois\win32\Win32InputManager.h" |
---|
| 620 | > |
---|
| 621 | </File> |
---|
| 622 | <File |
---|
| 623 | RelativePath="..\..\src\ois\win32\Win32JoyStick.h" |
---|
| 624 | > |
---|
| 625 | </File> |
---|
| 626 | <File |
---|
| 627 | RelativePath="..\..\src\ois\win32\Win32KeyBoard.h" |
---|
| 628 | > |
---|
| 629 | </File> |
---|
| 630 | <File |
---|
| 631 | RelativePath="..\..\src\ois\win32\Win32Mouse.h" |
---|
| 632 | > |
---|
| 633 | </File> |
---|
| 634 | <File |
---|
| 635 | RelativePath="..\..\src\ois\win32\Win32Prereqs.h" |
---|
| 636 | > |
---|
| 637 | </File> |
---|
| 638 | </Filter> |
---|
| 639 | <Filter |
---|
| 640 | Name="Interface" |
---|
| 641 | > |
---|
| 642 | <File |
---|
| 643 | RelativePath="..\..\src\ois\OISEffect.h" |
---|
| 644 | > |
---|
| 645 | </File> |
---|
| 646 | <File |
---|
| 647 | RelativePath="..\..\src\ois\OISForceFeedback.h" |
---|
| 648 | > |
---|
| 649 | </File> |
---|
| 650 | <File |
---|
| 651 | RelativePath="..\..\src\ois\OISInterface.h" |
---|
| 652 | > |
---|
| 653 | </File> |
---|
| 654 | </Filter> |
---|
| 655 | </Filter> |
---|
| 656 | </Files> |
---|
| 657 | <Globals> |
---|
| 658 | </Globals> |
---|
| 659 | </VisualStudioProject> |
---|