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