1<?xml version="1.0" encoding = "Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.00" 5 Name="TestValues" 6 ProjectGUID="{6181BBE3-DA50-4EEE-8D52-1F4245A1D603}" 7 SccProjectName="" 8 SccLocalPath=""> 9 <Platforms> 10 <Platform 11 Name="Win32"/> 12 </Platforms> 13 <Configurations> 14 <Configuration 15 Name="Release|Win32" 16 OutputDirectory=".\Release" 17 IntermediateDirectory=".\Release" 18 ConfigurationType="1" 19 UseOfMFC="0" 20 ATLMinimizesCRunTimeLibraryUsage="FALSE" 21 CharacterSet="2"> 22 <Tool 23 Name="VCCLCompilerTool" 24 InlineFunctionExpansion="1" 25 PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" 26 StringPooling="TRUE" 27 RuntimeLibrary="2" 28 EnableFunctionLevelLinking="TRUE" 29 UsePrecompiledHeader="2" 30 PrecompiledHeaderFile=".\Release/TestValues.pch" 31 AssemblerListingLocation=".\Release/" 32 ObjectFile=".\Release/" 33 ProgramDataBaseFileName=".\Release/" 34 WarningLevel="3" 35 SuppressStartupBanner="TRUE"> 36 <IntelOptions 37 Optimization="2" 38 InlineFuncExpansion="1" 39 OmitFramePtrs="1" 40 StringPooling="1" 41 RuntimeLibrary="2" 42 BufferSecurityCheck="1" 43 FunctionLevelLinking="1" 44 AllOptions="/c /nologo /W3 /O2 /Ob1 /Oy /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /GF /FD /EHsc /MD /GS /Gy /YX"StdAfx.h" /Fp".\Release/TestValues.pch" /Fo".\Release/" /Fd".\Release/" /Gd /TP"/> 45 </Tool> 46 <Tool 47 Name="VCCustomBuildTool"/> 48 <Tool 49 Name="VCLinkerTool" 50 AdditionalOptions="/MACHINE:I386" 51 AdditionalDependencies="odbc32.lib odbccp32.lib" 52 OutputFile=".\Release/TestValues.exe" 53 LinkIncremental="1" 54 SuppressStartupBanner="TRUE" 55 ProgramDatabaseFile=".\Release/TestValues.pdb" 56 SubSystem="1"> 57 <IntelOptions 58 AllOptions="/NOLOGO /OUT:".\Release/TestValues.exe" /INCREMENTAL:NO odbc32.lib odbccp32.lib /PDB:".\Release/TestValues.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /MACHINE:I386 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"/> 59 </Tool> 60 <Tool 61 Name="VCMIDLTool" 62 TypeLibraryName=".\Release/TestValues.tlb"/> 63 <Tool 64 Name="VCPostBuildEventTool"/> 65 <Tool 66 Name="VCPreBuildEventTool"/> 67 <Tool 68 Name="VCPreLinkEventTool"/> 69 <Tool 70 Name="VCResourceCompilerTool" 71 PreprocessorDefinitions="NDEBUG" 72 Culture="1033"/> 73 <Tool 74 Name="VCWebServiceProxyGeneratorTool"/> 75 <Tool 76 Name="VCWebDeploymentTool"/> 77 <IntelOptions 78 CompilerName="1"/> 79 </Configuration> 80 <Configuration 81 Name="Debug|Win32" 82 OutputDirectory=".\Debug" 83 IntermediateDirectory=".\Debug" 84 ConfigurationType="1" 85 UseOfMFC="0" 86 ATLMinimizesCRunTimeLibraryUsage="FALSE" 87 CharacterSet="2"> 88 <Tool 89 Name="VCCLCompilerTool" 90 Optimization="0" 91 AdditionalIncludeDirectories="..\src" 92 PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,_WINDOWS" 93 BasicRuntimeChecks="3" 94 RuntimeLibrary="3" 95 PrecompiledHeaderFile=".\Debug/TestValues.pch" 96 AssemblerListingLocation=".\Debug/" 97 ObjectFile=".\Debug/" 98 ProgramDataBaseFileName=".\Debug/" 99 WarningLevel="3" 100 SuppressStartupBanner="TRUE" 101 DebugInformationFormat="4" 102 CompileAs="0"> 103 <IntelOptions 104 Optimization="0" 105 MinimalRebuild="1" 106 BasicRuntimeChecks="3" 107 RuntimeLibrary="3" 108 AllOptions="/c /I "..\src" /ZI /nologo /W3 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_WINDOWS" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fp".\Debug/TestValues.pch" /Fo".\Debug/" /Fd".\Debug/" /Gd"/> 109 </Tool> 110 <Tool 111 Name="VCCustomBuildTool"/> 112 <Tool 113 Name="VCLinkerTool" 114 AdditionalOptions="/MACHINE:I386" 115 AdditionalDependencies="xmlrpc.lib odbc32.lib odbccp32.lib" 116 OutputFile=".\Debug/TestValues.exe" 117 LinkIncremental="2" 118 SuppressStartupBanner="TRUE" 119 AdditionalLibraryDirectories="..\Debug" 120 GenerateDebugInformation="TRUE" 121 ProgramDatabaseFile=".\Debug/TestValues.pdb" 122 SubSystem="1"> 123 <IntelOptions 124 AllOptions="/NOLOGO /OUT:".\Debug/TestValues.exe" /INCREMENTAL /LIBPATH:"..\Debug" xmlrpc.lib odbc32.lib odbccp32.lib /DEBUG /PDB:".\Debug/TestValues.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /MACHINE:I386 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"/> 125 </Tool> 126 <Tool 127 Name="VCMIDLTool" 128 TypeLibraryName=".\Debug/TestValues.tlb"/> 129 <Tool 130 Name="VCPostBuildEventTool"/> 131 <Tool 132 Name="VCPreBuildEventTool"/> 133 <Tool 134 Name="VCPreLinkEventTool"/> 135 <Tool 136 Name="VCResourceCompilerTool" 137 PreprocessorDefinitions="_DEBUG" 138 Culture="1033"/> 139 <Tool 140 Name="VCWebServiceProxyGeneratorTool"/> 141 <Tool 142 Name="VCWebDeploymentTool"/> 143 <IntelOptions 144 CompilerName="1"/> 145 </Configuration> 146 </Configurations> 147 <Files> 148 <Filter 149 Name="Source Files" 150 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> 151 <File 152 RelativePath=".\TestValues.cpp"/> 153 </Filter> 154 </Files> 155 <Globals/> 156</VisualStudioProject> 157