• 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>{C2BE5000-7501-4E87-9724-B8D82494FAE6}</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  <PropertyGroup Label="UserMacros" />
18  <PropertyGroup>
19    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
20    <OutDir>.\$(Platform)\$(Configuration)\</OutDir>
21    <IntDir>.\$(Platform)\$(Configuration)\</IntDir>
22    <!-- The ICU projects use "Win32" to mean "x86", so we need to special case it. -->
23    <OutDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</OutDir>
24    <IntDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</IntDir>
25    <!-- Disable Incremental Linking for Release builds as it prevents Link-time Code Generation -->
26    <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental>
27    <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental>
28  </PropertyGroup>
29  <!-- Options that are common to *all* configurations -->
30  <ItemDefinitionGroup>
31    <Midl>
32      <TypeLibraryName>$(OutDir)/genbrk.tlb</TypeLibraryName>
33    </Midl>
34    <ClCompile>
35      <WarningLevel>Level3</WarningLevel>
36      <CompileAs>Default</CompileAs>
37      <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
38      <PrecompiledHeaderOutputFile>$(OutDir)/genbrk.pch</PrecompiledHeaderOutputFile>
39      <AssemblerListingLocation>$(OutDir)/</AssemblerListingLocation>
40      <ObjectFileName>$(OutDir)/</ObjectFileName>
41      <ProgramDataBaseFileName>$(OutDir)/genbrk.pdb</ProgramDataBaseFileName>
42    </ClCompile>
43    <Link>
44      <SubSystem>Console</SubSystem>
45      <OutputFile>$(OutDir)/genbrk.exe</OutputFile>
46      <AdditionalLibraryDirectories>..\..\..\$(IcuLibOutputDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
47    </Link>
48    <CustomBuildStep>
49      <Command>copy "$(TargetPath)" ..\..\..\$(IcuBinOutputDir)</Command>
50      <Outputs>..\..\..\$(IcuBinOutputDir)\$(TargetFileName);%(Outputs)</Outputs>
51    </CustomBuildStep>
52  </ItemDefinitionGroup>
53  <!-- Options that are common to all 'Debug' project configurations -->
54  <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
55    <ClCompile>
56      <BrowseInformation>true</BrowseInformation>
57      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
58    </ClCompile>
59    <Link>
60      <AdditionalDependencies>icuucd.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies>
61    </Link>
62  </ItemDefinitionGroup>
63  <!-- Options that are common to all 'Release' project configurations -->
64  <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
65    <ClCompile>
66      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
67      <FunctionLevelLinking>true</FunctionLevelLinking>
68    </ClCompile>
69    <Link>
70      <AdditionalDependencies>icuuc.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies>
71    </Link>
72  </ItemDefinitionGroup>
73  <ItemGroup>
74    <ClCompile Include="genbrk.cpp" />
75  </ItemGroup>
76  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
77  <ImportGroup Label="ExtensionTargets">
78  </ImportGroup>
79</Project>