]>
Commit | Line | Data |
---|---|---|
2ca993e8 A |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | <ItemGroup Label="ProjectConfigurations"> | |
4 | <ProjectConfiguration Include="Debug|Win32"> | |
5 | <Configuration>Debug</Configuration> | |
6 | <Platform>Win32</Platform> | |
7 | </ProjectConfiguration> | |
8 | <ProjectConfiguration Include="Release|Win32"> | |
9 | <Configuration>Release</Configuration> | |
10 | <Platform>Win32</Platform> | |
11 | </ProjectConfiguration> | |
12 | </ItemGroup> | |
13 | <PropertyGroup Label="Globals"> | |
14 | <ProjectGuid>{655F4481-B461-4DF0-AF10-0D01114A26C1}</ProjectGuid> | |
15 | <RootNamespace>icuzdump</RootNamespace> | |
16 | <Keyword>Win32Proj</Keyword> | |
17 | </PropertyGroup> | |
18 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
19 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
20 | <ConfigurationType>Application</ConfigurationType> | |
21 | <CharacterSet>Unicode</CharacterSet> | |
22 | <WholeProgramOptimization>true</WholeProgramOptimization> | |
23 | </PropertyGroup> | |
24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
25 | <ConfigurationType>Application</ConfigurationType> | |
26 | <CharacterSet>Unicode</CharacterSet> | |
27 | </PropertyGroup> | |
28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
29 | <ImportGroup Label="ExtensionSettings"> | |
30 | </ImportGroup> | |
31 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
32 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
33 | </ImportGroup> | |
34 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
35 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
36 | </ImportGroup> | |
37 | <PropertyGroup Label="UserMacros" /> | |
38 | <PropertyGroup> | |
39 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> | |
40 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> | |
41 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> | |
42 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
43 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> | |
44 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> | |
45 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
46 | </PropertyGroup> | |
47 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
48 | <CustomBuildStep> | |
49 | <Command>copy "$(TargetPath)" ..\..\..\bin | |
50 | </Command> | |
51 | <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> | |
52 | </CustomBuildStep> | |
53 | <ClCompile> | |
54 | <Optimization>Disabled</Optimization> | |
55 | <AdditionalIncludeDirectories>..\..\..\include;..\toolutil;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
56 | <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
57 | <MinimalRebuild>false</MinimalRebuild> | |
58 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
59 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
60 | <DisableLanguageExtensions>true</DisableLanguageExtensions> | |
61 | <PrecompiledHeader> | |
62 | </PrecompiledHeader> | |
63 | <PrecompiledHeaderOutputFile>.\x86\Debug/icuzdump.pch</PrecompiledHeaderOutputFile> | |
64 | <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> | |
65 | <ObjectFileName>.\x86\Debug/</ObjectFileName> | |
66 | <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> | |
67 | <BrowseInformation>true</BrowseInformation> | |
68 | <WarningLevel>Level3</WarningLevel> | |
69 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
70 | <CompileAs>Default</CompileAs> | |
71 | </ClCompile> | |
72 | <Link> | |
73 | <AdditionalDependencies>icuucd.lib;icuind.lib;icutud.lib;icuiod.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
74 | <OutputFile>.\x86\Debug/icuzdump.exe</OutputFile> | |
75 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
76 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
77 | <ProgramDatabaseFile>.\x86\Debug/icuzdump.pdb</ProgramDatabaseFile> | |
78 | <SubSystem>Console</SubSystem> | |
79 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
80 | <DataExecutionPrevention> | |
81 | </DataExecutionPrevention> | |
82 | <TargetMachine>NotSet</TargetMachine> | |
83 | </Link> | |
84 | </ItemDefinitionGroup> | |
85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
86 | <ClCompile> | |
87 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
88 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
89 | <PrecompiledHeader> | |
90 | </PrecompiledHeader> | |
91 | <WarningLevel>Level3</WarningLevel> | |
92 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
93 | </ClCompile> | |
94 | <Link> | |
95 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
96 | <SubSystem>Console</SubSystem> | |
97 | <OptimizeReferences>true</OptimizeReferences> | |
98 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
99 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
100 | <DataExecutionPrevention> | |
101 | </DataExecutionPrevention> | |
102 | <TargetMachine>MachineX86</TargetMachine> | |
103 | </Link> | |
104 | </ItemDefinitionGroup> | |
105 | <ItemGroup> | |
106 | <ClCompile Include="icuzdump.cpp" /> | |
107 | </ItemGroup> | |
108 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
109 | <ImportGroup Label="ExtensionTargets"> | |
110 | </ImportGroup> | |
b331163b | 111 | </Project> |