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