1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="Demo_FFTest" 6 ProjectGUID="{D1912D13-C99D-4959-ABDC-62BF71AD5A1A}" 7 Keyword="Win32Proj" 8 > 9 <Platforms> 10 <Platform 11 Name="Win32" 12 /> 13 <Platform 14 Name="x64" 15 /> 16 </Platforms> 17 <ToolFiles> 18 </ToolFiles> 19 <Configurations> 20 <Configuration 21 Name="Debug|Win32" 22 OutputDirectory="Debug" 23 IntermediateDirectory="Debug" 24 ConfigurationType="1" 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="0" 45 AdditionalIncludeDirectories="..\..\includes;..\DemoFFTest" 46 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_STLP_DEBUG" 47 MinimalRebuild="true" 48 BasicRuntimeChecks="3" 49 RuntimeLibrary="3" 50 UsePrecompiledHeader="0" 51 WarningLevel="3" 52 Detect64BitPortabilityProblems="true" 53 DebugInformationFormat="4" 54 /> 55 <Tool 56 Name="VCManagedResourceCompilerTool" 57 /> 58 <Tool 59 Name="VCResourceCompilerTool" 60 /> 61 <Tool 62 Name="VCPreLinkEventTool" 63 /> 64 <Tool 65 Name="VCLinkerTool" 66 AdditionalDependencies="ois_static_d.lib" 67 OutputFile="$(OutDir)/DemoFFTest.exe" 68 LinkIncremental="2" 69 AdditionalLibraryDirectories="..\..\lib;..\..\src\win32\extras\WiiMote" 70 GenerateDebugInformation="true" 71 ProgramDatabaseFile="$(OutDir)/DemoFFTest.pdb" 72 SubSystem="1" 73 TargetMachine="1" 74 /> 75 <Tool 76 Name="VCALinkTool" 77 /> 78 <Tool 79 Name="VCManifestTool" 80 /> 81 <Tool 82 Name="VCXDCMakeTool" 83 /> 84 <Tool 85 Name="VCBscMakeTool" 86 /> 87 <Tool 88 Name="VCFxCopTool" 89 /> 90 <Tool 91 Name="VCAppVerifierTool" 92 /> 93 <Tool 94 Name="VCWebDeploymentTool" 95 /> 96 <Tool 97 Name="VCPostBuildEventTool" 98 CommandLine="" 99 /> 100 </Configuration> 101 <Configuration 102 Name="Debug|x64" 103 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 104 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 105 ConfigurationType="1" 106 CharacterSet="2" 107 > 108 <Tool 109 Name="VCPreBuildEventTool" 110 /> 111 <Tool 112 Name="VCCustomBuildTool" 113 /> 114 <Tool 115 Name="VCXMLDataGeneratorTool" 116 /> 117 <Tool 118 Name="VCWebServiceProxyGeneratorTool" 119 /> 120 <Tool 121 Name="VCMIDLTool" 122 TargetEnvironment="3" 123 /> 124 <Tool 125 Name="VCCLCompilerTool" 126 Optimization="0" 127 AdditionalIncludeDirectories="..\..\includes;..\DemoFFTest" 128 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_STLP_DEBUG" 129 MinimalRebuild="true" 130 BasicRuntimeChecks="3" 131 RuntimeLibrary="3" 132 UsePrecompiledHeader="0" 133 WarningLevel="3" 134 Detect64BitPortabilityProblems="true" 135 DebugInformationFormat="3" 136 /> 137 <Tool 138 Name="VCManagedResourceCompilerTool" 139 /> 140 <Tool 141 Name="VCResourceCompilerTool" 142 /> 143 <Tool 144 Name="VCPreLinkEventTool" 145 /> 146 <Tool 147 Name="VCLinkerTool" 148 AdditionalDependencies="ois_static_d.lib" 149 OutputFile="$(OutDir)/DemoFFTest.exe" 150 LinkIncremental="2" 151 AdditionalLibraryDirectories="..\..\lib64" 152 GenerateDebugInformation="true" 153 ProgramDatabaseFile="$(OutDir)/DemoFFTest.pdb" 154 SubSystem="1" 155 TargetMachine="17" 156 /> 157 <Tool 158 Name="VCALinkTool" 159 /> 160 <Tool 161 Name="VCManifestTool" 162 /> 163 <Tool 164 Name="VCXDCMakeTool" 165 /> 166 <Tool 167 Name="VCBscMakeTool" 168 /> 169 <Tool 170 Name="VCFxCopTool" 171 /> 172 <Tool 173 Name="VCAppVerifierTool" 174 /> 175 <Tool 176 Name="VCWebDeploymentTool" 177 /> 178 <Tool 179 Name="VCPostBuildEventTool" 180 CommandLine="" 181 /> 182 </Configuration> 183 <Configuration 184 Name="Release|Win32" 185 OutputDirectory="Release" 186 IntermediateDirectory="Release" 187 ConfigurationType="1" 188 CharacterSet="2" 189 > 190 <Tool 191 Name="VCPreBuildEventTool" 192 /> 193 <Tool 194 Name="VCCustomBuildTool" 195 /> 196 <Tool 197 Name="VCXMLDataGeneratorTool" 198 /> 199 <Tool 200 Name="VCWebServiceProxyGeneratorTool" 201 /> 202 <Tool 203 Name="VCMIDLTool" 204 /> 205 <Tool 206 Name="VCCLCompilerTool" 207 Optimization="2" 208 InlineFunctionExpansion="1" 209 OmitFramePointers="true" 210 AdditionalIncludeDirectories="..\..\includes;..\DemoFFTest" 211 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 212 StringPooling="true" 213 RuntimeLibrary="2" 214 EnableFunctionLevelLinking="true" 215 UsePrecompiledHeader="0" 216 WarningLevel="3" 217 Detect64BitPortabilityProblems="true" 218 DebugInformationFormat="3" 219 /> 220 <Tool 221 Name="VCManagedResourceCompilerTool" 222 /> 223 <Tool 224 Name="VCResourceCompilerTool" 225 /> 226 <Tool 227 Name="VCPreLinkEventTool" 228 /> 229 <Tool 230 Name="VCLinkerTool" 231 AdditionalDependencies="ois_static.lib" 232 OutputFile="$(OutDir)/DemoFFTest.exe" 233 LinkIncremental="1" 234 AdditionalLibraryDirectories="..\..\lib;..\..\src\win32\extras\WiiMote" 235 GenerateDebugInformation="true" 236 SubSystem="1" 237 OptimizeReferences="2" 238 EnableCOMDATFolding="2" 239 TargetMachine="1" 240 /> 241 <Tool 242 Name="VCALinkTool" 243 /> 244 <Tool 245 Name="VCManifestTool" 246 /> 247 <Tool 248 Name="VCXDCMakeTool" 249 /> 250 <Tool 251 Name="VCBscMakeTool" 252 /> 253 <Tool 254 Name="VCFxCopTool" 255 /> 256 <Tool 257 Name="VCAppVerifierTool" 258 /> 259 <Tool 260 Name="VCWebDeploymentTool" 261 /> 262 <Tool 263 Name="VCPostBuildEventTool" 264 CommandLine="" 265 /> 266 </Configuration> 267 <Configuration 268 Name="Release|x64" 269 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 270 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 271 ConfigurationType="1" 272 CharacterSet="2" 273 > 274 <Tool 275 Name="VCPreBuildEventTool" 276 /> 277 <Tool 278 Name="VCCustomBuildTool" 279 /> 280 <Tool 281 Name="VCXMLDataGeneratorTool" 282 /> 283 <Tool 284 Name="VCWebServiceProxyGeneratorTool" 285 /> 286 <Tool 287 Name="VCMIDLTool" 288 TargetEnvironment="3" 289 /> 290 <Tool 291 Name="VCCLCompilerTool" 292 Optimization="2" 293 InlineFunctionExpansion="1" 294 OmitFramePointers="true" 295 AdditionalIncludeDirectories="..\..\includes;..\DemoFFTest" 296 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 297 StringPooling="true" 298 RuntimeLibrary="2" 299 EnableFunctionLevelLinking="true" 300 UsePrecompiledHeader="0" 301 WarningLevel="3" 302 Detect64BitPortabilityProblems="true" 303 DebugInformationFormat="3" 304 /> 305 <Tool 306 Name="VCManagedResourceCompilerTool" 307 /> 308 <Tool 309 Name="VCResourceCompilerTool" 310 /> 311 <Tool 312 Name="VCPreLinkEventTool" 313 /> 314 <Tool 315 Name="VCLinkerTool" 316 AdditionalDependencies="ois_static.lib" 317 OutputFile="$(OutDir)/DemoFFTest.exe" 318 LinkIncremental="1" 319 AdditionalLibraryDirectories="..\..\lib64" 320 GenerateDebugInformation="true" 321 SubSystem="1" 322 OptimizeReferences="2" 323 EnableCOMDATFolding="2" 324 TargetMachine="17" 325 /> 326 <Tool 327 Name="VCALinkTool" 328 /> 329 <Tool 330 Name="VCManifestTool" 331 /> 332 <Tool 333 Name="VCXDCMakeTool" 334 /> 335 <Tool 336 Name="VCBscMakeTool" 337 /> 338 <Tool 339 Name="VCFxCopTool" 340 /> 341 <Tool 342 Name="VCAppVerifierTool" 343 /> 344 <Tool 345 Name="VCWebDeploymentTool" 346 /> 347 <Tool 348 Name="VCPostBuildEventTool" 349 CommandLine="" 350 /> 351 </Configuration> 352 </Configurations> 353 <References> 354 </References> 355 <Files> 356 <File 357 RelativePath="FF.rc" 358 > 359 </File> 360 <File 361 RelativePath="..\..\demos\FFConsoleDemo.cpp" 362 > 363 </File> 364 <File 365 RelativePath=".\resource.h" 366 > 367 </File> 368 </Files> 369 <Globals> 370 </Globals> 371 </VisualStudioProject> 372