diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/tools/icupkg/icupkg.vcproj')
-rw-r--r-- | Build/source/libs/icu-xetex/tools/icupkg/icupkg.vcproj | 145 |
1 files changed, 145 insertions, 0 deletions
diff --git a/Build/source/libs/icu-xetex/tools/icupkg/icupkg.vcproj b/Build/source/libs/icu-xetex/tools/icupkg/icupkg.vcproj new file mode 100644 index 00000000000..281b2987f1b --- /dev/null +++ b/Build/source/libs/icu-xetex/tools/icupkg/icupkg.vcproj @@ -0,0 +1,145 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.10" + Name="icupkg" + ProjectGUID="{62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}" + Keyword="Win32Proj"> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Release|Win32" + OutputDirectory="Release" + IntermediateDirectory="Release" + ConfigurationType="1" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="FALSE" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + ImproveFloatingPointConsistency="TRUE" + AdditionalIncludeDirectories="..\..\common;..\toolutil" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" + StringPooling="TRUE" + RuntimeLibrary="2" + EnableFunctionLevelLinking="TRUE" + DisableLanguageExtensions="TRUE" + TreatWChar_tAsBuiltInType="TRUE" + PrecompiledHeaderFile="Release/icupkg.pch" + AssemblerListingLocation="Release/" + ObjectFile="Release/" + ProgramDataBaseFileName="Release/" + WarningLevel="4" + SuppressStartupBanner="TRUE" + CompileAs="0"/> + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(TargetPath)" ..\..\..\bin +" + Outputs="..\..\..\bin\$(TargetFileName)"/> + <Tool + Name="VCLinkerTool" + OutputFile="$(OutDir)/icupkg.exe" + LinkIncremental="1" + SuppressStartupBanner="TRUE" + ProgramDatabaseFile="Release/icupkg.pdb" + SubSystem="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="1" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="FALSE" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + ImproveFloatingPointConsistency="TRUE" + AdditionalIncludeDirectories="..\..\common;..\toolutil" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + BufferSecurityCheck="TRUE" + DisableLanguageExtensions="TRUE" + TreatWChar_tAsBuiltInType="TRUE" + PrecompiledHeaderFile="Debug/icupkg.pch" + AssemblerListingLocation="Debug/" + ObjectFile="Debug/" + ProgramDataBaseFileName="Debug/" + BrowseInformation="1" + WarningLevel="4" + SuppressStartupBanner="TRUE" + DebugInformationFormat="4" + CompileAs="0"/> + <Tool + Name="VCCustomBuildTool" + CommandLine="copy "$(TargetPath)" ..\..\..\bin +" + Outputs="..\..\..\bin\$(TargetFileName)"/> + <Tool + Name="VCLinkerTool" + OutputFile="$(OutDir)/icupkg.exe" + LinkIncremental="2" + SuppressStartupBanner="TRUE" + GenerateDebugInformation="TRUE" + ProgramDatabaseFile="$(OutDir)/icupkg.pdb" + SubSystem="1"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath="icupkg.cpp"> + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |