]>
Commit | Line | Data |
---|---|---|
2ca993e8 A |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 | <ItemGroup Label="ProjectConfigurations"> | |
4 | <ProjectConfiguration Include="Debug|Win32"> | |
5 | <Configuration>Debug</Configuration> | |
6 | <Platform>Win32</Platform> | |
7 | </ProjectConfiguration> | |
8 | <ProjectConfiguration Include="Release|Win32"> | |
9 | <Configuration>Release</Configuration> | |
10 | <Platform>Win32</Platform> | |
11 | </ProjectConfiguration> | |
12 | </ItemGroup> | |
13 | <PropertyGroup Label="Globals"> | |
14 | <ProjectGuid>{115886F0-7DFB-4B8B-BE79-83162EE8713B}</ProjectGuid> | |
15 | <RootNamespace>samples</RootNamespace> | |
16 | <ProjectName>dtptngsample</ProjectName> | |
17 | </PropertyGroup> | |
18 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
19 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
20 | <ConfigurationType>Application</ConfigurationType> | |
21 | <UseDebugLibraries>true</UseDebugLibraries> | |
22 | <CharacterSet>Unicode</CharacterSet> | |
23 | </PropertyGroup> | |
24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
25 | <ConfigurationType>Application</ConfigurationType> | |
26 | <UseDebugLibraries>false</UseDebugLibraries> | |
27 | <WholeProgramOptimization>true</WholeProgramOptimization> | |
28 | <CharacterSet>Unicode</CharacterSet> | |
29 | </PropertyGroup> | |
30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
31 | <ImportGroup Label="ExtensionSettings"> | |
32 | </ImportGroup> | |
33 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
34 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
35 | </ImportGroup> | |
36 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
37 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
38 | </ImportGroup> | |
39 | <PropertyGroup Label="UserMacros" /> | |
40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
41 | <OutDir>.\x86\debug\</OutDir> | |
42 | </PropertyGroup> | |
43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
44 | <IntDir>.\x86\debug\</IntDir> | |
45 | <TargetName>$(ProjectName)</TargetName> | |
46 | </PropertyGroup> | |
47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
48 | <OutDir>.\x86\release</OutDir> | |
49 | </PropertyGroup> | |
50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
51 | <IntDir>.\x86\release</IntDir> | |
52 | </PropertyGroup> | |
53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
54 | <TargetName>$(ProjectName)</TargetName> | |
55 | </PropertyGroup> | |
56 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
57 | <ClCompile> | |
58 | <WarningLevel>Level3</WarningLevel> | |
59 | <Optimization>Disabled</Optimization> | |
60 | <AdditionalIncludeDirectories>..\..\common;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
61 | </ClCompile> | |
62 | <Link> | |
63 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
64 | <OutputFile>.\x86\debug/dtptngsample.exe</OutputFile> | |
65 | <AdditionalDependencies>icuucd.lib;icuind.lib;icuiod.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
66 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
67 | </Link> | |
68 | </ItemDefinitionGroup> | |
69 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
70 | <ClCompile> | |
71 | <WarningLevel>Level3</WarningLevel> | |
72 | <Optimization>MaxSpeed</Optimization> | |
73 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
74 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
75 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
76 | </ClCompile> | |
77 | <Link> | |
78 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
79 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
80 | <OptimizeReferences>true</OptimizeReferences> | |
81 | <OutputFile>\x86\debug\samples.exe</OutputFile> | |
82 | </Link> | |
83 | </ItemDefinitionGroup> | |
84 | <ItemGroup> | |
85 | <ClCompile Include="dtptngsample.cpp" /> | |
86 | </ItemGroup> | |
87 | <ItemGroup> | |
88 | <ProjectReference Include="..\..\common\common.vcxproj"> | |
89 | <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> | |
90 | </ProjectReference> | |
91 | <ProjectReference Include="..\..\i18n\i18n.vcxproj"> | |
92 | <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> | |
93 | </ProjectReference> | |
94 | <ProjectReference Include="..\..\io\io.vcxproj"> | |
95 | <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project> | |
96 | </ProjectReference> | |
97 | </ItemGroup> | |
98 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
99 | <ImportGroup Label="ExtensionTargets"> | |
100 | </ImportGroup> | |
57a6839d | 101 | </Project> |