intl/icu/source/tools/icuswap/icuswap.vcproj

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <?xml version="1.0" encoding="Windows-1252"?>
michael@0 2 <VisualStudioProject
michael@0 3 ProjectType="Visual C++"
michael@0 4 Version="8.00"
michael@0 5 Name="icuswap"
michael@0 6 ProjectGUID="{39690C2A-AD89-45E4-893A-899496B85785}"
michael@0 7 >
michael@0 8 <Platforms>
michael@0 9 <Platform
michael@0 10 Name="Win32"
michael@0 11 />
michael@0 12 <Platform
michael@0 13 Name="x64"
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="Release|Win32"
michael@0 21 OutputDirectory=".\x86\Release"
michael@0 22 IntermediateDirectory=".\x86\Release"
michael@0 23 ConfigurationType="1"
michael@0 24 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
michael@0 25 UseOfMFC="0"
michael@0 26 ATLMinimizesCRunTimeLibraryUsage="false"
michael@0 27 CharacterSet="2"
michael@0 28 >
michael@0 29 <Tool
michael@0 30 Name="VCPreBuildEventTool"
michael@0 31 />
michael@0 32 <Tool
michael@0 33 Name="VCCustomBuildTool"
michael@0 34 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
michael@0 35 Outputs="..\..\..\bin\$(TargetFileName)"
michael@0 36 />
michael@0 37 <Tool
michael@0 38 Name="VCXMLDataGeneratorTool"
michael@0 39 />
michael@0 40 <Tool
michael@0 41 Name="VCWebServiceProxyGeneratorTool"
michael@0 42 />
michael@0 43 <Tool
michael@0 44 Name="VCMIDLTool"
michael@0 45 TypeLibraryName=".\x86\Release/icuswap.tlb"
michael@0 46 />
michael@0 47 <Tool
michael@0 48 Name="VCCLCompilerTool"
michael@0 49 AdditionalIncludeDirectories="..\..\common;..\toolutil"
michael@0 50 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE"
michael@0 51 StringPooling="true"
michael@0 52 RuntimeLibrary="2"
michael@0 53 EnableFunctionLevelLinking="true"
michael@0 54 DisableLanguageExtensions="true"
michael@0 55 PrecompiledHeaderFile=".\x86\Release/icuswap.pch"
michael@0 56 AssemblerListingLocation=".\x86\Release/"
michael@0 57 ObjectFile=".\x86\Release/"
michael@0 58 ProgramDataBaseFileName=".\x86\Release/"
michael@0 59 WarningLevel="4"
michael@0 60 SuppressStartupBanner="true"
michael@0 61 CompileAs="0"
michael@0 62 />
michael@0 63 <Tool
michael@0 64 Name="VCManagedResourceCompilerTool"
michael@0 65 />
michael@0 66 <Tool
michael@0 67 Name="VCResourceCompilerTool"
michael@0 68 PreprocessorDefinitions="NDEBUG"
michael@0 69 Culture="1033"
michael@0 70 />
michael@0 71 <Tool
michael@0 72 Name="VCPreLinkEventTool"
michael@0 73 />
michael@0 74 <Tool
michael@0 75 Name="VCLinkerTool"
michael@0 76 OutputFile=".\x86\Release/icuswap.exe"
michael@0 77 LinkIncremental="1"
michael@0 78 SuppressStartupBanner="true"
michael@0 79 ProgramDatabaseFile=".\x86\Release/icuswap.pdb"
michael@0 80 SubSystem="1"
michael@0 81 />
michael@0 82 <Tool
michael@0 83 Name="VCALinkTool"
michael@0 84 />
michael@0 85 <Tool
michael@0 86 Name="VCManifestTool"
michael@0 87 />
michael@0 88 <Tool
michael@0 89 Name="VCXDCMakeTool"
michael@0 90 />
michael@0 91 <Tool
michael@0 92 Name="VCBscMakeTool"
michael@0 93 />
michael@0 94 <Tool
michael@0 95 Name="VCFxCopTool"
michael@0 96 />
michael@0 97 <Tool
michael@0 98 Name="VCAppVerifierTool"
michael@0 99 />
michael@0 100 <Tool
michael@0 101 Name="VCWebDeploymentTool"
michael@0 102 />
michael@0 103 <Tool
michael@0 104 Name="VCPostBuildEventTool"
michael@0 105 />
michael@0 106 </Configuration>
michael@0 107 <Configuration
michael@0 108 Name="Debug|Win32"
michael@0 109 OutputDirectory=".\x86\Debug"
michael@0 110 IntermediateDirectory=".\x86\Debug"
michael@0 111 ConfigurationType="1"
michael@0 112 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
michael@0 113 UseOfMFC="0"
michael@0 114 ATLMinimizesCRunTimeLibraryUsage="false"
michael@0 115 CharacterSet="2"
michael@0 116 >
michael@0 117 <Tool
michael@0 118 Name="VCPreBuildEventTool"
michael@0 119 />
michael@0 120 <Tool
michael@0 121 Name="VCCustomBuildTool"
michael@0 122 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
michael@0 123 Outputs="..\..\..\bin\$(TargetFileName)"
michael@0 124 />
michael@0 125 <Tool
michael@0 126 Name="VCXMLDataGeneratorTool"
michael@0 127 />
michael@0 128 <Tool
michael@0 129 Name="VCWebServiceProxyGeneratorTool"
michael@0 130 />
michael@0 131 <Tool
michael@0 132 Name="VCMIDLTool"
michael@0 133 TypeLibraryName=".\x86\Debug/icuswap.tlb"
michael@0 134 />
michael@0 135 <Tool
michael@0 136 Name="VCCLCompilerTool"
michael@0 137 Optimization="0"
michael@0 138 AdditionalIncludeDirectories="..\..\common;..\toolutil"
michael@0 139 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
michael@0 140 BasicRuntimeChecks="3"
michael@0 141 RuntimeLibrary="3"
michael@0 142 BufferSecurityCheck="true"
michael@0 143 DisableLanguageExtensions="true"
michael@0 144 PrecompiledHeaderFile=".\x86\Debug/icuswap.pch"
michael@0 145 AssemblerListingLocation=".\x86\Debug/"
michael@0 146 ObjectFile=".\x86\Debug/"
michael@0 147 ProgramDataBaseFileName=".\x86\Debug/"
michael@0 148 BrowseInformation="1"
michael@0 149 WarningLevel="4"
michael@0 150 SuppressStartupBanner="true"
michael@0 151 DebugInformationFormat="4"
michael@0 152 CompileAs="0"
michael@0 153 />
michael@0 154 <Tool
michael@0 155 Name="VCManagedResourceCompilerTool"
michael@0 156 />
michael@0 157 <Tool
michael@0 158 Name="VCResourceCompilerTool"
michael@0 159 PreprocessorDefinitions="_DEBUG"
michael@0 160 Culture="1033"
michael@0 161 />
michael@0 162 <Tool
michael@0 163 Name="VCPreLinkEventTool"
michael@0 164 />
michael@0 165 <Tool
michael@0 166 Name="VCLinkerTool"
michael@0 167 OutputFile=".\x86\Debug/icuswap.exe"
michael@0 168 LinkIncremental="2"
michael@0 169 SuppressStartupBanner="true"
michael@0 170 GenerateDebugInformation="true"
michael@0 171 ProgramDatabaseFile=".\x86\Debug/icuswap.pdb"
michael@0 172 SubSystem="1"
michael@0 173 />
michael@0 174 <Tool
michael@0 175 Name="VCALinkTool"
michael@0 176 />
michael@0 177 <Tool
michael@0 178 Name="VCManifestTool"
michael@0 179 UseFAT32Workaround="true"
michael@0 180 />
michael@0 181 <Tool
michael@0 182 Name="VCXDCMakeTool"
michael@0 183 />
michael@0 184 <Tool
michael@0 185 Name="VCBscMakeTool"
michael@0 186 />
michael@0 187 <Tool
michael@0 188 Name="VCFxCopTool"
michael@0 189 />
michael@0 190 <Tool
michael@0 191 Name="VCAppVerifierTool"
michael@0 192 />
michael@0 193 <Tool
michael@0 194 Name="VCWebDeploymentTool"
michael@0 195 />
michael@0 196 <Tool
michael@0 197 Name="VCPostBuildEventTool"
michael@0 198 />
michael@0 199 </Configuration>
michael@0 200 <Configuration
michael@0 201 Name="Release|x64"
michael@0 202 OutputDirectory=".\x64\Release"
michael@0 203 IntermediateDirectory=".\x64\Release"
michael@0 204 ConfigurationType="1"
michael@0 205 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
michael@0 206 UseOfMFC="0"
michael@0 207 ATLMinimizesCRunTimeLibraryUsage="false"
michael@0 208 CharacterSet="2"
michael@0 209 >
michael@0 210 <Tool
michael@0 211 Name="VCPreBuildEventTool"
michael@0 212 />
michael@0 213 <Tool
michael@0 214 Name="VCCustomBuildTool"
michael@0 215 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin64&#x0D;&#x0A;"
michael@0 216 Outputs="..\..\..\bin64\$(TargetFileName)"
michael@0 217 />
michael@0 218 <Tool
michael@0 219 Name="VCXMLDataGeneratorTool"
michael@0 220 />
michael@0 221 <Tool
michael@0 222 Name="VCWebServiceProxyGeneratorTool"
michael@0 223 />
michael@0 224 <Tool
michael@0 225 Name="VCMIDLTool"
michael@0 226 TargetEnvironment="3"
michael@0 227 TypeLibraryName=".\x64\Release/icuswap.tlb"
michael@0 228 />
michael@0 229 <Tool
michael@0 230 Name="VCCLCompilerTool"
michael@0 231 AdditionalIncludeDirectories="..\..\common;..\toolutil"
michael@0 232 PreprocessorDefinitions="WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE"
michael@0 233 StringPooling="true"
michael@0 234 RuntimeLibrary="2"
michael@0 235 EnableFunctionLevelLinking="true"
michael@0 236 DisableLanguageExtensions="true"
michael@0 237 PrecompiledHeaderFile=".\x64\Release/icuswap.pch"
michael@0 238 AssemblerListingLocation=".\x64\Release/"
michael@0 239 ObjectFile=".\x64\Release/"
michael@0 240 ProgramDataBaseFileName=".\x64\Release/"
michael@0 241 WarningLevel="4"
michael@0 242 SuppressStartupBanner="true"
michael@0 243 CompileAs="0"
michael@0 244 />
michael@0 245 <Tool
michael@0 246 Name="VCManagedResourceCompilerTool"
michael@0 247 />
michael@0 248 <Tool
michael@0 249 Name="VCResourceCompilerTool"
michael@0 250 PreprocessorDefinitions="NDEBUG"
michael@0 251 Culture="1033"
michael@0 252 />
michael@0 253 <Tool
michael@0 254 Name="VCPreLinkEventTool"
michael@0 255 />
michael@0 256 <Tool
michael@0 257 Name="VCLinkerTool"
michael@0 258 OutputFile=".\x64\Release/icuswap.exe"
michael@0 259 LinkIncremental="1"
michael@0 260 SuppressStartupBanner="true"
michael@0 261 ProgramDatabaseFile=".\x64\Release/icuswap.pdb"
michael@0 262 SubSystem="1"
michael@0 263 TargetMachine="17"
michael@0 264 />
michael@0 265 <Tool
michael@0 266 Name="VCALinkTool"
michael@0 267 />
michael@0 268 <Tool
michael@0 269 Name="VCManifestTool"
michael@0 270 />
michael@0 271 <Tool
michael@0 272 Name="VCXDCMakeTool"
michael@0 273 />
michael@0 274 <Tool
michael@0 275 Name="VCBscMakeTool"
michael@0 276 />
michael@0 277 <Tool
michael@0 278 Name="VCFxCopTool"
michael@0 279 />
michael@0 280 <Tool
michael@0 281 Name="VCAppVerifierTool"
michael@0 282 />
michael@0 283 <Tool
michael@0 284 Name="VCWebDeploymentTool"
michael@0 285 />
michael@0 286 <Tool
michael@0 287 Name="VCPostBuildEventTool"
michael@0 288 />
michael@0 289 </Configuration>
michael@0 290 <Configuration
michael@0 291 Name="Debug|x64"
michael@0 292 OutputDirectory=".\x64\Debug"
michael@0 293 IntermediateDirectory=".\x64\Debug"
michael@0 294 ConfigurationType="1"
michael@0 295 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
michael@0 296 UseOfMFC="0"
michael@0 297 ATLMinimizesCRunTimeLibraryUsage="false"
michael@0 298 CharacterSet="2"
michael@0 299 >
michael@0 300 <Tool
michael@0 301 Name="VCPreBuildEventTool"
michael@0 302 />
michael@0 303 <Tool
michael@0 304 Name="VCCustomBuildTool"
michael@0 305 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin64&#x0D;&#x0A;"
michael@0 306 Outputs="..\..\..\bin64\$(TargetFileName)"
michael@0 307 />
michael@0 308 <Tool
michael@0 309 Name="VCXMLDataGeneratorTool"
michael@0 310 />
michael@0 311 <Tool
michael@0 312 Name="VCWebServiceProxyGeneratorTool"
michael@0 313 />
michael@0 314 <Tool
michael@0 315 Name="VCMIDLTool"
michael@0 316 TargetEnvironment="3"
michael@0 317 TypeLibraryName=".\x64\Debug/icuswap.tlb"
michael@0 318 />
michael@0 319 <Tool
michael@0 320 Name="VCCLCompilerTool"
michael@0 321 Optimization="0"
michael@0 322 AdditionalIncludeDirectories="..\..\common;..\toolutil"
michael@0 323 PreprocessorDefinitions="WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
michael@0 324 BasicRuntimeChecks="3"
michael@0 325 RuntimeLibrary="3"
michael@0 326 BufferSecurityCheck="true"
michael@0 327 DisableLanguageExtensions="true"
michael@0 328 PrecompiledHeaderFile=".\x64\Debug/icuswap.pch"
michael@0 329 AssemblerListingLocation=".\x64\Debug/"
michael@0 330 ObjectFile=".\x64\Debug/"
michael@0 331 ProgramDataBaseFileName=".\x64\Debug/"
michael@0 332 BrowseInformation="1"
michael@0 333 WarningLevel="4"
michael@0 334 SuppressStartupBanner="true"
michael@0 335 DebugInformationFormat="3"
michael@0 336 CompileAs="0"
michael@0 337 />
michael@0 338 <Tool
michael@0 339 Name="VCManagedResourceCompilerTool"
michael@0 340 />
michael@0 341 <Tool
michael@0 342 Name="VCResourceCompilerTool"
michael@0 343 PreprocessorDefinitions="_DEBUG"
michael@0 344 Culture="1033"
michael@0 345 />
michael@0 346 <Tool
michael@0 347 Name="VCPreLinkEventTool"
michael@0 348 />
michael@0 349 <Tool
michael@0 350 Name="VCLinkerTool"
michael@0 351 OutputFile=".\x64\Debug/icuswap.exe"
michael@0 352 LinkIncremental="2"
michael@0 353 SuppressStartupBanner="true"
michael@0 354 GenerateDebugInformation="true"
michael@0 355 ProgramDatabaseFile=".\x64\Debug/icuswap.pdb"
michael@0 356 SubSystem="1"
michael@0 357 TargetMachine="17"
michael@0 358 />
michael@0 359 <Tool
michael@0 360 Name="VCALinkTool"
michael@0 361 />
michael@0 362 <Tool
michael@0 363 Name="VCManifestTool"
michael@0 364 UseFAT32Workaround="true"
michael@0 365 />
michael@0 366 <Tool
michael@0 367 Name="VCXDCMakeTool"
michael@0 368 />
michael@0 369 <Tool
michael@0 370 Name="VCBscMakeTool"
michael@0 371 />
michael@0 372 <Tool
michael@0 373 Name="VCFxCopTool"
michael@0 374 />
michael@0 375 <Tool
michael@0 376 Name="VCAppVerifierTool"
michael@0 377 />
michael@0 378 <Tool
michael@0 379 Name="VCWebDeploymentTool"
michael@0 380 />
michael@0 381 <Tool
michael@0 382 Name="VCPostBuildEventTool"
michael@0 383 />
michael@0 384 </Configuration>
michael@0 385 </Configurations>
michael@0 386 <References>
michael@0 387 </References>
michael@0 388 <Files>
michael@0 389 <File
michael@0 390 RelativePath=".\icuswap.cpp"
michael@0 391 >
michael@0 392 </File>
michael@0 393 </Files>
michael@0 394 <Globals>
michael@0 395 </Globals>
michael@0 396 </VisualStudioProject>

mercurial