]>
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>{77C78066-746F-4EA6-B3FE-B8C8A4A97891}</ProjectGuid> | |
5 | <RootNamespace>gentest</RootNamespace> | |
6 | </PropertyGroup> | |
0f5d89e8 | 7 | <PropertyGroup Label="Configuration"> |
2ca993e8 A |
8 | <ConfigurationType>Application</ConfigurationType> |
9 | <UseOfMfc>false</UseOfMfc> | |
10 | <CharacterSet>MultiByte</CharacterSet> | |
2ca993e8 | 11 | </PropertyGroup> |
3d1f044b A |
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" /> | |
2ca993e8 A |
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> | |
340931cb A |
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> | |
2ca993e8 | 45 | </PropertyGroup> |
340931cb A |
46 | <!-- Options that are common to *all* configurations --> |
47 | <ItemDefinitionGroup> | |
2ca993e8 | 48 | <Midl> |
340931cb | 49 | <TypeLibraryName>$(OutDir)/gentest.tlb</TypeLibraryName> |
2ca993e8 A |
50 | </Midl> |
51 | <ClCompile> | |
2ca993e8 | 52 | <WarningLevel>Level3</WarningLevel> |
2ca993e8 | 53 | <CompileAs>Default</CompileAs> |
340931cb A |
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> | |
2ca993e8 | 60 | </ClCompile> |
2ca993e8 | 61 | <Link> |
2ca993e8 | 62 | <SubSystem>Console</SubSystem> |
340931cb A |
63 | <OutputFile>$(OutDir)/gentest.exe</OutputFile> |
64 | <AdditionalLibraryDirectories>..\..\..\$(IcuLibOutputDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
65 | <ProgramDatabaseFile>$(OutDir)/gentest.pdb</ProgramDatabaseFile> | |
2ca993e8 A |
66 | </Link> |
67 | </ItemDefinitionGroup> | |
340931cb A |
68 | <!-- Options that are common to all 'Debug' project configurations --> |
69 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> | |
2ca993e8 | 70 | <ClCompile> |
2ca993e8 | 71 | <BrowseInformation>true</BrowseInformation> |
340931cb | 72 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
2ca993e8 | 73 | </ClCompile> |
2ca993e8 | 74 | <Link> |
0f5d89e8 | 75 | <AdditionalDependencies>icuucd.lib;icutestd.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies> |
2ca993e8 A |
76 | </Link> |
77 | </ItemDefinitionGroup> | |
340931cb A |
78 | <!-- Options that are common to all 'Release' project configurations --> |
79 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> | |
2ca993e8 | 80 | <ClCompile> |
2ca993e8 A |
81 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
82 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
2ca993e8 | 83 | </ClCompile> |
2ca993e8 | 84 | <Link> |
0f5d89e8 | 85 | <AdditionalDependencies>icuuc.lib;icutest.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies> |
2ca993e8 A |
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> | |
2ca993e8 A |
95 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
96 | <ImportGroup Label="ExtensionTargets"> | |
97 | </ImportGroup> | |
0f5d89e8 | 98 | </Project> |