Home | History | Annotate | Download | only in stubdata
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="9.00"
      5 	Name="stubdata"
      6 	ProjectGUID="{203EC78A-0531-43F0-A636-285439BDE025}"
      7 	TargetFrameworkVersion="131072"
      8 	>
      9 	<Platforms>
     10 		<Platform
     11 			Name="Win32"
     12 		/>
     13 		<Platform
     14 			Name="x64"
     15 		/>
     16 	</Platforms>
     17 	<ToolFiles>
     18 	</ToolFiles>
     19 	<Configurations>
     20 		<Configuration
     21 			Name="Release|Win32"
     22 			OutputDirectory=".\x86\Release"
     23 			IntermediateDirectory=".\x86\Release"
     24 			ConfigurationType="2"
     25 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
     26 			UseOfMFC="0"
     27 			ATLMinimizesCRunTimeLibraryUsage="false"
     28 			CharacterSet="2"
     29 			>
     30 			<Tool
     31 				Name="VCPreBuildEventTool"
     32 			/>
     33 			<Tool
     34 				Name="VCCustomBuildTool"
     35 			/>
     36 			<Tool
     37 				Name="VCXMLDataGeneratorTool"
     38 			/>
     39 			<Tool
     40 				Name="VCWebServiceProxyGeneratorTool"
     41 			/>
     42 			<Tool
     43 				Name="VCMIDLTool"
     44 				PreprocessorDefinitions="NDEBUG"
     45 				MkTypLibCompatible="true"
     46 				SuppressStartupBanner="true"
     47 				TargetEnvironment="1"
     48 				TypeLibraryName=".\x86\Release\icudt.tlb"
     49 			/>
     50 			<Tool
     51 				Name="VCCLCompilerTool"
     52 				AdditionalIncludeDirectories="..\common"
     53 				PreprocessorDefinitions="WIN32;NDEBUG"
     54 				StringPooling="true"
     55 				ExceptionHandling="0"
     56 				RuntimeLibrary="2"
     57 				EnableFunctionLevelLinking="true"
     58 				DisableLanguageExtensions="true"
     59 				TreatWChar_tAsBuiltInType="true"
     60 				PrecompiledHeaderFile=".\x86\Release\stubdata.pch"
     61 				AssemblerListingLocation=".\x86\Release/"
     62 				ObjectFile=".\x86\Release/"
     63 				ProgramDataBaseFileName=".\x86\Release/"
     64 				WarningLevel="3"
     65 				SuppressStartupBanner="true"
     66 				CompileAs="0"
     67 			/>
     68 			<Tool
     69 				Name="VCManagedResourceCompilerTool"
     70 			/>
     71 			<Tool
     72 				Name="VCResourceCompilerTool"
     73 				PreprocessorDefinitions="NDEBUG"
     74 				Culture="1033"
     75 			/>
     76 			<Tool
     77 				Name="VCPreLinkEventTool"
     78 				CommandLine="echo &quot;File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one.&quot; &gt; &quot;$(ProjectDir)stubdatabuilt.txt&quot;"
     79 			/>
     80 			<Tool
     81 				Name="VCLinkerTool"
     82 				OutputFile="..\..\bin\icudt44.dll"
     83 				LinkIncremental="1"
     84 				SuppressStartupBanner="true"
     85 				GenerateManifest="false"
     86 				IgnoreAllDefaultLibraries="true"
     87 				ProgramDatabaseFile=".\x86\Release\icudt.pdb"
     88 				ResourceOnlyDLL="true"
     89 				SetChecksum="true"
     90 				BaseAddress="0x4ad00000"
     91 				RandomizedBaseAddress="1"
     92 				DataExecutionPrevention="0"
     93 				TurnOffAssemblyGeneration="true"
     94 				ImportLibrary="..\..\lib\icudt.lib"
     95 			/>
     96 			<Tool
     97 				Name="VCALinkTool"
     98 			/>
     99 			<Tool
    100 				Name="VCManifestTool"
    101 			/>
    102 			<Tool
    103 				Name="VCXDCMakeTool"
    104 			/>
    105 			<Tool
    106 				Name="VCBscMakeTool"
    107 			/>
    108 			<Tool
    109 				Name="VCFxCopTool"
    110 			/>
    111 			<Tool
    112 				Name="VCAppVerifierTool"
    113 			/>
    114 			<Tool
    115 				Name="VCPostBuildEventTool"
    116 			/>
    117 		</Configuration>
    118 		<Configuration
    119 			Name="Debug|Win32"
    120 			OutputDirectory=".\x86\Debug"
    121 			IntermediateDirectory=".\x86\Debug"
    122 			ConfigurationType="2"
    123 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
    124 			UseOfMFC="0"
    125 			ATLMinimizesCRunTimeLibraryUsage="false"
    126 			CharacterSet="2"
    127 			>
    128 			<Tool
    129 				Name="VCPreBuildEventTool"
    130 			/>
    131 			<Tool
    132 				Name="VCCustomBuildTool"
    133 			/>
    134 			<Tool
    135 				Name="VCXMLDataGeneratorTool"
    136 			/>
    137 			<Tool
    138 				Name="VCWebServiceProxyGeneratorTool"
    139 			/>
    140 			<Tool
    141 				Name="VCMIDLTool"
    142 				PreprocessorDefinitions="_DEBUG"
    143 				MkTypLibCompatible="true"
    144 				SuppressStartupBanner="true"
    145 				TargetEnvironment="1"
    146 				TypeLibraryName=".\x86\Debug/icudt.tlb"
    147 			/>
    148 			<Tool
    149 				Name="VCCLCompilerTool"
    150 				Optimization="0"
    151 				AdditionalIncludeDirectories="..\common"
    152 				PreprocessorDefinitions="WIN32;_DEBUG"
    153 				BasicRuntimeChecks="3"
    154 				RuntimeLibrary="3"
    155 				BufferSecurityCheck="true"
    156 				DisableLanguageExtensions="true"
    157 				TreatWChar_tAsBuiltInType="true"
    158 				PrecompiledHeaderFile=".\x86\Debug/stubdata.pch"
    159 				AssemblerListingLocation=".\x86\Debug/"
    160 				ObjectFile=".\x86\Debug/"
    161 				ProgramDataBaseFileName=".\x86\Debug/"
    162 				WarningLevel="3"
    163 				SuppressStartupBanner="true"
    164 				CompileAs="0"
    165 			/>
    166 			<Tool
    167 				Name="VCManagedResourceCompilerTool"
    168 			/>
    169 			<Tool
    170 				Name="VCResourceCompilerTool"
    171 				PreprocessorDefinitions="_DEBUG"
    172 				Culture="1033"
    173 			/>
    174 			<Tool
    175 				Name="VCPreLinkEventTool"
    176 				CommandLine="echo &quot;File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one.&quot; &gt; &quot;$(ProjectDir)stubdatabuilt.txt&quot;"
    177 			/>
    178 			<Tool
    179 				Name="VCLinkerTool"
    180 				OutputFile="..\..\bin\icudt44.dll"
    181 				SuppressStartupBanner="true"
    182 				GenerateManifest="false"
    183 				ProgramDatabaseFile=".\x86\Debug/icudt.pdb"
    184 				ResourceOnlyDLL="true"
    185 				SetChecksum="true"
    186 				BaseAddress="0x4ad00000"
    187 				RandomizedBaseAddress="1"
    188 				DataExecutionPrevention="0"
    189 				TurnOffAssemblyGeneration="true"
    190 				ImportLibrary="..\..\lib\icudt.lib"
    191 			/>
    192 			<Tool
    193 				Name="VCALinkTool"
    194 			/>
    195 			<Tool
    196 				Name="VCManifestTool"
    197 				UseFAT32Workaround="true"
    198 			/>
    199 			<Tool
    200 				Name="VCXDCMakeTool"
    201 			/>
    202 			<Tool
    203 				Name="VCBscMakeTool"
    204 			/>
    205 			<Tool
    206 				Name="VCFxCopTool"
    207 			/>
    208 			<Tool
    209 				Name="VCAppVerifierTool"
    210 			/>
    211 			<Tool
    212 				Name="VCPostBuildEventTool"
    213 			/>
    214 		</Configuration>
    215 		<Configuration
    216 			Name="Release|x64"
    217 			OutputDirectory=".\x64\Release"
    218 			IntermediateDirectory=".\x64\Release"
    219 			ConfigurationType="2"
    220 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
    221 			UseOfMFC="0"
    222 			ATLMinimizesCRunTimeLibraryUsage="false"
    223 			CharacterSet="2"
    224 			>
    225 			<Tool
    226 				Name="VCPreBuildEventTool"
    227 			/>
    228 			<Tool
    229 				Name="VCCustomBuildTool"
    230 			/>
    231 			<Tool
    232 				Name="VCXMLDataGeneratorTool"
    233 			/>
    234 			<Tool
    235 				Name="VCWebServiceProxyGeneratorTool"
    236 			/>
    237 			<Tool
    238 				Name="VCMIDLTool"
    239 				PreprocessorDefinitions="NDEBUG"
    240 				MkTypLibCompatible="true"
    241 				SuppressStartupBanner="true"
    242 				TargetEnvironment="3"
    243 				TypeLibraryName=".\x64\Release\icudt.tlb"
    244 			/>
    245 			<Tool
    246 				Name="VCCLCompilerTool"
    247 				AdditionalIncludeDirectories="..\common"
    248 				PreprocessorDefinitions="WIN64;WIN32;NDEBUG"
    249 				StringPooling="true"
    250 				ExceptionHandling="0"
    251 				RuntimeLibrary="2"
    252 				EnableFunctionLevelLinking="true"
    253 				DisableLanguageExtensions="true"
    254 				TreatWChar_tAsBuiltInType="true"
    255 				PrecompiledHeaderFile=".\x64\Release\stubdata.pch"
    256 				AssemblerListingLocation=".\x64\Release/"
    257 				ObjectFile=".\x64\Release/"
    258 				ProgramDataBaseFileName=".\x64\Release/"
    259 				WarningLevel="3"
    260 				SuppressStartupBanner="true"
    261 				CompileAs="0"
    262 			/>
    263 			<Tool
    264 				Name="VCManagedResourceCompilerTool"
    265 			/>
    266 			<Tool
    267 				Name="VCResourceCompilerTool"
    268 				PreprocessorDefinitions="NDEBUG"
    269 				Culture="1033"
    270 			/>
    271 			<Tool
    272 				Name="VCPreLinkEventTool"
    273 				CommandLine="echo &quot;File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one.&quot; &gt; &quot;$(ProjectDir)stubdatabuilt.txt&quot;"
    274 			/>
    275 			<Tool
    276 				Name="VCLinkerTool"
    277 				OutputFile="..\..\bin64\icudt44.dll"
    278 				LinkIncremental="1"
    279 				SuppressStartupBanner="true"
    280 				GenerateManifest="false"
    281 				IgnoreAllDefaultLibraries="true"
    282 				ProgramDatabaseFile=".\x64\Release\icudt.pdb"
    283 				ResourceOnlyDLL="true"
    284 				SetChecksum="true"
    285 				BaseAddress="0x4ad00000"
    286 				TurnOffAssemblyGeneration="true"
    287 				ImportLibrary="..\..\lib64\icudt.lib"
    288 				TargetMachine="17"
    289 			/>
    290 			<Tool
    291 				Name="VCALinkTool"
    292 			/>
    293 			<Tool
    294 				Name="VCManifestTool"
    295 			/>
    296 			<Tool
    297 				Name="VCXDCMakeTool"
    298 			/>
    299 			<Tool
    300 				Name="VCBscMakeTool"
    301 			/>
    302 			<Tool
    303 				Name="VCFxCopTool"
    304 			/>
    305 			<Tool
    306 				Name="VCAppVerifierTool"
    307 			/>
    308 			<Tool
    309 				Name="VCWebDeploymentTool"
    310 			/>
    311 			<Tool
    312 				Name="VCPostBuildEventTool"
    313 			/>
    314 		</Configuration>
    315 		<Configuration
    316 			Name="Debug|x64"
    317 			OutputDirectory=".\x64\Debug"
    318 			IntermediateDirectory=".\x64\Debug"
    319 			ConfigurationType="2"
    320 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
    321 			UseOfMFC="0"
    322 			ATLMinimizesCRunTimeLibraryUsage="false"
    323 			CharacterSet="2"
    324 			>
    325 			<Tool
    326 				Name="VCPreBuildEventTool"
    327 			/>
    328 			<Tool
    329 				Name="VCCustomBuildTool"
    330 			/>
    331 			<Tool
    332 				Name="VCXMLDataGeneratorTool"
    333 			/>
    334 			<Tool
    335 				Name="VCWebServiceProxyGeneratorTool"
    336 			/>
    337 			<Tool
    338 				Name="VCMIDLTool"
    339 				PreprocessorDefinitions="_DEBUG"
    340 				MkTypLibCompatible="true"
    341 				SuppressStartupBanner="true"
    342 				TargetEnvironment="3"
    343 				TypeLibraryName=".\x64\Debug/icudt.tlb"
    344 			/>
    345 			<Tool
    346 				Name="VCCLCompilerTool"
    347 				Optimization="0"
    348 				AdditionalIncludeDirectories="..\common"
    349 				PreprocessorDefinitions="WIN64;WIN32;_DEBUG"
    350 				BasicRuntimeChecks="3"
    351 				RuntimeLibrary="3"
    352 				BufferSecurityCheck="true"
    353 				DisableLanguageExtensions="true"
    354 				TreatWChar_tAsBuiltInType="true"
    355 				PrecompiledHeaderFile=".\x64\Debug/stubdata.pch"
    356 				AssemblerListingLocation=".\x64\Debug/"
    357 				ObjectFile=".\x64\Debug/"
    358 				ProgramDataBaseFileName=".\x64\Debug/"
    359 				WarningLevel="3"
    360 				SuppressStartupBanner="true"
    361 				CompileAs="0"
    362 			/>
    363 			<Tool
    364 				Name="VCManagedResourceCompilerTool"
    365 			/>
    366 			<Tool
    367 				Name="VCResourceCompilerTool"
    368 				PreprocessorDefinitions="_DEBUG"
    369 				Culture="1033"
    370 			/>
    371 			<Tool
    372 				Name="VCPreLinkEventTool"
    373 				CommandLine="echo &quot;File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one.&quot; &gt; &quot;$(ProjectDir)stubdatabuilt.txt&quot;"
    374 			/>
    375 			<Tool
    376 				Name="VCLinkerTool"
    377 				OutputFile="..\..\bin64\icudt44.dll"
    378 				SuppressStartupBanner="true"
    379 				GenerateManifest="false"
    380 				ProgramDatabaseFile=".\x64\Debug/icudt.pdb"
    381 				ResourceOnlyDLL="true"
    382 				SetChecksum="true"
    383 				BaseAddress="0x4ad00000"
    384 				TurnOffAssemblyGeneration="true"
    385 				ImportLibrary="..\..\lib64\icudt.lib"
    386 				TargetMachine="17"
    387 			/>
    388 			<Tool
    389 				Name="VCALinkTool"
    390 			/>
    391 			<Tool
    392 				Name="VCManifestTool"
    393 				UseFAT32Workaround="true"
    394 			/>
    395 			<Tool
    396 				Name="VCXDCMakeTool"
    397 			/>
    398 			<Tool
    399 				Name="VCBscMakeTool"
    400 			/>
    401 			<Tool
    402 				Name="VCFxCopTool"
    403 			/>
    404 			<Tool
    405 				Name="VCAppVerifierTool"
    406 			/>
    407 			<Tool
    408 				Name="VCWebDeploymentTool"
    409 			/>
    410 			<Tool
    411 				Name="VCPostBuildEventTool"
    412 			/>
    413 		</Configuration>
    414 	</Configurations>
    415 	<References>
    416 	</References>
    417 	<Files>
    418 		<Filter
    419 			Name="Source Files"
    420 			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
    421 			>
    422 			<File
    423 				RelativePath=".\stubdata.c"
    424 				>
    425 			</File>
    426 		</Filter>
    427 		<Filter
    428 			Name="Header Files"
    429 			Filter="h;hpp;hxx;hm;inl"
    430 			>
    431 		</Filter>
    432 		<Filter
    433 			Name="Resource Files"
    434 			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
    435 			>
    436 			<File
    437 				RelativePath="..\data\misc\icudata.rc"
    438 				>
    439 				<FileConfiguration
    440 					Name="Release|Win32"
    441 					>
    442 					<Tool
    443 						Name="VCResourceCompilerTool"
    444 						AdditionalIncludeDirectories="../common"
    445 					/>
    446 				</FileConfiguration>
    447 				<FileConfiguration
    448 					Name="Debug|Win32"
    449 					>
    450 					<Tool
    451 						Name="VCResourceCompilerTool"
    452 						AdditionalIncludeDirectories="../common"
    453 					/>
    454 				</FileConfiguration>
    455 				<FileConfiguration
    456 					Name="Release|x64"
    457 					>
    458 					<Tool
    459 						Name="VCResourceCompilerTool"
    460 						AdditionalIncludeDirectories="../common"
    461 					/>
    462 				</FileConfiguration>
    463 				<FileConfiguration
    464 					Name="Debug|x64"
    465 					>
    466 					<Tool
    467 						Name="VCResourceCompilerTool"
    468 						AdditionalIncludeDirectories="../common"
    469 					/>
    470 				</FileConfiguration>
    471 			</File>
    472 		</Filter>
    473 	</Files>
    474 	<Globals>
    475 	</Globals>
    476 </VisualStudioProject>
    477