]>
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>{DBA4088D-F6F9-4F8F-8820-082A4765C16C}</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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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 | <MakeCFG>$(Platform)\$(Configuration)</MakeCFG> | |
39 | <!-- The ICU projects use "Win32" to mean "x86", so we need to special case it. --> | |
40 | <OutDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</OutDir> | |
41 | <IntDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</IntDir> | |
42 | <MakeCFG Condition="'$(Platform)'=='Win32'">x86\$(Configuration)</MakeCFG> | |
43 | <!-- Disable Incremental Linking for Release builds as it prevents Link-time Code Generation --> | |
44 | <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental> | |
45 | <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental> | |
2ca993e8 | 46 | </PropertyGroup> |
340931cb | 47 | <!-- Options that are common to *all* configurations --> |
0f5d89e8 | 48 | <ItemDefinitionGroup> |
2ca993e8 | 49 | <Midl> |
340931cb | 50 | <TypeLibraryName>$(OutDir)\uconv.tlb</TypeLibraryName> |
2ca993e8 A |
51 | </Midl> |
52 | <ClCompile> | |
340931cb | 53 | <WarningLevel>Level3</WarningLevel> |
2ca993e8 | 54 | <CompileAs>Default</CompileAs> |
340931cb A |
55 | <DisableLanguageExtensions>true</DisableLanguageExtensions> |
56 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
57 | <PreprocessorDefinitions>UCONVMSG_LINK;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
58 | <PrecompiledHeaderOutputFile>$(OutDir)\uconv.pch</PrecompiledHeaderOutputFile> | |
59 | <AssemblerListingLocation>$(OutDir)/</AssemblerListingLocation> | |
60 | <ObjectFileName>$(OutDir)/</ObjectFileName> | |
61 | <ProgramDataBaseFileName>$(OutDir)\uconv.pdb</ProgramDataBaseFileName> | |
2ca993e8 | 62 | </ClCompile> |
2ca993e8 | 63 | <Link> |
2ca993e8 | 64 | <SubSystem>Console</SubSystem> |
340931cb A |
65 | <OutputFile>$(OutDir)\uconv.exe</OutputFile> |
66 | <AdditionalDependencies>uconvmsg.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
67 | <AdditionalLibraryDirectories>$(OutDir);..\..\..\$(IcuLibOutputDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
2ca993e8 | 68 | </Link> |
2ca993e8 | 69 | <CustomBuildStep> |
340931cb A |
70 | <Command>copy "$(TargetPath)" ..\..\..\$(IcuBinOutputDir)</Command> |
71 | <Outputs>..\..\..\$(IcuBinOutputDir)\$(TargetFileName);%(Outputs)</Outputs> | |
2ca993e8 | 72 | </CustomBuildStep> |
340931cb A |
73 | </ItemDefinitionGroup> |
74 | <!-- Options that are common to all 'Debug' project configurations --> | |
75 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> | |
2ca993e8 | 76 | <ClCompile> |
340931cb | 77 | <BrowseInformation>true</BrowseInformation> |
2ca993e8 | 78 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
2ca993e8 | 79 | </ClCompile> |
2ca993e8 | 80 | <Link> |
340931cb | 81 | <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies> |
2ca993e8 A |
82 | </Link> |
83 | </ItemDefinitionGroup> | |
340931cb A |
84 | <!-- Options that are common to all 'Release' project configurations --> |
85 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> | |
2ca993e8 | 86 | <ClCompile> |
2ca993e8 A |
87 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
88 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
2ca993e8 | 89 | </ClCompile> |
2ca993e8 | 90 | <Link> |
340931cb | 91 | <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies> |
2ca993e8 A |
92 | </Link> |
93 | </ItemDefinitionGroup> | |
94 | <ItemGroup> | |
95 | <ClCompile Include="uconv.cpp" /> | |
96 | <ClCompile Include="uwmsg.c" /> | |
97 | </ItemGroup> | |
98 | <ItemGroup> | |
99 | <ClInclude Include="unicode\uwmsg.h" /> | |
100 | </ItemGroup> | |
101 | <ItemGroup> | |
102 | <None Include="resources\fr.txt" /> | |
103 | <None Include="resources\root.txt" /> | |
104 | <CustomBuild Include="makedata.mak"> | |
340931cb A |
105 | <Command>nmake /nologo /f %(Filename).mak icup="$(ProjectDir)..\..\.." CFG=$(MakeCFG)</Command> |
106 | <Outputs>$(MakeCFG)\uconvmsg.lib;%(Outputs)</Outputs> | |
2ca993e8 A |
107 | </CustomBuild> |
108 | <None Include="resfiles.mk" /> | |
109 | </ItemGroup> | |
2ca993e8 A |
110 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
111 | <ImportGroup Label="ExtensionTargets"> | |
112 | </ImportGroup> | |
0f5d89e8 | 113 | </Project> |