• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup Label="Globals">
4    <ProjectGuid>{DBA4088D-F6F9-4F8F-8820-082A4765C16C}</ProjectGuid>
5  </PropertyGroup>
6  <PropertyGroup Label="Configuration">
7    <ConfigurationType>Application</ConfigurationType>
8    <UseOfMfc>false</UseOfMfc>
9    <CharacterSet>MultiByte</CharacterSet>
10  </PropertyGroup>
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" />
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>
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>
46  </PropertyGroup>
47  <!-- Options that are common to *all* configurations -->
48  <ItemDefinitionGroup>
49    <Midl>
50      <TypeLibraryName>$(OutDir)\uconv.tlb</TypeLibraryName>
51    </Midl>
52    <ClCompile>
53      <WarningLevel>Level3</WarningLevel>
54      <CompileAs>Default</CompileAs>
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>
62    </ClCompile>
63    <Link>
64      <SubSystem>Console</SubSystem>
65      <OutputFile>$(OutDir)\uconv.exe</OutputFile>
66      <AdditionalDependencies>uconvmsg.lib;%(AdditionalDependencies)</AdditionalDependencies>
67      <AdditionalLibraryDirectories>$(OutDir);..\..\..\$(IcuLibOutputDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
68    </Link>
69    <CustomBuildStep>
70      <Command>copy "$(TargetPath)" ..\..\..\$(IcuBinOutputDir)</Command>
71      <Outputs>..\..\..\$(IcuBinOutputDir)\$(TargetFileName);%(Outputs)</Outputs>
72    </CustomBuildStep>
73  </ItemDefinitionGroup>
74  <!-- Options that are common to all 'Debug' project configurations -->
75  <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
76    <ClCompile>
77      <BrowseInformation>true</BrowseInformation>
78      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
79    </ClCompile>
80    <Link>
81      <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies>
82    </Link>
83  </ItemDefinitionGroup>
84  <!-- Options that are common to all 'Release' project configurations -->
85  <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
86    <ClCompile>
87      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
88      <FunctionLevelLinking>true</FunctionLevelLinking>
89    </ClCompile>
90    <Link>
91      <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies>
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">
105      <Command>nmake /nologo /f %(Filename).mak icup="$(ProjectDir)..\..\.." CFG=$(MakeCFG)</Command>
106      <Outputs>$(MakeCFG)\uconvmsg.lib;%(Outputs)</Outputs>
107    </CustomBuild>
108    <None Include="resfiles.mk" />
109  </ItemGroup>
110  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
111  <ImportGroup Label="ExtensionTargets">
112  </ImportGroup>
113</Project>