1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="uconv" 6 ProjectGUID="{DBA4088D-F6F9-4F8F-8820-082A4765C16C}" 7 TargetFrameworkVersion="131072" 8 > 9 <Platforms> 10 <Platform 11 Name="Win32" 12 /> 13 <Platform 14 Name="x64" 15 /> 16 </Platforms> 17 <ToolFiles> 18 </ToolFiles> 19 <Configurations> 20 <Configuration 21 Name="Release|Win32" 22 OutputDirectory=".\x86\Release" 23 IntermediateDirectory=".\x86\Release" 24 ConfigurationType="1" 25 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 26 UseOfMFC="0" 27 ATLMinimizesCRunTimeLibraryUsage="false" 28 CharacterSet="2" 29 > 30 <Tool 31 Name="VCPreBuildEventTool" 32 /> 33 <Tool 34 Name="VCCustomBuildTool" 35 CommandLine="copy "$(TargetPath)" ..\..\..\bin
" 36 Outputs="$(ProjectDir)..\..\..\bin\$(TargetFileName)" 37 /> 38 <Tool 39 Name="VCXMLDataGeneratorTool" 40 /> 41 <Tool 42 Name="VCWebServiceProxyGeneratorTool" 43 /> 44 <Tool 45 Name="VCMIDLTool" 46 TypeLibraryName=".\x86\Release/uconv.tlb" 47 /> 48 <Tool 49 Name="VCCLCompilerTool" 50 AdditionalIncludeDirectories="..\..\..\include;..\..\common" 51 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;UCONVMSG_LINK" 52 StringPooling="true" 53 RuntimeLibrary="2" 54 EnableFunctionLevelLinking="true" 55 DisableLanguageExtensions="true" 56 TreatWChar_tAsBuiltInType="true" 57 PrecompiledHeaderFile=".\x86\Release/uconv.pch" 58 AssemblerListingLocation=".\x86\Release/" 59 ObjectFile=".\x86\Release/" 60 ProgramDataBaseFileName=".\x86\Release/" 61 WarningLevel="3" 62 SuppressStartupBanner="true" 63 CompileAs="0" 64 /> 65 <Tool 66 Name="VCManagedResourceCompilerTool" 67 /> 68 <Tool 69 Name="VCResourceCompilerTool" 70 PreprocessorDefinitions="NDEBUG" 71 Culture="1033" 72 /> 73 <Tool 74 Name="VCPreLinkEventTool" 75 /> 76 <Tool 77 Name="VCLinkerTool" 78 AdditionalDependencies="uconvmsg.lib" 79 OutputFile=".\x86\Release/uconv.exe" 80 LinkIncremental="1" 81 SuppressStartupBanner="true" 82 AdditionalLibraryDirectories="x86\Release" 83 ProgramDatabaseFile=".\x86\Release/uconv.pdb" 84 SubSystem="1" 85 RandomizedBaseAddress="1" 86 DataExecutionPrevention="0" 87 /> 88 <Tool 89 Name="VCALinkTool" 90 /> 91 <Tool 92 Name="VCManifestTool" 93 /> 94 <Tool 95 Name="VCXDCMakeTool" 96 /> 97 <Tool 98 Name="VCBscMakeTool" 99 /> 100 <Tool 101 Name="VCFxCopTool" 102 /> 103 <Tool 104 Name="VCAppVerifierTool" 105 /> 106 <Tool 107 Name="VCPostBuildEventTool" 108 /> 109 </Configuration> 110 <Configuration 111 Name="Debug|Win32" 112 OutputDirectory=".\x86\Debug" 113 IntermediateDirectory=".\x86\Debug" 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="$(ProjectDir)..\..\..\bin\$(TargetFileName)" 127 /> 128 <Tool 129 Name="VCXMLDataGeneratorTool" 130 /> 131 <Tool 132 Name="VCWebServiceProxyGeneratorTool" 133 /> 134 <Tool 135 Name="VCMIDLTool" 136 TypeLibraryName=".\x86\Debug/uconv.tlb" 137 /> 138 <Tool 139 Name="VCCLCompilerTool" 140 Optimization="0" 141 AdditionalIncludeDirectories="..\..\..\include;..\..\common" 142 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;UCONVMSG_LINK" 143 BasicRuntimeChecks="3" 144 RuntimeLibrary="3" 145 BufferSecurityCheck="true" 146 DisableLanguageExtensions="true" 147 TreatWChar_tAsBuiltInType="true" 148 PrecompiledHeaderFile=".\x86\Debug/uconv.pch" 149 AssemblerListingLocation=".\x86\Debug/" 150 ObjectFile=".\x86\Debug/" 151 ProgramDataBaseFileName=".\x86\Debug/" 152 WarningLevel="3" 153 SuppressStartupBanner="true" 154 DebugInformationFormat="4" 155 CompileAs="0" 156 /> 157 <Tool 158 Name="VCManagedResourceCompilerTool" 159 /> 160 <Tool 161 Name="VCResourceCompilerTool" 162 PreprocessorDefinitions="_DEBUG" 163 Culture="1033" 164 /> 165 <Tool 166 Name="VCPreLinkEventTool" 167 /> 168 <Tool 169 Name="VCLinkerTool" 170 AdditionalDependencies="uconvmsg.lib" 171 OutputFile=".\x86\Debug/uconv.exe" 172 LinkIncremental="2" 173 SuppressStartupBanner="true" 174 AdditionalLibraryDirectories="x86\Debug" 175 GenerateDebugInformation="true" 176 ProgramDatabaseFile=".\x86\Debug/uconv.pdb" 177 SubSystem="1" 178 RandomizedBaseAddress="1" 179 DataExecutionPrevention="0" 180 /> 181 <Tool 182 Name="VCALinkTool" 183 /> 184 <Tool 185 Name="VCManifestTool" 186 UseFAT32Workaround="true" 187 /> 188 <Tool 189 Name="VCXDCMakeTool" 190 /> 191 <Tool 192 Name="VCBscMakeTool" 193 /> 194 <Tool 195 Name="VCFxCopTool" 196 /> 197 <Tool 198 Name="VCAppVerifierTool" 199 /> 200 <Tool 201 Name="VCPostBuildEventTool" 202 /> 203 </Configuration> 204 <Configuration 205 Name="Release|x64" 206 OutputDirectory=".\x64\Release" 207 IntermediateDirectory=".\x64\Release" 208 ConfigurationType="1" 209 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 210 UseOfMFC="0" 211 ATLMinimizesCRunTimeLibraryUsage="false" 212 CharacterSet="2" 213 > 214 <Tool 215 Name="VCPreBuildEventTool" 216 /> 217 <Tool 218 Name="VCCustomBuildTool" 219 CommandLine="copy "$(TargetPath)" ..\..\..\bin64
" 220 Outputs="$(ProjectDir)..\..\..\bin64\$(TargetFileName)" 221 /> 222 <Tool 223 Name="VCXMLDataGeneratorTool" 224 /> 225 <Tool 226 Name="VCWebServiceProxyGeneratorTool" 227 /> 228 <Tool 229 Name="VCMIDLTool" 230 TargetEnvironment="3" 231 TypeLibraryName=".\x64\Release/uconv.tlb" 232 /> 233 <Tool 234 Name="VCCLCompilerTool" 235 AdditionalIncludeDirectories="..\..\..\include;..\..\common" 236 PreprocessorDefinitions="WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;UCONVMSG_LINK" 237 StringPooling="true" 238 RuntimeLibrary="2" 239 EnableFunctionLevelLinking="true" 240 DisableLanguageExtensions="true" 241 TreatWChar_tAsBuiltInType="true" 242 PrecompiledHeaderFile=".\x64\Release/uconv.pch" 243 AssemblerListingLocation=".\x64\Release/" 244 ObjectFile=".\x64\Release/" 245 ProgramDataBaseFileName=".\x64\Release/" 246 WarningLevel="3" 247 SuppressStartupBanner="true" 248 CompileAs="0" 249 /> 250 <Tool 251 Name="VCManagedResourceCompilerTool" 252 /> 253 <Tool 254 Name="VCResourceCompilerTool" 255 PreprocessorDefinitions="NDEBUG" 256 Culture="1033" 257 /> 258 <Tool 259 Name="VCPreLinkEventTool" 260 /> 261 <Tool 262 Name="VCLinkerTool" 263 AdditionalDependencies="uconvmsg.lib" 264 OutputFile=".\x64\Release/uconv.exe" 265 LinkIncremental="1" 266 SuppressStartupBanner="true" 267 AdditionalLibraryDirectories="x64\Release" 268 ProgramDatabaseFile=".\x64\Release/uconv.pdb" 269 SubSystem="1" 270 TargetMachine="17" 271 /> 272 <Tool 273 Name="VCALinkTool" 274 /> 275 <Tool 276 Name="VCManifestTool" 277 /> 278 <Tool 279 Name="VCXDCMakeTool" 280 /> 281 <Tool 282 Name="VCBscMakeTool" 283 /> 284 <Tool 285 Name="VCFxCopTool" 286 /> 287 <Tool 288 Name="VCAppVerifierTool" 289 /> 290 <Tool 291 Name="VCWebDeploymentTool" 292 /> 293 <Tool 294 Name="VCPostBuildEventTool" 295 /> 296 </Configuration> 297 <Configuration 298 Name="Debug|x64" 299 OutputDirectory=".\x64\Debug" 300 IntermediateDirectory=".\x64\Debug" 301 ConfigurationType="1" 302 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 303 UseOfMFC="0" 304 ATLMinimizesCRunTimeLibraryUsage="false" 305 CharacterSet="2" 306 > 307 <Tool 308 Name="VCPreBuildEventTool" 309 /> 310 <Tool 311 Name="VCCustomBuildTool" 312 CommandLine="copy "$(TargetPath)" ..\..\..\bin64
" 313 Outputs="$(ProjectDir)..\..\..\bin64\$(TargetFileName)" 314 /> 315 <Tool 316 Name="VCXMLDataGeneratorTool" 317 /> 318 <Tool 319 Name="VCWebServiceProxyGeneratorTool" 320 /> 321 <Tool 322 Name="VCMIDLTool" 323 TargetEnvironment="3" 324 TypeLibraryName=".\x64\Debug/uconv.tlb" 325 /> 326 <Tool 327 Name="VCCLCompilerTool" 328 Optimization="0" 329 AdditionalIncludeDirectories="..\..\..\include;..\..\common" 330 PreprocessorDefinitions="WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;UCONVMSG_LINK" 331 BasicRuntimeChecks="3" 332 RuntimeLibrary="3" 333 BufferSecurityCheck="true" 334 DisableLanguageExtensions="true" 335 TreatWChar_tAsBuiltInType="true" 336 PrecompiledHeaderFile=".\x64\Debug/uconv.pch" 337 AssemblerListingLocation=".\x64\Debug/" 338 ObjectFile=".\x64\Debug/" 339 ProgramDataBaseFileName=".\x64\Debug/" 340 WarningLevel="3" 341 SuppressStartupBanner="true" 342 DebugInformationFormat="3" 343 CompileAs="0" 344 /> 345 <Tool 346 Name="VCManagedResourceCompilerTool" 347 /> 348 <Tool 349 Name="VCResourceCompilerTool" 350 PreprocessorDefinitions="_DEBUG" 351 Culture="1033" 352 /> 353 <Tool 354 Name="VCPreLinkEventTool" 355 /> 356 <Tool 357 Name="VCLinkerTool" 358 AdditionalDependencies="uconvmsg.lib" 359 OutputFile=".\x64\Debug/uconv.exe" 360 LinkIncremental="2" 361 SuppressStartupBanner="true" 362 AdditionalLibraryDirectories="x64\Debug" 363 GenerateDebugInformation="true" 364 ProgramDatabaseFile=".\x64\Debug/uconv.pdb" 365 SubSystem="1" 366 TargetMachine="17" 367 /> 368 <Tool 369 Name="VCALinkTool" 370 /> 371 <Tool 372 Name="VCManifestTool" 373 UseFAT32Workaround="true" 374 /> 375 <Tool 376 Name="VCXDCMakeTool" 377 /> 378 <Tool 379 Name="VCBscMakeTool" 380 /> 381 <Tool 382 Name="VCFxCopTool" 383 /> 384 <Tool 385 Name="VCAppVerifierTool" 386 /> 387 <Tool 388 Name="VCWebDeploymentTool" 389 /> 390 <Tool 391 Name="VCPostBuildEventTool" 392 /> 393 </Configuration> 394 </Configurations> 395 <References> 396 </References> 397 <Files> 398 <Filter 399 Name="Source Files" 400 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 401 > 402 <File 403 RelativePath=".\uconv.cpp" 404 > 405 </File> 406 <File 407 RelativePath=".\uwmsg.c" 408 > 409 </File> 410 </Filter> 411 <Filter 412 Name="Header Files" 413 Filter="h;hpp;hxx;hm;inl" 414 > 415 <File 416 RelativePath=".\unicode\uwmsg.h" 417 > 418 </File> 419 </Filter> 420 <Filter 421 Name="Resource Bundles" 422 Filter="txt" 423 > 424 <File 425 RelativePath=".\resources\fr.txt" 426 > 427 </File> 428 <File 429 RelativePath=".\resources\root.txt" 430 > 431 </File> 432 </Filter> 433 <Filter 434 Name="Build Scripts" 435 Filter="mak;mk;bat" 436 > 437 <File 438 RelativePath=".\makedata.mak" 439 > 440 <FileConfiguration 441 Name="Release|Win32" 442 > 443 <Tool 444 Name="VCCustomBuildTool" 445 CommandLine="nmake /nologo /f $(InputName).mak icup="$(ProjectDir)..\..\.." CFG=x86\Release
" 446 Outputs="x86\Release/uconvmsg.lib" 447 /> 448 </FileConfiguration> 449 <FileConfiguration 450 Name="Debug|Win32" 451 > 452 <Tool 453 Name="VCCustomBuildTool" 454 CommandLine="nmake /nologo /f $(InputName).mak icup="$(ProjectDir)..\..\.." CFG=x86\Debug
" 455 Outputs="x86\Debug/uconvmsg.lib" 456 /> 457 </FileConfiguration> 458 <FileConfiguration 459 Name="Release|x64" 460 > 461 <Tool 462 Name="VCCustomBuildTool" 463 CommandLine="nmake /nologo /f $(InputName).mak icup="$(ProjectDir)..\..\.." CFG=x64\Release
" 464 Outputs="x64\Release/uconvmsg.lib" 465 /> 466 </FileConfiguration> 467 <FileConfiguration 468 Name="Debug|x64" 469 > 470 <Tool 471 Name="VCCustomBuildTool" 472 CommandLine="nmake /nologo /f $(InputName).mak icup="$(ProjectDir)..\..\.." CFG=x64\Debug
" 473 Outputs="x64\Debug/uconvmsg.lib" 474 /> 475 </FileConfiguration> 476 </File> 477 <File 478 RelativePath=".\resfiles.mk" 479 > 480 </File> 481 </Filter> 482 </Files> 483 <Globals> 484 </Globals> 485</VisualStudioProject> 486