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