Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
michael@0 | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
michael@0 | 2 | <VisualStudioProject |
michael@0 | 3 | ProjectType="Visual C++" |
michael@0 | 4 | Version="9.00" |
michael@0 | 5 | Name="CityHash" |
michael@0 | 6 | ProjectGUID="{D98B80BB-829B-4739-9F93-EFF7D01C69CC}" |
michael@0 | 7 | RootNamespace="CityHash" |
michael@0 | 8 | Keyword="Win32Proj" |
michael@0 | 9 | TargetFrameworkVersion="196613" |
michael@0 | 10 | > |
michael@0 | 11 | <Platforms> |
michael@0 | 12 | <Platform |
michael@0 | 13 | Name="Win32" |
michael@0 | 14 | /> |
michael@0 | 15 | </Platforms> |
michael@0 | 16 | <ToolFiles> |
michael@0 | 17 | </ToolFiles> |
michael@0 | 18 | <Configurations> |
michael@0 | 19 | <Configuration |
michael@0 | 20 | Name="Debug|Win32" |
michael@0 | 21 | OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
michael@0 | 22 | IntermediateDirectory="$(ConfigurationName)" |
michael@0 | 23 | ConfigurationType="2" |
michael@0 | 24 | CharacterSet="1" |
michael@0 | 25 | > |
michael@0 | 26 | <Tool |
michael@0 | 27 | Name="VCPreBuildEventTool" |
michael@0 | 28 | /> |
michael@0 | 29 | <Tool |
michael@0 | 30 | Name="VCCustomBuildTool" |
michael@0 | 31 | /> |
michael@0 | 32 | <Tool |
michael@0 | 33 | Name="VCXMLDataGeneratorTool" |
michael@0 | 34 | /> |
michael@0 | 35 | <Tool |
michael@0 | 36 | Name="VCWebServiceProxyGeneratorTool" |
michael@0 | 37 | /> |
michael@0 | 38 | <Tool |
michael@0 | 39 | Name="VCMIDLTool" |
michael@0 | 40 | /> |
michael@0 | 41 | <Tool |
michael@0 | 42 | Name="VCCLCompilerTool" |
michael@0 | 43 | Optimization="0" |
michael@0 | 44 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CITYHASH_EXPORTS" |
michael@0 | 45 | MinimalRebuild="true" |
michael@0 | 46 | BasicRuntimeChecks="3" |
michael@0 | 47 | RuntimeLibrary="3" |
michael@0 | 48 | UsePrecompiledHeader="0" |
michael@0 | 49 | WarningLevel="3" |
michael@0 | 50 | DebugInformationFormat="4" |
michael@0 | 51 | /> |
michael@0 | 52 | <Tool |
michael@0 | 53 | Name="VCManagedResourceCompilerTool" |
michael@0 | 54 | /> |
michael@0 | 55 | <Tool |
michael@0 | 56 | Name="VCResourceCompilerTool" |
michael@0 | 57 | /> |
michael@0 | 58 | <Tool |
michael@0 | 59 | Name="VCPreLinkEventTool" |
michael@0 | 60 | /> |
michael@0 | 61 | <Tool |
michael@0 | 62 | Name="VCLinkerTool" |
michael@0 | 63 | LinkIncremental="2" |
michael@0 | 64 | GenerateDebugInformation="true" |
michael@0 | 65 | SubSystem="2" |
michael@0 | 66 | TargetMachine="1" |
michael@0 | 67 | /> |
michael@0 | 68 | <Tool |
michael@0 | 69 | Name="VCALinkTool" |
michael@0 | 70 | /> |
michael@0 | 71 | <Tool |
michael@0 | 72 | Name="VCManifestTool" |
michael@0 | 73 | /> |
michael@0 | 74 | <Tool |
michael@0 | 75 | Name="VCXDCMakeTool" |
michael@0 | 76 | /> |
michael@0 | 77 | <Tool |
michael@0 | 78 | Name="VCBscMakeTool" |
michael@0 | 79 | /> |
michael@0 | 80 | <Tool |
michael@0 | 81 | Name="VCFxCopTool" |
michael@0 | 82 | /> |
michael@0 | 83 | <Tool |
michael@0 | 84 | Name="VCAppVerifierTool" |
michael@0 | 85 | /> |
michael@0 | 86 | <Tool |
michael@0 | 87 | Name="VCPostBuildEventTool" |
michael@0 | 88 | /> |
michael@0 | 89 | </Configuration> |
michael@0 | 90 | <Configuration |
michael@0 | 91 | Name="Release|Win32" |
michael@0 | 92 | OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
michael@0 | 93 | IntermediateDirectory="$(ConfigurationName)" |
michael@0 | 94 | ConfigurationType="2" |
michael@0 | 95 | CharacterSet="1" |
michael@0 | 96 | WholeProgramOptimization="1" |
michael@0 | 97 | > |
michael@0 | 98 | <Tool |
michael@0 | 99 | Name="VCPreBuildEventTool" |
michael@0 | 100 | /> |
michael@0 | 101 | <Tool |
michael@0 | 102 | Name="VCCustomBuildTool" |
michael@0 | 103 | /> |
michael@0 | 104 | <Tool |
michael@0 | 105 | Name="VCXMLDataGeneratorTool" |
michael@0 | 106 | /> |
michael@0 | 107 | <Tool |
michael@0 | 108 | Name="VCWebServiceProxyGeneratorTool" |
michael@0 | 109 | /> |
michael@0 | 110 | <Tool |
michael@0 | 111 | Name="VCMIDLTool" |
michael@0 | 112 | /> |
michael@0 | 113 | <Tool |
michael@0 | 114 | Name="VCCLCompilerTool" |
michael@0 | 115 | Optimization="2" |
michael@0 | 116 | EnableIntrinsicFunctions="true" |
michael@0 | 117 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CITYHASH_EXPORTS" |
michael@0 | 118 | RuntimeLibrary="0" |
michael@0 | 119 | EnableFunctionLevelLinking="true" |
michael@0 | 120 | UsePrecompiledHeader="0" |
michael@0 | 121 | WarningLevel="3" |
michael@0 | 122 | DebugInformationFormat="3" |
michael@0 | 123 | /> |
michael@0 | 124 | <Tool |
michael@0 | 125 | Name="VCManagedResourceCompilerTool" |
michael@0 | 126 | /> |
michael@0 | 127 | <Tool |
michael@0 | 128 | Name="VCResourceCompilerTool" |
michael@0 | 129 | /> |
michael@0 | 130 | <Tool |
michael@0 | 131 | Name="VCPreLinkEventTool" |
michael@0 | 132 | /> |
michael@0 | 133 | <Tool |
michael@0 | 134 | Name="VCLinkerTool" |
michael@0 | 135 | LinkIncremental="1" |
michael@0 | 136 | GenerateDebugInformation="true" |
michael@0 | 137 | SubSystem="2" |
michael@0 | 138 | OptimizeReferences="2" |
michael@0 | 139 | EnableCOMDATFolding="2" |
michael@0 | 140 | TargetMachine="1" |
michael@0 | 141 | /> |
michael@0 | 142 | <Tool |
michael@0 | 143 | Name="VCALinkTool" |
michael@0 | 144 | /> |
michael@0 | 145 | <Tool |
michael@0 | 146 | Name="VCManifestTool" |
michael@0 | 147 | /> |
michael@0 | 148 | <Tool |
michael@0 | 149 | Name="VCXDCMakeTool" |
michael@0 | 150 | /> |
michael@0 | 151 | <Tool |
michael@0 | 152 | Name="VCBscMakeTool" |
michael@0 | 153 | /> |
michael@0 | 154 | <Tool |
michael@0 | 155 | Name="VCFxCopTool" |
michael@0 | 156 | /> |
michael@0 | 157 | <Tool |
michael@0 | 158 | Name="VCAppVerifierTool" |
michael@0 | 159 | /> |
michael@0 | 160 | <Tool |
michael@0 | 161 | Name="VCPostBuildEventTool" |
michael@0 | 162 | /> |
michael@0 | 163 | </Configuration> |
michael@0 | 164 | </Configurations> |
michael@0 | 165 | <References> |
michael@0 | 166 | </References> |
michael@0 | 167 | <Files> |
michael@0 | 168 | <Filter |
michael@0 | 169 | Name="Source Files" |
michael@0 | 170 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" |
michael@0 | 171 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
michael@0 | 172 | > |
michael@0 | 173 | <File |
michael@0 | 174 | RelativePath=".\cityhash\city.cpp" |
michael@0 | 175 | > |
michael@0 | 176 | </File> |
michael@0 | 177 | <File |
michael@0 | 178 | RelativePath=".\CityHash.cpp" |
michael@0 | 179 | > |
michael@0 | 180 | <FileConfiguration |
michael@0 | 181 | Name="Debug|Win32" |
michael@0 | 182 | > |
michael@0 | 183 | <Tool |
michael@0 | 184 | Name="VCCLCompilerTool" |
michael@0 | 185 | UsePrecompiledHeader="0" |
michael@0 | 186 | CompileAsManaged="0" |
michael@0 | 187 | /> |
michael@0 | 188 | </FileConfiguration> |
michael@0 | 189 | <FileConfiguration |
michael@0 | 190 | Name="Release|Win32" |
michael@0 | 191 | > |
michael@0 | 192 | <Tool |
michael@0 | 193 | Name="VCCLCompilerTool" |
michael@0 | 194 | UsePrecompiledHeader="0" |
michael@0 | 195 | CompileAsManaged="0" |
michael@0 | 196 | /> |
michael@0 | 197 | </FileConfiguration> |
michael@0 | 198 | </File> |
michael@0 | 199 | </Filter> |
michael@0 | 200 | <Filter |
michael@0 | 201 | Name="Header Files" |
michael@0 | 202 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
michael@0 | 203 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
michael@0 | 204 | > |
michael@0 | 205 | <File |
michael@0 | 206 | RelativePath=".\cityhash\city.h" |
michael@0 | 207 | > |
michael@0 | 208 | </File> |
michael@0 | 209 | <File |
michael@0 | 210 | RelativePath=".\CityHash.h" |
michael@0 | 211 | > |
michael@0 | 212 | </File> |
michael@0 | 213 | </Filter> |
michael@0 | 214 | <Filter |
michael@0 | 215 | Name="Resource Files" |
michael@0 | 216 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" |
michael@0 | 217 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" |
michael@0 | 218 | > |
michael@0 | 219 | </Filter> |
michael@0 | 220 | </Files> |
michael@0 | 221 | <Globals> |
michael@0 | 222 | </Globals> |
michael@0 | 223 | </VisualStudioProject> |