]>
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>{E4993E82-D68A-46CA-BAE0-9D35E172E46F}</ProjectGuid> | |
5 | </PropertyGroup> | |
0f5d89e8 | 6 | <PropertyGroup Label="Configuration"> |
2ca993e8 A |
7 | <ConfigurationType>Application</ConfigurationType> |
8 | <UseOfMfc>false</UseOfMfc> | |
9 | <CharacterSet>MultiByte</CharacterSet> | |
10 | </PropertyGroup> | |
3d1f044b A |
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" /> | |
2ca993e8 A |
14 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
15 | <ImportGroup Label="ExtensionSettings"> | |
16 | </ImportGroup> | |
17 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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> | |
340931cb A |
36 | <OutDir>.\$(Platform)\$(Configuration)\</OutDir> |
37 | <IntDir>.\$(Platform)\$(Configuration)\</IntDir> | |
38 | <!-- The ICU projects use "Win32" to mean "x86", so we need to special case it. --> | |
39 | <OutDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</OutDir> | |
40 | <IntDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</IntDir> | |
41 | <!-- Disable Incremental Linking for Release builds as it prevents Link-time Code Generation --> | |
42 | <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental> | |
43 | <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental> | |
2ca993e8 | 44 | </PropertyGroup> |
340931cb | 45 | <!-- Options that are common to *all* configurations --> |
0f5d89e8 | 46 | <ItemDefinitionGroup> |
340931cb A |
47 | <Midl> |
48 | <TypeLibraryName>$(OutDir)\iotest.tlb</TypeLibraryName> | |
49 | </Midl> | |
0f5d89e8 A |
50 | <ClCompile> |
51 | <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
52 | <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
53 | <DisableLanguageExtensions>true</DisableLanguageExtensions> | |
54 | <WarningLevel>Level3</WarningLevel> | |
2ca993e8 | 55 | <CompileAs>Default</CompileAs> |
340931cb A |
56 | <PrecompiledHeaderOutputFile>$(OutDir)\iotest.pch</PrecompiledHeaderOutputFile> |
57 | <AssemblerListingLocation>$(OutDir)/</AssemblerListingLocation> | |
58 | <ObjectFileName>$(OutDir)/</ObjectFileName> | |
59 | <ProgramDataBaseFileName>$(OutDir)\iotest.pdb</ProgramDataBaseFileName> | |
2ca993e8 | 60 | </ClCompile> |
2ca993e8 | 61 | <Link> |
2ca993e8 | 62 | <SubSystem>Console</SubSystem> |
340931cb A |
63 | <OutputFile>$(OutDir)\iotest.exe</OutputFile> |
64 | <AdditionalLibraryDirectories>..\..\..\$(IcuLibOutputDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
2ca993e8 A |
65 | </Link> |
66 | </ItemDefinitionGroup> | |
340931cb A |
67 | <!-- Options that are common to all 'Debug' project configurations --> |
68 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> | |
2ca993e8 | 69 | <ClCompile> |
2ca993e8 | 70 | <BrowseInformation>true</BrowseInformation> |
340931cb | 71 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
2ca993e8 | 72 | </ClCompile> |
2ca993e8 | 73 | <Link> |
0f5d89e8 | 74 | <AdditionalDependencies>icuucd.lib;icuind.lib;icuiod.lib;icutestd.lib;%(AdditionalDependencies)</AdditionalDependencies> |
2ca993e8 A |
75 | </Link> |
76 | </ItemDefinitionGroup> | |
340931cb A |
77 | <!-- Options that are common to all 'Release' project configurations --> |
78 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> | |
2ca993e8 | 79 | <ClCompile> |
2ca993e8 | 80 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
340931cb | 81 | <FunctionLevelLinking>true</FunctionLevelLinking> |
2ca993e8 | 82 | </ClCompile> |
2ca993e8 | 83 | <Link> |
0f5d89e8 | 84 | <AdditionalDependencies>icuuc.lib;icuin.lib;icuio.lib;icutest.lib;%(AdditionalDependencies)</AdditionalDependencies> |
2ca993e8 A |
85 | </Link> |
86 | </ItemDefinitionGroup> | |
87 | <ItemGroup> | |
88 | <ClCompile Include="filetst.c" /> | |
89 | <ClCompile Include="iotest.cpp" /> | |
90 | <ClCompile Include="stream.cpp"> | |
0f5d89e8 | 91 | <DisableLanguageExtensions>false</DisableLanguageExtensions> |
2ca993e8 A |
92 | </ClCompile> |
93 | <ClCompile Include="strtst.c" /> | |
94 | <ClCompile Include="trnstst.c" /> | |
95 | </ItemGroup> | |
96 | <ItemGroup> | |
97 | <ClInclude Include="iotest.h" /> | |
98 | </ItemGroup> | |
2ca993e8 A |
99 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
100 | <ImportGroup Label="ExtensionTargets"> | |
101 | </ImportGroup> | |
0f5d89e8 | 102 | </Project> |