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>{B500B731-ED1A-4761-94ED-B22DFE25FF2B}</ProjectGuid> 15 <RootNamespace>plurfmtsample</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>MultiByte</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 </PropertyGroup> 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 52 <IntDir>.\x86\release</IntDir> 53 </PropertyGroup> 54 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 55 <ClCompile> 56 <WarningLevel>Level3</WarningLevel> 57 <Optimization>Disabled</Optimization> 58 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 59 </ClCompile> 60 <Link> 61 <GenerateDebugInformation>true</GenerateDebugInformation> 62 <OutputFile>.\x86\debug/plurfmtsample.exe</OutputFile> 63 <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 64 <AdditionalDependencies>icuucd.lib;icuind.lib;icuiod.lib;%(AdditionalDependencies)</AdditionalDependencies> 65 </Link> 66 </ItemDefinitionGroup> 67 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 68 <ClCompile> 69 <WarningLevel>Level3</WarningLevel> 70 <Optimization>MaxSpeed</Optimization> 71 <FunctionLevelLinking>true</FunctionLevelLinking> 72 <IntrinsicFunctions>true</IntrinsicFunctions> 73 </ClCompile> 74 <Link> 75 <GenerateDebugInformation>true</GenerateDebugInformation> 76 <EnableCOMDATFolding>true</EnableCOMDATFolding> 77 <OptimizeReferences>true</OptimizeReferences> 78 <OutputFile>.\x86\debug/plurfmtsample.exe</OutputFile> 79 </Link> 80 </ItemDefinitionGroup> 81 <ItemGroup> 82 <ClCompile Include="plurfmtsample.cpp" /> 83 </ItemGroup> 84 <ItemGroup> 85 <ProjectReference Include="..\..\common\common.vcxproj"> 86 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 87 </ProjectReference> 88 <ProjectReference Include="..\..\i18n\i18n.vcxproj"> 89 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 90 </ProjectReference> 91 <ProjectReference Include="..\..\io\io.vcxproj"> 92 <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project> 93 </ProjectReference> 94 </ItemGroup> 95 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 96 <ImportGroup Label="ExtensionTargets"> 97 </ImportGroup> 98</Project>