other-licenses/nsis/Contrib/CityHash/CityHash.vcproj

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/other-licenses/nsis/Contrib/CityHash/CityHash.vcproj	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,223 @@
     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="CityHash"
     1.9 +	ProjectGUID="{D98B80BB-829B-4739-9F93-EFF7D01C69CC}"
    1.10 +	RootNamespace="CityHash"
    1.11 +	Keyword="Win32Proj"
    1.12 +	TargetFrameworkVersion="196613"
    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="$(SolutionDir)$(ConfigurationName)"
    1.25 +			IntermediateDirectory="$(ConfigurationName)"
    1.26 +			ConfigurationType="2"
    1.27 +			CharacterSet="1"
    1.28 +			>
    1.29 +			<Tool
    1.30 +				Name="VCPreBuildEventTool"
    1.31 +			/>
    1.32 +			<Tool
    1.33 +				Name="VCCustomBuildTool"
    1.34 +			/>
    1.35 +			<Tool
    1.36 +				Name="VCXMLDataGeneratorTool"
    1.37 +			/>
    1.38 +			<Tool
    1.39 +				Name="VCWebServiceProxyGeneratorTool"
    1.40 +			/>
    1.41 +			<Tool
    1.42 +				Name="VCMIDLTool"
    1.43 +			/>
    1.44 +			<Tool
    1.45 +				Name="VCCLCompilerTool"
    1.46 +				Optimization="0"
    1.47 +				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CITYHASH_EXPORTS"
    1.48 +				MinimalRebuild="true"
    1.49 +				BasicRuntimeChecks="3"
    1.50 +				RuntimeLibrary="3"
    1.51 +				UsePrecompiledHeader="0"
    1.52 +				WarningLevel="3"
    1.53 +				DebugInformationFormat="4"
    1.54 +			/>
    1.55 +			<Tool
    1.56 +				Name="VCManagedResourceCompilerTool"
    1.57 +			/>
    1.58 +			<Tool
    1.59 +				Name="VCResourceCompilerTool"
    1.60 +			/>
    1.61 +			<Tool
    1.62 +				Name="VCPreLinkEventTool"
    1.63 +			/>
    1.64 +			<Tool
    1.65 +				Name="VCLinkerTool"
    1.66 +				LinkIncremental="2"
    1.67 +				GenerateDebugInformation="true"
    1.68 +				SubSystem="2"
    1.69 +				TargetMachine="1"
    1.70 +			/>
    1.71 +			<Tool
    1.72 +				Name="VCALinkTool"
    1.73 +			/>
    1.74 +			<Tool
    1.75 +				Name="VCManifestTool"
    1.76 +			/>
    1.77 +			<Tool
    1.78 +				Name="VCXDCMakeTool"
    1.79 +			/>
    1.80 +			<Tool
    1.81 +				Name="VCBscMakeTool"
    1.82 +			/>
    1.83 +			<Tool
    1.84 +				Name="VCFxCopTool"
    1.85 +			/>
    1.86 +			<Tool
    1.87 +				Name="VCAppVerifierTool"
    1.88 +			/>
    1.89 +			<Tool
    1.90 +				Name="VCPostBuildEventTool"
    1.91 +			/>
    1.92 +		</Configuration>
    1.93 +		<Configuration
    1.94 +			Name="Release|Win32"
    1.95 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    1.96 +			IntermediateDirectory="$(ConfigurationName)"
    1.97 +			ConfigurationType="2"
    1.98 +			CharacterSet="1"
    1.99 +			WholeProgramOptimization="1"
   1.100 +			>
   1.101 +			<Tool
   1.102 +				Name="VCPreBuildEventTool"
   1.103 +			/>
   1.104 +			<Tool
   1.105 +				Name="VCCustomBuildTool"
   1.106 +			/>
   1.107 +			<Tool
   1.108 +				Name="VCXMLDataGeneratorTool"
   1.109 +			/>
   1.110 +			<Tool
   1.111 +				Name="VCWebServiceProxyGeneratorTool"
   1.112 +			/>
   1.113 +			<Tool
   1.114 +				Name="VCMIDLTool"
   1.115 +			/>
   1.116 +			<Tool
   1.117 +				Name="VCCLCompilerTool"
   1.118 +				Optimization="2"
   1.119 +				EnableIntrinsicFunctions="true"
   1.120 +				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CITYHASH_EXPORTS"
   1.121 +				RuntimeLibrary="0"
   1.122 +				EnableFunctionLevelLinking="true"
   1.123 +				UsePrecompiledHeader="0"
   1.124 +				WarningLevel="3"
   1.125 +				DebugInformationFormat="3"
   1.126 +			/>
   1.127 +			<Tool
   1.128 +				Name="VCManagedResourceCompilerTool"
   1.129 +			/>
   1.130 +			<Tool
   1.131 +				Name="VCResourceCompilerTool"
   1.132 +			/>
   1.133 +			<Tool
   1.134 +				Name="VCPreLinkEventTool"
   1.135 +			/>
   1.136 +			<Tool
   1.137 +				Name="VCLinkerTool"
   1.138 +				LinkIncremental="1"
   1.139 +				GenerateDebugInformation="true"
   1.140 +				SubSystem="2"
   1.141 +				OptimizeReferences="2"
   1.142 +				EnableCOMDATFolding="2"
   1.143 +				TargetMachine="1"
   1.144 +			/>
   1.145 +			<Tool
   1.146 +				Name="VCALinkTool"
   1.147 +			/>
   1.148 +			<Tool
   1.149 +				Name="VCManifestTool"
   1.150 +			/>
   1.151 +			<Tool
   1.152 +				Name="VCXDCMakeTool"
   1.153 +			/>
   1.154 +			<Tool
   1.155 +				Name="VCBscMakeTool"
   1.156 +			/>
   1.157 +			<Tool
   1.158 +				Name="VCFxCopTool"
   1.159 +			/>
   1.160 +			<Tool
   1.161 +				Name="VCAppVerifierTool"
   1.162 +			/>
   1.163 +			<Tool
   1.164 +				Name="VCPostBuildEventTool"
   1.165 +			/>
   1.166 +		</Configuration>
   1.167 +	</Configurations>
   1.168 +	<References>
   1.169 +	</References>
   1.170 +	<Files>
   1.171 +		<Filter
   1.172 +			Name="Source Files"
   1.173 +			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   1.174 +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   1.175 +			>
   1.176 +			<File
   1.177 +				RelativePath=".\cityhash\city.cpp"
   1.178 +				>
   1.179 +			</File>
   1.180 +			<File
   1.181 +				RelativePath=".\CityHash.cpp"
   1.182 +				>
   1.183 +				<FileConfiguration
   1.184 +					Name="Debug|Win32"
   1.185 +					>
   1.186 +					<Tool
   1.187 +						Name="VCCLCompilerTool"
   1.188 +						UsePrecompiledHeader="0"
   1.189 +						CompileAsManaged="0"
   1.190 +					/>
   1.191 +				</FileConfiguration>
   1.192 +				<FileConfiguration
   1.193 +					Name="Release|Win32"
   1.194 +					>
   1.195 +					<Tool
   1.196 +						Name="VCCLCompilerTool"
   1.197 +						UsePrecompiledHeader="0"
   1.198 +						CompileAsManaged="0"
   1.199 +					/>
   1.200 +				</FileConfiguration>
   1.201 +			</File>
   1.202 +		</Filter>
   1.203 +		<Filter
   1.204 +			Name="Header Files"
   1.205 +			Filter="h;hpp;hxx;hm;inl;inc;xsd"
   1.206 +			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
   1.207 +			>
   1.208 +			<File
   1.209 +				RelativePath=".\cityhash\city.h"
   1.210 +				>
   1.211 +			</File>
   1.212 +			<File
   1.213 +				RelativePath=".\CityHash.h"
   1.214 +				>
   1.215 +			</File>
   1.216 +		</Filter>
   1.217 +		<Filter
   1.218 +			Name="Resource Files"
   1.219 +			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
   1.220 +			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
   1.221 +			>
   1.222 +		</Filter>
   1.223 +	</Files>
   1.224 +	<Globals>
   1.225 +	</Globals>
   1.226 +</VisualStudioProject>

mercurial