]>
Commit | Line | Data |
---|---|---|
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>{77C78066-746F-4EA6-B3FE-B8C8A4A97891}</ProjectGuid> | |
5 | <RootNamespace>gentest</RootNamespace> | |
6 | </PropertyGroup> | |
7 | <PropertyGroup Label="Configuration"> | |
8 | <ConfigurationType>Application</ConfigurationType> | |
9 | <UseOfMfc>false</UseOfMfc> | |
10 | <CharacterSet>MultiByte</CharacterSet> | |
11 | </PropertyGroup> | |
12 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
13 | <!-- The following import will include the 'default' configuration options for VS projects. --> | |
14 | <Import Project="..\..\allinone\Build.Windows.ProjectConfiguration.props" /> | |
15 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
16 | <ImportGroup Label="ExtensionSettings"> | |
17 | </ImportGroup> | |
18 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
19 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
20 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
21 | </ImportGroup> | |
22 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
23 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
24 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
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 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
29 | </ImportGroup> | |
30 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
31 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
32 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
33 | </ImportGroup> | |
34 | <PropertyGroup Label="UserMacros" /> | |
35 | <PropertyGroup> | |
36 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
37 | <OutDir>.\$(Platform)\$(Configuration)\</OutDir> | |
38 | <IntDir>.\$(Platform)\$(Configuration)\</IntDir> | |
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 | <!-- Disable Incremental Linking for Release builds as it prevents Link-time Code Generation --> | |
43 | <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental> | |
44 | <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental> | |
45 | </PropertyGroup> | |
46 | <!-- Options that are common to *all* configurations --> | |
47 | <ItemDefinitionGroup> | |
48 | <Midl> | |
49 | <TypeLibraryName>$(OutDir)/gentest.tlb</TypeLibraryName> | |
50 | </Midl> | |
51 | <ClCompile> | |
52 | <WarningLevel>Level3</WarningLevel> | |
53 | <CompileAs>Default</CompileAs> | |
54 | <DisableLanguageExtensions>true</DisableLanguageExtensions> | |
55 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
56 | <PrecompiledHeaderOutputFile>$(OutDir)/gentest.pch</PrecompiledHeaderOutputFile> | |
57 | <AssemblerListingLocation>$(OutDir)/</AssemblerListingLocation> | |
58 | <ObjectFileName>$(OutDir)/</ObjectFileName> | |
59 | <ProgramDataBaseFileName>$(OutDir)/gentest.pdb</ProgramDataBaseFileName> | |
60 | </ClCompile> | |
61 | <Link> | |
62 | <SubSystem>Console</SubSystem> | |
63 | <OutputFile>$(OutDir)/gentest.exe</OutputFile> | |
64 | <AdditionalLibraryDirectories>..\..\..\$(IcuLibOutputDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
65 | <ProgramDatabaseFile>$(OutDir)/gentest.pdb</ProgramDatabaseFile> | |
66 | </Link> | |
67 | </ItemDefinitionGroup> | |
68 | <!-- Options that are common to all 'Debug' project configurations --> | |
69 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> | |
70 | <ClCompile> | |
71 | <BrowseInformation>true</BrowseInformation> | |
72 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
73 | </ClCompile> | |
74 | <Link> | |
75 | <AdditionalDependencies>icuucd.lib;icutestd.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
76 | </Link> | |
77 | </ItemDefinitionGroup> | |
78 | <!-- Options that are common to all 'Release' project configurations --> | |
79 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> | |
80 | <ClCompile> | |
81 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
82 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
83 | </ClCompile> | |
84 | <Link> | |
85 | <AdditionalDependencies>icuuc.lib;icutest.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
86 | </Link> | |
87 | </ItemDefinitionGroup> | |
88 | <ItemGroup> | |
89 | <ClCompile Include="genres32.c" /> | |
90 | <ClCompile Include="gentest.c" /> | |
91 | </ItemGroup> | |
92 | <ItemGroup> | |
93 | <ClInclude Include="gentest.h" /> | |
94 | </ItemGroup> | |
95 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
96 | <ImportGroup Label="ExtensionTargets"> | |
97 | </ImportGroup> | |
98 | </Project> |