1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="makeconv" 6 ProjectGUID="{F5AD9738-1A3D-4906-B9C4-A7D9CE33DC2C}" 7 > 8 <Platforms> 9 <Platform 10 Name="Win32" 11 /> 12 </Platforms> 13 <ToolFiles> 14 </ToolFiles> 15 <Configurations> 16 <Configuration 17 Name="Debug|Win32" 18 OutputDirectory=".\Debug" 19 IntermediateDirectory=".\Debug" 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 CommandLine="copy "$(TargetPath)" ..\..\..\bin
" 32 Outputs="..\..\..\bin\$(TargetFileName)" 33 /> 34 <Tool 35 Name="VCXMLDataGeneratorTool" 36 /> 37 <Tool 38 Name="VCWebServiceProxyGeneratorTool" 39 /> 40 <Tool 41 Name="VCMIDLTool" 42 TypeLibraryName=".\Debug/makeconv.tlb" 43 /> 44 <Tool 45 Name="VCCLCompilerTool" 46 Optimization="0" 47 AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil" 48 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE" 49 BasicRuntimeChecks="3" 50 RuntimeLibrary="3" 51 BufferSecurityCheck="true" 52 DisableLanguageExtensions="true" 53 TreatWChar_tAsBuiltInType="true" 54 PrecompiledHeaderFile=".\Debug/makeconv.pch" 55 AssemblerListingLocation=".\Debug/" 56 ObjectFile=".\Debug/" 57 ProgramDataBaseFileName=".\Debug/" 58 BrowseInformation="1" 59 WarningLevel="3" 60 SuppressStartupBanner="true" 61 DebugInformationFormat="4" 62 CompileAs="0" 63 /> 64 <Tool 65 Name="VCManagedResourceCompilerTool" 66 /> 67 <Tool 68 Name="VCResourceCompilerTool" 69 PreprocessorDefinitions="_DEBUG" 70 Culture="1033" 71 /> 72 <Tool 73 Name="VCPreLinkEventTool" 74 /> 75 <Tool 76 Name="VCLinkerTool" 77 OutputFile=".\Debug/makeconv.exe" 78 LinkIncremental="2" 79 SuppressStartupBanner="true" 80 GenerateDebugInformation="true" 81 ProgramDatabaseFile=".\Debug/makeconv.pdb" 82 SubSystem="1" 83 /> 84 <Tool 85 Name="VCALinkTool" 86 /> 87 <Tool 88 Name="VCManifestTool" 89 UseFAT32Workaround="true" 90 /> 91 <Tool 92 Name="VCXDCMakeTool" 93 /> 94 <Tool 95 Name="VCBscMakeTool" 96 /> 97 <Tool 98 Name="VCFxCopTool" 99 /> 100 <Tool 101 Name="VCAppVerifierTool" 102 /> 103 <Tool 104 Name="VCWebDeploymentTool" 105 /> 106 <Tool 107 Name="VCPostBuildEventTool" 108 /> 109 </Configuration> 110 <Configuration 111 Name="Release|Win32" 112 OutputDirectory=".\Release" 113 IntermediateDirectory=".\Release" 114 ConfigurationType="1" 115 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 116 UseOfMFC="0" 117 ATLMinimizesCRunTimeLibraryUsage="false" 118 CharacterSet="2" 119 > 120 <Tool 121 Name="VCPreBuildEventTool" 122 /> 123 <Tool 124 Name="VCCustomBuildTool" 125 CommandLine="copy "$(TargetPath)" ..\..\..\bin
" 126 Outputs="..\..\..\bin\$(TargetFileName)" 127 /> 128 <Tool 129 Name="VCXMLDataGeneratorTool" 130 /> 131 <Tool 132 Name="VCWebServiceProxyGeneratorTool" 133 /> 134 <Tool 135 Name="VCMIDLTool" 136 TypeLibraryName=".\Release/makeconv.tlb" 137 /> 138 <Tool 139 Name="VCCLCompilerTool" 140 AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil" 141 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE=1" 142 StringPooling="true" 143 RuntimeLibrary="2" 144 DisableLanguageExtensions="true" 145 TreatWChar_tAsBuiltInType="true" 146 PrecompiledHeaderFile=".\Release/makeconv.pch" 147 AssemblerListingLocation=".\Release/" 148 ObjectFile=".\Release/" 149 ProgramDataBaseFileName=".\Release/" 150 WarningLevel="3" 151 SuppressStartupBanner="true" 152 CompileAs="0" 153 /> 154 <Tool 155 Name="VCManagedResourceCompilerTool" 156 /> 157 <Tool 158 Name="VCResourceCompilerTool" 159 PreprocessorDefinitions="NDEBUG" 160 Culture="1033" 161 /> 162 <Tool 163 Name="VCPreLinkEventTool" 164 /> 165 <Tool 166 Name="VCLinkerTool" 167 OutputFile=".\Release/makeconv.exe" 168 LinkIncremental="1" 169 SuppressStartupBanner="true" 170 ProgramDatabaseFile=".\Release/makeconv.pdb" 171 SubSystem="1" 172 OptimizeForWindows98="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 /> 186 <Tool 187 Name="VCFxCopTool" 188 /> 189 <Tool 190 Name="VCAppVerifierTool" 191 /> 192 <Tool 193 Name="VCWebDeploymentTool" 194 /> 195 <Tool 196 Name="VCPostBuildEventTool" 197 /> 198 </Configuration> 199 </Configurations> 200 <References> 201 </References> 202 <Files> 203 <Filter 204 Name="Source Files" 205 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 206 > 207 <File 208 RelativePath=".\gencnvex.c" 209 > 210 </File> 211 <File 212 RelativePath=".\genmbcs.c" 213 > 214 </File> 215 <File 216 RelativePath=".\makeconv.c" 217 > 218 </File> 219 <File 220 RelativePath=".\ucnvstat.c" 221 > 222 </File> 223 </Filter> 224 <Filter 225 Name="Header Files" 226 Filter="h;hpp;hxx;hm;inl" 227 > 228 <File 229 RelativePath=".\genmbcs.h" 230 > 231 </File> 232 <File 233 RelativePath=".\makeconv.h" 234 > 235 </File> 236 </Filter> 237 <Filter 238 Name="Resource Files" 239 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 240 > 241 </Filter> 242 </Files> 243 <Globals> 244 </Globals> 245</VisualStudioProject> 246