1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9,00" 5 Name="Test" 6 ProjectGUID="{13AE4BE8-2467-4B35-800F-154379D54C24}" 7 TargetFrameworkVersion="131072" 8 > 9 <Platforms> 10 <Platform 11 Name="Win32" 12 /> 13 </Platforms> 14 <ToolFiles> 15 </ToolFiles> 16 <Configurations> 17 <Configuration 18 Name="Debug|Win32" 19 OutputDirectory=".\Debug" 20 IntermediateDirectory=".\Debug" 21 ConfigurationType="1" 22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 23 UseOfMFC="0" 24 ATLMinimizesCRunTimeLibraryUsage="false" 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 TypeLibraryName=".\Debug/Test.tlb" 42 /> 43 <Tool 44 Name="VCCLCompilerTool" 45 Optimization="0" 46 PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" 47 BasicRuntimeChecks="3" 48 RuntimeLibrary="1" 49 UsePrecompiledHeader="2" 50 PrecompiledHeaderThrough="stdafx.h" 51 PrecompiledHeaderFile=".\Debug/Test.pch" 52 AssemblerListingLocation=".\Debug/" 53 ObjectFile=".\Debug/" 54 ProgramDataBaseFileName=".\Debug/" 55 BrowseInformation="1" 56 WarningLevel="3" 57 SuppressStartupBanner="true" 58 DebugInformationFormat="4" 59 /> 60 <Tool 61 Name="VCManagedResourceCompilerTool" 62 /> 63 <Tool 64 Name="VCResourceCompilerTool" 65 PreprocessorDefinitions="_DEBUG" 66 Culture="1033" 67 /> 68 <Tool 69 Name="VCPreLinkEventTool" 70 /> 71 <Tool 72 Name="VCLinkerTool" 73 AdditionalOptions="/MACHINE:I386" 74 AdditionalDependencies="odbc32.lib odbccp32.lib" 75 OutputFile=".\Debug/Test.exe" 76 LinkIncremental="2" 77 SuppressStartupBanner="true" 78 GenerateDebugInformation="true" 79 ProgramDatabaseFile=".\Debug/Test.pdb" 80 SubSystem="1" 81 RandomizedBaseAddress="1" 82 DataExecutionPrevention="0" 83 /> 84 <Tool 85 Name="VCALinkTool" 86 /> 87 <Tool 88 Name="VCManifestTool" 89 /> 90 <Tool 91 Name="VCXDCMakeTool" 92 /> 93 <Tool 94 Name="VCBscMakeTool" 95 /> 96 <Tool 97 Name="VCFxCopTool" 98 /> 99 <Tool 100 Name="VCAppVerifierTool" 101 /> 102 <Tool 103 Name="VCPostBuildEventTool" 104 /> 105 </Configuration> 106 <Configuration 107 Name="Release|Win32" 108 OutputDirectory=".\Release" 109 IntermediateDirectory=".\Release" 110 ConfigurationType="1" 111 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 112 UseOfMFC="0" 113 ATLMinimizesCRunTimeLibraryUsage="false" 114 CharacterSet="2" 115 > 116 <Tool 117 Name="VCPreBuildEventTool" 118 /> 119 <Tool 120 Name="VCCustomBuildTool" 121 /> 122 <Tool 123 Name="VCXMLDataGeneratorTool" 124 /> 125 <Tool 126 Name="VCWebServiceProxyGeneratorTool" 127 /> 128 <Tool 129 Name="VCMIDLTool" 130 TypeLibraryName=".\Release/Test.tlb" 131 /> 132 <Tool 133 Name="VCCLCompilerTool" 134 InlineFunctionExpansion="1" 135 PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" 136 StringPooling="true" 137 RuntimeLibrary="0" 138 EnableFunctionLevelLinking="true" 139 UsePrecompiledHeader="2" 140 PrecompiledHeaderThrough="stdafx.h" 141 PrecompiledHeaderFile=".\Release/Test.pch" 142 AssemblerListingLocation=".\Release/" 143 ObjectFile=".\Release/" 144 ProgramDataBaseFileName=".\Release/" 145 WarningLevel="3" 146 SuppressStartupBanner="true" 147 /> 148 <Tool 149 Name="VCManagedResourceCompilerTool" 150 /> 151 <Tool 152 Name="VCResourceCompilerTool" 153 PreprocessorDefinitions="NDEBUG" 154 Culture="1033" 155 /> 156 <Tool 157 Name="VCPreLinkEventTool" 158 /> 159 <Tool 160 Name="VCLinkerTool" 161 AdditionalOptions="/MACHINE:I386" 162 AdditionalDependencies="odbc32.lib odbccp32.lib" 163 OutputFile=".\Release/Test.exe" 164 LinkIncremental="1" 165 SuppressStartupBanner="true" 166 ProgramDatabaseFile=".\Release/Test.pdb" 167 SubSystem="1" 168 RandomizedBaseAddress="1" 169 DataExecutionPrevention="0" 170 /> 171 <Tool 172 Name="VCALinkTool" 173 /> 174 <Tool 175 Name="VCManifestTool" 176 /> 177 <Tool 178 Name="VCXDCMakeTool" 179 /> 180 <Tool 181 Name="VCBscMakeTool" 182 /> 183 <Tool 184 Name="VCFxCopTool" 185 /> 186 <Tool 187 Name="VCAppVerifierTool" 188 /> 189 <Tool 190 Name="VCPostBuildEventTool" 191 /> 192 </Configuration> 193 </Configurations> 194 <References> 195 </References> 196 <Files> 197 <Filter 198 Name="Source Files" 199 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 200 > 201 <File 202 RelativePath=".\StdAfx.cpp" 203 > 204 <FileConfiguration 205 Name="Debug|Win32" 206 > 207 <Tool 208 Name="VCCLCompilerTool" 209 UsePrecompiledHeader="1" 210 /> 211 </FileConfiguration> 212 <FileConfiguration 213 Name="Release|Win32" 214 > 215 <Tool 216 Name="VCCLCompilerTool" 217 UsePrecompiledHeader="1" 218 /> 219 </FileConfiguration> 220 </File> 221 <File 222 RelativePath=".\Test.cpp" 223 > 224 </File> 225 </Filter> 226 <Filter 227 Name="Header Files" 228 Filter="h;hpp;hxx;hm;inl" 229 > 230 <File 231 RelativePath=".\StdAfx.h" 232 > 233 </File> 234 </Filter> 235 <Filter 236 Name="Resource Files" 237 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 238 > 239 </Filter> 240 <File 241 RelativePath=".\ReadMe.txt" 242 > 243 </File> 244 </Files> 245 <Globals> 246 </Globals> 247</VisualStudioProject> 248