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