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