intl/icu/source/tools/tzcode/icuzdump.vcproj

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/tools/tzcode/icuzdump.vcproj	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,211 @@
     1.4 +<?xml version="1.0" encoding="Windows-1252"?>
     1.5 +<VisualStudioProject
     1.6 +	ProjectType="Visual C++"
     1.7 +	Version="9.00"
     1.8 +	Name="icuzdump"
     1.9 +	ProjectGUID="{655F4481-B461-4DF0-AF10-0D01114A26C1}"
    1.10 +	RootNamespace="icuzdump"
    1.11 +	Keyword="Win32Proj"
    1.12 +	TargetFrameworkVersion="131072"
    1.13 +	>
    1.14 +	<Platforms>
    1.15 +		<Platform
    1.16 +			Name="Win32"
    1.17 +		/>
    1.18 +	</Platforms>
    1.19 +	<ToolFiles>
    1.20 +	</ToolFiles>
    1.21 +	<Configurations>
    1.22 +		<Configuration
    1.23 +			Name="Debug|Win32"
    1.24 +			OutputDirectory=".\x86\Debug"
    1.25 +			IntermediateDirectory=".\x86\Debug"
    1.26 +			ConfigurationType="1"
    1.27 +			CharacterSet="1"
    1.28 +			>
    1.29 +			<Tool
    1.30 +				Name="VCPreBuildEventTool"
    1.31 +			/>
    1.32 +			<Tool
    1.33 +				Name="VCCustomBuildTool"
    1.34 +				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
    1.35 +				Outputs="..\..\..\bin\$(TargetFileName)"
    1.36 +			/>
    1.37 +			<Tool
    1.38 +				Name="VCXMLDataGeneratorTool"
    1.39 +			/>
    1.40 +			<Tool
    1.41 +				Name="VCWebServiceProxyGeneratorTool"
    1.42 +			/>
    1.43 +			<Tool
    1.44 +				Name="VCMIDLTool"
    1.45 +			/>
    1.46 +			<Tool
    1.47 +				Name="VCCLCompilerTool"
    1.48 +				Optimization="0"
    1.49 +				AdditionalIncludeDirectories="..\..\..\include;..\toolutil,..\..\common"
    1.50 +				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
    1.51 +				MinimalRebuild="false"
    1.52 +				BasicRuntimeChecks="3"
    1.53 +				RuntimeLibrary="3"
    1.54 +				DisableLanguageExtensions="true"
    1.55 +				UsePrecompiledHeader="0"
    1.56 +				PrecompiledHeaderFile=".\x86\Debug/icuzdump.pch"
    1.57 +				AssemblerListingLocation=".\x86\Debug/"
    1.58 +				ObjectFile=".\x86\Debug/"
    1.59 +				ProgramDataBaseFileName=".\x86\Debug/"
    1.60 +				BrowseInformation="1"
    1.61 +				WarningLevel="3"
    1.62 +				Detect64BitPortabilityProblems="false"
    1.63 +				DebugInformationFormat="4"
    1.64 +				CompileAs="0"
    1.65 +			/>
    1.66 +			<Tool
    1.67 +				Name="VCManagedResourceCompilerTool"
    1.68 +			/>
    1.69 +			<Tool
    1.70 +				Name="VCResourceCompilerTool"
    1.71 +			/>
    1.72 +			<Tool
    1.73 +				Name="VCPreLinkEventTool"
    1.74 +			/>
    1.75 +			<Tool
    1.76 +				Name="VCLinkerTool"
    1.77 +				AdditionalDependencies="icuucd.lib icuind.lib icutud.lib icuiod.lib"
    1.78 +				OutputFile=".\x86\Debug/icuzdump.exe"
    1.79 +				LinkIncremental="2"
    1.80 +				AdditionalLibraryDirectories="..\..\..\lib"
    1.81 +				GenerateDebugInformation="true"
    1.82 +				ProgramDatabaseFile=".\x86\Debug/icuzdump.pdb"
    1.83 +				SubSystem="1"
    1.84 +				RandomizedBaseAddress="1"
    1.85 +				DataExecutionPrevention="0"
    1.86 +				TargetMachine="0"
    1.87 +			/>
    1.88 +			<Tool
    1.89 +				Name="VCALinkTool"
    1.90 +			/>
    1.91 +			<Tool
    1.92 +				Name="VCManifestTool"
    1.93 +				UseFAT32Workaround="true"
    1.94 +			/>
    1.95 +			<Tool
    1.96 +				Name="VCXDCMakeTool"
    1.97 +			/>
    1.98 +			<Tool
    1.99 +				Name="VCBscMakeTool"
   1.100 +			/>
   1.101 +			<Tool
   1.102 +				Name="VCFxCopTool"
   1.103 +			/>
   1.104 +			<Tool
   1.105 +				Name="VCAppVerifierTool"
   1.106 +			/>
   1.107 +			<Tool
   1.108 +				Name="VCPostBuildEventTool"
   1.109 +			/>
   1.110 +		</Configuration>
   1.111 +		<Configuration
   1.112 +			Name="Release|Win32"
   1.113 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
   1.114 +			IntermediateDirectory="$(ConfigurationName)"
   1.115 +			ConfigurationType="1"
   1.116 +			CharacterSet="1"
   1.117 +			WholeProgramOptimization="1"
   1.118 +			>
   1.119 +			<Tool
   1.120 +				Name="VCPreBuildEventTool"
   1.121 +			/>
   1.122 +			<Tool
   1.123 +				Name="VCCustomBuildTool"
   1.124 +			/>
   1.125 +			<Tool
   1.126 +				Name="VCXMLDataGeneratorTool"
   1.127 +			/>
   1.128 +			<Tool
   1.129 +				Name="VCWebServiceProxyGeneratorTool"
   1.130 +			/>
   1.131 +			<Tool
   1.132 +				Name="VCMIDLTool"
   1.133 +			/>
   1.134 +			<Tool
   1.135 +				Name="VCCLCompilerTool"
   1.136 +				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
   1.137 +				RuntimeLibrary="2"
   1.138 +				UsePrecompiledHeader="0"
   1.139 +				WarningLevel="3"
   1.140 +				Detect64BitPortabilityProblems="true"
   1.141 +				DebugInformationFormat="3"
   1.142 +			/>
   1.143 +			<Tool
   1.144 +				Name="VCManagedResourceCompilerTool"
   1.145 +			/>
   1.146 +			<Tool
   1.147 +				Name="VCResourceCompilerTool"
   1.148 +			/>
   1.149 +			<Tool
   1.150 +				Name="VCPreLinkEventTool"
   1.151 +			/>
   1.152 +			<Tool
   1.153 +				Name="VCLinkerTool"
   1.154 +				LinkIncremental="1"
   1.155 +				GenerateDebugInformation="true"
   1.156 +				SubSystem="1"
   1.157 +				OptimizeReferences="2"
   1.158 +				EnableCOMDATFolding="2"
   1.159 +				RandomizedBaseAddress="1"
   1.160 +				DataExecutionPrevention="0"
   1.161 +				TargetMachine="1"
   1.162 +			/>
   1.163 +			<Tool
   1.164 +				Name="VCALinkTool"
   1.165 +			/>
   1.166 +			<Tool
   1.167 +				Name="VCManifestTool"
   1.168 +			/>
   1.169 +			<Tool
   1.170 +				Name="VCXDCMakeTool"
   1.171 +			/>
   1.172 +			<Tool
   1.173 +				Name="VCBscMakeTool"
   1.174 +			/>
   1.175 +			<Tool
   1.176 +				Name="VCFxCopTool"
   1.177 +			/>
   1.178 +			<Tool
   1.179 +				Name="VCAppVerifierTool"
   1.180 +			/>
   1.181 +			<Tool
   1.182 +				Name="VCPostBuildEventTool"
   1.183 +			/>
   1.184 +		</Configuration>
   1.185 +	</Configurations>
   1.186 +	<References>
   1.187 +	</References>
   1.188 +	<Files>
   1.189 +		<Filter
   1.190 +			Name="Source Files"
   1.191 +			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   1.192 +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   1.193 +			>
   1.194 +			<File
   1.195 +				RelativePath=".\icuzdump.cpp"
   1.196 +				>
   1.197 +			</File>
   1.198 +		</Filter>
   1.199 +		<Filter
   1.200 +			Name="Header Files"
   1.201 +			Filter="h;hpp;hxx;hm;inl;inc;xsd"
   1.202 +			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
   1.203 +			>
   1.204 +		</Filter>
   1.205 +		<Filter
   1.206 +			Name="Resource Files"
   1.207 +			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
   1.208 +			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
   1.209 +			>
   1.210 +		</Filter>
   1.211 +	</Files>
   1.212 +	<Globals>
   1.213 +	</Globals>
   1.214 +</VisualStudioProject>

mercurial