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