1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.10" 5 Name="Demo_FFTest" 6 ProjectGUID="{D1912D13-C99D-4959-ABDC-62BF71AD5A1A}" 7 Keyword="Win32Proj"> 8 <Platforms> 9 <Platform 10 Name="Win32"/> 11 </Platforms> 12 <Configurations> 13 <Configuration 14 Name="Debug|Win32" 15 OutputDirectory="Debug" 16 IntermediateDirectory="Debug" 17 ConfigurationType="1" 18 CharacterSet="2"> 19 <Tool 20 Name="VCCLCompilerTool" 21 Optimization="0" 22 AdditionalIncludeDirectories="..\..\includes;..\DemoFFTest" 23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_STLP_DEBUG" 24 MinimalRebuild="TRUE" 25 BasicRuntimeChecks="3" 26 RuntimeLibrary="3" 27 UsePrecompiledHeader="0" 28 WarningLevel="3" 29 Detect64BitPortabilityProblems="TRUE" 30 DebugInformationFormat="4"/> 31 <Tool 32 Name="VCCustomBuildTool"/> 33 <Tool 34 Name="VCLinkerTool" 35 AdditionalDependencies="ois_d.lib" 36 OutputFile="$(OutDir)/DemoFFTest.exe" 37 LinkIncremental="2" 38 AdditionalLibraryDirectories="..\..\dll" 39 GenerateDebugInformation="TRUE" 40 ProgramDatabaseFile="$(OutDir)/DemoFFTest.pdb" 41 SubSystem="1" 42 TargetMachine="1"/> 43 <Tool 44 Name="VCMIDLTool"/> 45 <Tool 46 Name="VCPostBuildEventTool"/> 47 <Tool 48 Name="VCPreBuildEventTool"/> 49 <Tool 50 Name="VCPreLinkEventTool"/> 51 <Tool 52 Name="VCResourceCompilerTool"/> 53 <Tool 54 Name="VCWebServiceProxyGeneratorTool"/> 55 <Tool 56 Name="VCXMLDataGeneratorTool"/> 57 <Tool 58 Name="VCWebDeploymentTool"/> 59 <Tool 60 Name="VCManagedWrapperGeneratorTool"/> 61 <Tool 62 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 63 </Configuration> 64 <Configuration 65 Name="Release|Win32" 66 OutputDirectory="Release" 67 IntermediateDirectory="Release" 68 ConfigurationType="1" 69 CharacterSet="2"> 70 <Tool 71 Name="VCCLCompilerTool" 72 Optimization="2" 73 InlineFunctionExpansion="1" 74 OmitFramePointers="TRUE" 75 AdditionalIncludeDirectories="..\..\includes;..\DemoFFTest" 76 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 77 StringPooling="TRUE" 78 RuntimeLibrary="2" 79 EnableFunctionLevelLinking="TRUE" 80 UsePrecompiledHeader="0" 81 WarningLevel="3" 82 Detect64BitPortabilityProblems="TRUE" 83 DebugInformationFormat="3"/> 84 <Tool 85 Name="VCCustomBuildTool"/> 86 <Tool 87 Name="VCLinkerTool" 88 AdditionalDependencies="ois.lib" 89 OutputFile="$(OutDir)/DemoFFTest.exe" 90 LinkIncremental="1" 91 AdditionalLibraryDirectories="..\..\dll" 92 GenerateDebugInformation="TRUE" 93 SubSystem="1" 94 OptimizeReferences="2" 95 EnableCOMDATFolding="2" 96 TargetMachine="1"/> 97 <Tool 98 Name="VCMIDLTool"/> 99 <Tool 100 Name="VCPostBuildEventTool"/> 101 <Tool 102 Name="VCPreBuildEventTool"/> 103 <Tool 104 Name="VCPreLinkEventTool"/> 105 <Tool 106 Name="VCResourceCompilerTool"/> 107 <Tool 108 Name="VCWebServiceProxyGeneratorTool"/> 109 <Tool 110 Name="VCXMLDataGeneratorTool"/> 111 <Tool 112 Name="VCWebDeploymentTool"/> 113 <Tool 114 Name="VCManagedWrapperGeneratorTool"/> 115 <Tool 116 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 117 </Configuration> 118 </Configurations> 119 <References> 120 </References> 121 <Files> 122 <File 123 RelativePath="FF.rc"> 124 </File> 125 <File 126 RelativePath="..\..\demos\FFConsoleDemo.cpp"> 127 </File> 128 </Files> 129 <Globals> 130 </Globals> 131 </VisualStudioProject> 132