1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="ustring" 6 ProjectGUID="{FF92E6C1-BACA-41AD-BB6D-ECA19C05573E}" 7 > 8 <Platforms> 9 <Platform 10 Name="Win32" 11 /> 12 </Platforms> 13 <ToolFiles> 14 </ToolFiles> 15 <Configurations> 16 <Configuration 17 Name="Release|Win32" 18 OutputDirectory=".\Release" 19 IntermediateDirectory=".\Release" 20 ConfigurationType="1" 21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 22 UseOfMFC="0" 23 ATLMinimizesCRunTimeLibraryUsage="false" 24 CharacterSet="2" 25 > 26 <Tool 27 Name="VCPreBuildEventTool" 28 /> 29 <Tool 30 Name="VCCustomBuildTool" 31 /> 32 <Tool 33 Name="VCXMLDataGeneratorTool" 34 /> 35 <Tool 36 Name="VCWebServiceProxyGeneratorTool" 37 /> 38 <Tool 39 Name="VCMIDLTool" 40 TypeLibraryName=".\Release/ustring.tlb" 41 /> 42 <Tool 43 Name="VCCLCompilerTool" 44 InlineFunctionExpansion="1" 45 AdditionalIncludeDirectories="..\..\..\include" 46 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE" 47 StringPooling="true" 48 RuntimeLibrary="2" 49 EnableFunctionLevelLinking="true" 50 TreatWChar_tAsBuiltInType="true" 51 UsePrecompiledHeader="0" 52 PrecompiledHeaderFile=".\Release/ustring.pch" 53 AssemblerListingLocation=".\Release/" 54 ObjectFile=".\Release/" 55 ProgramDataBaseFileName=".\Release/" 56 WarningLevel="3" 57 SuppressStartupBanner="true" 58 CompileAs="0" 59 /> 60 <Tool 61 Name="VCManagedResourceCompilerTool" 62 /> 63 <Tool 64 Name="VCResourceCompilerTool" 65 PreprocessorDefinitions="NDEBUG" 66 Culture="1033" 67 /> 68 <Tool 69 Name="VCPreLinkEventTool" 70 /> 71 <Tool 72 Name="VCLinkerTool" 73 AdditionalDependencies="icuuc.lib" 74 OutputFile=".\Release/ustring.exe" 75 LinkIncremental="1" 76 SuppressStartupBanner="true" 77 AdditionalLibraryDirectories="..\..\..\lib" 78 ProgramDatabaseFile=".\Release/ustring.pdb" 79 SubSystem="1" 80 /> 81 <Tool 82 Name="VCALinkTool" 83 /> 84 <Tool 85 Name="VCManifestTool" 86 /> 87 <Tool 88 Name="VCXDCMakeTool" 89 /> 90 <Tool 91 Name="VCBscMakeTool" 92 /> 93 <Tool 94 Name="VCFxCopTool" 95 /> 96 <Tool 97 Name="VCAppVerifierTool" 98 /> 99 <Tool 100 Name="VCWebDeploymentTool" 101 /> 102 <Tool 103 Name="VCPostBuildEventTool" 104 /> 105 </Configuration> 106 <Configuration 107 Name="Debug|Win32" 108 OutputDirectory=".\Debug" 109 IntermediateDirectory=".\Debug" 110 ConfigurationType="1" 111 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.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=".\Debug/ustring.tlb" 131 /> 132 <Tool 133 Name="VCCLCompilerTool" 134 Optimization="0" 135 AdditionalIncludeDirectories="..\..\..\include" 136 PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" 137 BasicRuntimeChecks="3" 138 RuntimeLibrary="3" 139 TreatWChar_tAsBuiltInType="true" 140 UsePrecompiledHeader="0" 141 PrecompiledHeaderFile=".\Debug/ustring.pch" 142 AssemblerListingLocation=".\Debug/" 143 ObjectFile=".\Debug/" 144 ProgramDataBaseFileName=".\Debug/" 145 WarningLevel="3" 146 SuppressStartupBanner="true" 147 DebugInformationFormat="4" 148 CompileAs="0" 149 /> 150 <Tool 151 Name="VCManagedResourceCompilerTool" 152 /> 153 <Tool 154 Name="VCResourceCompilerTool" 155 PreprocessorDefinitions="_DEBUG" 156 Culture="1033" 157 /> 158 <Tool 159 Name="VCPreLinkEventTool" 160 /> 161 <Tool 162 Name="VCLinkerTool" 163 AdditionalDependencies="icuucd.lib" 164 OutputFile=".\Debug/ustring.exe" 165 LinkIncremental="2" 166 SuppressStartupBanner="true" 167 AdditionalLibraryDirectories="..\..\..\lib" 168 GenerateDebugInformation="true" 169 ProgramDatabaseFile=".\Debug/ustring.pdb" 170 SubSystem="1" 171 /> 172 <Tool 173 Name="VCALinkTool" 174 /> 175 <Tool 176 Name="VCManifestTool" 177 /> 178 <Tool 179 Name="VCXDCMakeTool" 180 /> 181 <Tool 182 Name="VCBscMakeTool" 183 /> 184 <Tool 185 Name="VCFxCopTool" 186 /> 187 <Tool 188 Name="VCAppVerifierTool" 189 /> 190 <Tool 191 Name="VCWebDeploymentTool" 192 /> 193 <Tool 194 Name="VCPostBuildEventTool" 195 /> 196 </Configuration> 197 </Configurations> 198 <References> 199 </References> 200 <Files> 201 <Filter 202 Name="Source Files" 203 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 204 > 205 <File 206 RelativePath=".\ustring.cpp" 207 > 208 </File> 209 </Filter> 210 <Filter 211 Name="Header Files" 212 Filter="h;hpp;hxx;hm;inl" 213 > 214 </Filter> 215 <Filter 216 Name="Resource Files" 217 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 218 > 219 </Filter> 220 </Files> 221 <Globals> 222 </Globals> 223</VisualStudioProject> 224