]>
Commit | Line | Data |
---|---|---|
2ca993e8 | 1 | <?xml version="1.0" encoding="utf-8"?> |
f3c0d7a5 | 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2ca993e8 A |
3 | <PropertyGroup Label="Globals"> |
4 | <ProjectGuid>{F5AD9738-1A3D-4906-B9C4-A7D9CE33DC2C}</ProjectGuid> | |
5 | </PropertyGroup> | |
0f5d89e8 | 6 | <PropertyGroup Label="Configuration"> |
2ca993e8 A |
7 | <ConfigurationType>Application</ConfigurationType> |
8 | <UseOfMfc>false</UseOfMfc> | |
9 | <CharacterSet>MultiByte</CharacterSet> | |
2ca993e8 | 10 | </PropertyGroup> |
3d1f044b A |
11 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
12 | <!-- The following import will include the 'default' configuration options for VS projects. --> | |
13 | <Import Project="..\..\allinone\Build.Windows.ProjectConfiguration.props" /> | |
2ca993e8 A |
14 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
15 | <ImportGroup Label="ExtensionSettings"> | |
16 | </ImportGroup> | |
17 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
18 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
19 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
20 | </ImportGroup> | |
21 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
22 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
23 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
24 | </ImportGroup> | |
25 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
26 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
27 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
28 | </ImportGroup> | |
29 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
30 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
31 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
32 | </ImportGroup> | |
33 | <PropertyGroup Label="UserMacros" /> | |
34 | <PropertyGroup> | |
35 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
340931cb A |
36 | <OutDir>.\$(Platform)\$(Configuration)\</OutDir> |
37 | <IntDir>.\$(Platform)\$(Configuration)\</IntDir> | |
38 | <!-- The ICU projects use "Win32" to mean "x86", so we need to special case it. --> | |
39 | <OutDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</OutDir> | |
40 | <IntDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</IntDir> | |
41 | <!-- Disable Incremental Linking for Release builds as it prevents Link-time Code Generation --> | |
42 | <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental> | |
43 | <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental> | |
2ca993e8 | 44 | </PropertyGroup> |
340931cb | 45 | <!-- Options that are common to *all* configurations --> |
0f5d89e8 | 46 | <ItemDefinitionGroup> |
2ca993e8 | 47 | <Midl> |
340931cb | 48 | <TypeLibraryName>$(OutDir)/makeconv.tlb</TypeLibraryName> |
2ca993e8 A |
49 | </Midl> |
50 | <ClCompile> | |
340931cb | 51 | <WarningLevel>Level3</WarningLevel> |
2ca993e8 | 52 | <CompileAs>Default</CompileAs> |
340931cb A |
53 | <DisableLanguageExtensions>false</DisableLanguageExtensions> |
54 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
55 | <PrecompiledHeaderOutputFile>$(OutDir)/makeconv.pch</PrecompiledHeaderOutputFile> | |
56 | <AssemblerListingLocation>$(OutDir)/</AssemblerListingLocation> | |
57 | <ObjectFileName>$(OutDir)/</ObjectFileName> | |
58 | <ProgramDataBaseFileName>$(OutDir)/makeconv.pdb</ProgramDataBaseFileName> | |
2ca993e8 | 59 | </ClCompile> |
2ca993e8 | 60 | <Link> |
2ca993e8 | 61 | <SubSystem>Console</SubSystem> |
340931cb A |
62 | <OutputFile>$(OutDir)/makeconv.exe</OutputFile> |
63 | <AdditionalLibraryDirectories>..\..\..\$(IcuLibOutputDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
2ca993e8 | 64 | </Link> |
2ca993e8 | 65 | <CustomBuildStep> |
340931cb A |
66 | <Command>copy "$(TargetPath)" ..\..\..\$(IcuBinOutputDir)</Command> |
67 | <Outputs>..\..\..\$(IcuBinOutputDir)\$(TargetFileName);%(Outputs)</Outputs> | |
2ca993e8 | 68 | </CustomBuildStep> |
2ca993e8 | 69 | </ItemDefinitionGroup> |
340931cb A |
70 | <!-- Options that are common to all 'Debug' project configurations --> |
71 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> | |
2ca993e8 | 72 | <ClCompile> |
2ca993e8 | 73 | <BrowseInformation>true</BrowseInformation> |
340931cb | 74 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
2ca993e8 | 75 | </ClCompile> |
2ca993e8 | 76 | <Link> |
0f5d89e8 | 77 | <AdditionalDependencies>icuucd.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies> |
2ca993e8 A |
78 | </Link> |
79 | </ItemDefinitionGroup> | |
340931cb A |
80 | <!-- Options that are common to all 'Release' project configurations --> |
81 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> | |
2ca993e8 | 82 | <ClCompile> |
2ca993e8 | 83 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
340931cb | 84 | <FunctionLevelLinking>true</FunctionLevelLinking> |
2ca993e8 | 85 | </ClCompile> |
2ca993e8 | 86 | <Link> |
0f5d89e8 | 87 | <AdditionalDependencies>icuuc.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies> |
2ca993e8 A |
88 | </Link> |
89 | </ItemDefinitionGroup> | |
90 | <ItemGroup> | |
91 | <ClCompile Include="gencnvex.c" /> | |
92 | <ClCompile Include="genmbcs.cpp" /> | |
93 | <ClCompile Include="makeconv.cpp" /> | |
94 | <ClCompile Include="ucnvstat.c" /> | |
95 | </ItemGroup> | |
96 | <ItemGroup> | |
97 | <ClInclude Include="genmbcs.h" /> | |
98 | <ClInclude Include="makeconv.h" /> | |
99 | </ItemGroup> | |
2ca993e8 A |
100 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
101 | <ImportGroup Label="ExtensionTargets"> | |
102 | </ImportGroup> | |
0f5d89e8 | 103 | </Project> |