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