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