| Index: source/samples/dtptngsample/dtptngsample.vcxproj
|
| diff --git a/source/samples/dtptngsample/dtptngsample.vcxproj b/source/samples/dtptngsample/dtptngsample.vcxproj
|
| index a04cee12cd648f3fbff921e62c6b1470d38a247b..ea4a412da56fcba3778a9d5c2e21c06df3812284 100644
|
| --- a/source/samples/dtptngsample/dtptngsample.vcxproj
|
| +++ b/source/samples/dtptngsample/dtptngsample.vcxproj
|
| @@ -1,101 +1,101 @@
|
| -<?xml version="1.0" encoding="utf-8"?>
|
| -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| - <ItemGroup Label="ProjectConfigurations">
|
| - <ProjectConfiguration Include="Debug|Win32">
|
| - <Configuration>Debug</Configuration>
|
| - <Platform>Win32</Platform>
|
| - </ProjectConfiguration>
|
| - <ProjectConfiguration Include="Release|Win32">
|
| - <Configuration>Release</Configuration>
|
| - <Platform>Win32</Platform>
|
| - </ProjectConfiguration>
|
| - </ItemGroup>
|
| - <PropertyGroup Label="Globals">
|
| - <ProjectGuid>{115886F0-7DFB-4B8B-BE79-83162EE8713B}</ProjectGuid>
|
| - <RootNamespace>samples</RootNamespace>
|
| - <ProjectName>dtptngsample</ProjectName>
|
| - </PropertyGroup>
|
| - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| - <ConfigurationType>Application</ConfigurationType>
|
| - <UseDebugLibraries>true</UseDebugLibraries>
|
| - <CharacterSet>Unicode</CharacterSet>
|
| - </PropertyGroup>
|
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| - <ConfigurationType>Application</ConfigurationType>
|
| - <UseDebugLibraries>false</UseDebugLibraries>
|
| - <WholeProgramOptimization>true</WholeProgramOptimization>
|
| - <CharacterSet>Unicode</CharacterSet>
|
| - </PropertyGroup>
|
| - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| - <ImportGroup Label="ExtensionSettings">
|
| - </ImportGroup>
|
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| - </ImportGroup>
|
| - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| - </ImportGroup>
|
| - <PropertyGroup Label="UserMacros" />
|
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| - <OutDir>.\x86\debug\</OutDir>
|
| - </PropertyGroup>
|
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| - <IntDir>.\x86\debug\</IntDir>
|
| - <TargetName>$(ProjectName)</TargetName>
|
| - </PropertyGroup>
|
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| - <OutDir>.\x86\release</OutDir>
|
| - </PropertyGroup>
|
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| - <IntDir>.\x86\release</IntDir>
|
| - </PropertyGroup>
|
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| - <TargetName>$(ProjectName)</TargetName>
|
| - </PropertyGroup>
|
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| - <ClCompile>
|
| - <WarningLevel>Level3</WarningLevel>
|
| - <Optimization>Disabled</Optimization>
|
| - <AdditionalIncludeDirectories>..\..\common;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| - </ClCompile>
|
| - <Link>
|
| - <GenerateDebugInformation>true</GenerateDebugInformation>
|
| - <OutputFile>.\x86\debug/dtptngsample.exe</OutputFile>
|
| - <AdditionalDependencies>icuucd.lib;icuind.lib;icuiod.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| - <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
| - </Link>
|
| - </ItemDefinitionGroup>
|
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| - <ClCompile>
|
| - <WarningLevel>Level3</WarningLevel>
|
| - <Optimization>MaxSpeed</Optimization>
|
| - <FunctionLevelLinking>true</FunctionLevelLinking>
|
| - <IntrinsicFunctions>true</IntrinsicFunctions>
|
| - <AdditionalIncludeDirectories>..\..\..\include;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| - </ClCompile>
|
| - <Link>
|
| - <GenerateDebugInformation>true</GenerateDebugInformation>
|
| - <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| - <OptimizeReferences>true</OptimizeReferences>
|
| - <OutputFile>\x86\debug\samples.exe</OutputFile>
|
| - </Link>
|
| - </ItemDefinitionGroup>
|
| - <ItemGroup>
|
| - <ClCompile Include="dtptngsample.cpp" />
|
| - </ItemGroup>
|
| - <ItemGroup>
|
| - <ProjectReference Include="..\..\common\common.vcxproj">
|
| - <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
|
| - </ProjectReference>
|
| - <ProjectReference Include="..\..\i18n\i18n.vcxproj">
|
| - <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
|
| - </ProjectReference>
|
| - <ProjectReference Include="..\..\io\io.vcxproj">
|
| - <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project>
|
| - </ProjectReference>
|
| - </ItemGroup>
|
| - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| - <ImportGroup Label="ExtensionTargets">
|
| - </ImportGroup>
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| + <ItemGroup Label="ProjectConfigurations">
|
| + <ProjectConfiguration Include="Debug|Win32">
|
| + <Configuration>Debug</Configuration>
|
| + <Platform>Win32</Platform>
|
| + </ProjectConfiguration>
|
| + <ProjectConfiguration Include="Release|Win32">
|
| + <Configuration>Release</Configuration>
|
| + <Platform>Win32</Platform>
|
| + </ProjectConfiguration>
|
| + </ItemGroup>
|
| + <PropertyGroup Label="Globals">
|
| + <ProjectGuid>{115886F0-7DFB-4B8B-BE79-83162EE8713B}</ProjectGuid>
|
| + <RootNamespace>samples</RootNamespace>
|
| + <ProjectName>dtptngsample</ProjectName>
|
| + </PropertyGroup>
|
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| + <ConfigurationType>Application</ConfigurationType>
|
| + <UseDebugLibraries>true</UseDebugLibraries>
|
| + <CharacterSet>Unicode</CharacterSet>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| + <ConfigurationType>Application</ConfigurationType>
|
| + <UseDebugLibraries>false</UseDebugLibraries>
|
| + <WholeProgramOptimization>true</WholeProgramOptimization>
|
| + <CharacterSet>Unicode</CharacterSet>
|
| + </PropertyGroup>
|
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| + <ImportGroup Label="ExtensionSettings">
|
| + </ImportGroup>
|
| + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| + </ImportGroup>
|
| + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| + </ImportGroup>
|
| + <PropertyGroup Label="UserMacros" />
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| + <OutDir>.\x86\debug\</OutDir>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| + <IntDir>.\x86\debug\</IntDir>
|
| + <TargetName>$(ProjectName)</TargetName>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| + <OutDir>.\x86\release</OutDir>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| + <IntDir>.\x86\release</IntDir>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| + <TargetName>$(ProjectName)</TargetName>
|
| + </PropertyGroup>
|
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| + <ClCompile>
|
| + <WarningLevel>Level3</WarningLevel>
|
| + <Optimization>Disabled</Optimization>
|
| + <AdditionalIncludeDirectories>..\..\common;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| + </ClCompile>
|
| + <Link>
|
| + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| + <OutputFile>.\x86\debug/dtptngsample.exe</OutputFile>
|
| + <AdditionalDependencies>icuucd.lib;icuind.lib;icuiod.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| + <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
| + </Link>
|
| + </ItemDefinitionGroup>
|
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| + <ClCompile>
|
| + <WarningLevel>Level3</WarningLevel>
|
| + <Optimization>MaxSpeed</Optimization>
|
| + <FunctionLevelLinking>true</FunctionLevelLinking>
|
| + <IntrinsicFunctions>true</IntrinsicFunctions>
|
| + <AdditionalIncludeDirectories>..\..\..\include;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| + </ClCompile>
|
| + <Link>
|
| + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| + <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| + <OptimizeReferences>true</OptimizeReferences>
|
| + <OutputFile>\x86\debug\samples.exe</OutputFile>
|
| + </Link>
|
| + </ItemDefinitionGroup>
|
| + <ItemGroup>
|
| + <ClCompile Include="dtptngsample.cpp" />
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <ProjectReference Include="..\..\common\common.vcxproj">
|
| + <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
|
| + </ProjectReference>
|
| + <ProjectReference Include="..\..\i18n\i18n.vcxproj">
|
| + <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
|
| + </ProjectReference>
|
| + <ProjectReference Include="..\..\io\io.vcxproj">
|
| + <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project>
|
| + </ProjectReference>
|
| + </ItemGroup>
|
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| + <ImportGroup Label="ExtensionTargets">
|
| + </ImportGroup>
|
| </Project>
|
|
|