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>{8945255B-473B-4C47-9425-E92384338CAA}</ProjectGuid>
15    <RootNamespace>dtitvfmtsample</RootNamespace>
16  </PropertyGroup>
17  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
19    <ConfigurationType>Application</ConfigurationType>
20    <UseDebugLibraries>true</UseDebugLibraries>
21    <CharacterSet>Unicode</CharacterSet>
22  </PropertyGroup>
23  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
24    <ConfigurationType>Application</ConfigurationType>
25    <UseDebugLibraries>false</UseDebugLibraries>
26    <WholeProgramOptimization>true</WholeProgramOptimization>
27    <CharacterSet>Unicode</CharacterSet>
28  </PropertyGroup>
29  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30  <ImportGroup Label="ExtensionSettings">
31  </ImportGroup>
32  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
33    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34  </ImportGroup>
35  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
36    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37  </ImportGroup>
38  <PropertyGroup Label="UserMacros" />
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
40    <OutDir>.\x86\debug\</OutDir>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
43    <IntDir>.\x86\debug\</IntDir>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
46    <OutDir>.\x86\release</OutDir>
47    <IntDir>.\x86\release</IntDir>
48  </PropertyGroup>
49  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
50    <ClCompile>
51      <WarningLevel>Level3</WarningLevel>
52      <Optimization>Disabled</Optimization>
53      <AdditionalIncludeDirectories>..\..\..\include;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
54    </ClCompile>
55    <Link>
56      <GenerateDebugInformation>true</GenerateDebugInformation>
57      <OutputFile>.\x86\Debug/dtitvfmtsample.exe</OutputFile>
58      <AdditionalDependencies>icuucd.lib;icuind.lib;icuiod.lib;%(AdditionalDependencies)</AdditionalDependencies>
59      <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
60    </Link>
61  </ItemDefinitionGroup>
62  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63    <ClCompile>
64      <WarningLevel>Level3</WarningLevel>
65      <Optimization>MaxSpeed</Optimization>
66      <FunctionLevelLinking>true</FunctionLevelLinking>
67      <IntrinsicFunctions>true</IntrinsicFunctions>
68    </ClCompile>
69    <Link>
70      <GenerateDebugInformation>true</GenerateDebugInformation>
71      <EnableCOMDATFolding>true</EnableCOMDATFolding>
72      <OptimizeReferences>true</OptimizeReferences>
73    </Link>
74  </ItemDefinitionGroup>
75  <ItemGroup>
76    <ClCompile Include="dtitvfmtsample.cpp">
77      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">/common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
78    </ClCompile>
79  </ItemGroup>
80  <ItemGroup>
81    <ProjectReference Include="..\..\common\common.vcxproj">
82      <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
83    </ProjectReference>
84    <ProjectReference Include="..\..\i18n\i18n.vcxproj">
85      <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
86    </ProjectReference>
87    <ProjectReference Include="..\..\io\io.vcxproj">
88      <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project>
89    </ProjectReference>
90  </ItemGroup>
91  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
92  <ImportGroup Label="ExtensionTargets">
93  </ImportGroup>
94</Project>
95