]>
Commit | Line | Data |
---|---|---|
57a6839d A |
1 | <?xml version="1.0" encoding="utf-8"?>\r |
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r | |
3 | <ItemGroup Label="ProjectConfigurations">\r | |
4 | <ProjectConfiguration Include="Debug|Win32">\r | |
5 | <Configuration>Debug</Configuration>\r | |
6 | <Platform>Win32</Platform>\r | |
7 | </ProjectConfiguration>\r | |
8 | <ProjectConfiguration Include="Release|Win32">\r | |
9 | <Configuration>Release</Configuration>\r | |
10 | <Platform>Win32</Platform>\r | |
11 | </ProjectConfiguration>\r | |
12 | </ItemGroup>\r | |
13 | <PropertyGroup Label="Globals">\r | |
14 | <ProjectGuid>{B500B731-ED1A-4761-94ED-B22DFE25FF2B}</ProjectGuid>\r | |
15 | <RootNamespace>plurfmtsample</RootNamespace>\r | |
16 | </PropertyGroup>\r | |
17 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r | |
18 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r | |
19 | <ConfigurationType>Application</ConfigurationType>\r | |
20 | <UseDebugLibraries>true</UseDebugLibraries>\r | |
21 | <CharacterSet>Unicode</CharacterSet>\r | |
22 | </PropertyGroup>\r | |
23 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r | |
24 | <ConfigurationType>Application</ConfigurationType>\r | |
25 | <UseDebugLibraries>false</UseDebugLibraries>\r | |
26 | <WholeProgramOptimization>true</WholeProgramOptimization>\r | |
27 | <CharacterSet>MultiByte</CharacterSet>\r | |
28 | </PropertyGroup>\r | |
29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r | |
30 | <ImportGroup Label="ExtensionSettings">\r | |
31 | </ImportGroup>\r | |
32 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r | |
33 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r | |
34 | </ImportGroup>\r | |
35 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r | |
36 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r | |
37 | </ImportGroup>\r | |
38 | <PropertyGroup Label="UserMacros" />\r | |
39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r | |
40 | <OutDir>.\x86\debug</OutDir>\r | |
41 | </PropertyGroup>\r | |
42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r | |
43 | <IntDir>.\x86\debug</IntDir>\r | |
44 | </PropertyGroup>\r | |
45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r | |
46 | <OutDir>.\x86\release</OutDir>\r | |
47 | </PropertyGroup>\r | |
48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r | |
49 | <IntDir>.\x86\release</IntDir>\r | |
50 | </PropertyGroup>\r | |
51 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r | |
52 | <ClCompile>\r | |
53 | <WarningLevel>Level3</WarningLevel>\r | |
54 | <Optimization>Disabled</Optimization>\r | |
55 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
56 | </ClCompile>\r | |
57 | <Link>\r | |
58 | <GenerateDebugInformation>true</GenerateDebugInformation>\r | |
59 | <OutputFile>.\x86\debug/plurfmtsample.exe</OutputFile>\r | |
60 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>\r | |
61 | <AdditionalDependencies>icuucd.lib;icuind.lib;icuiod.lib;%(AdditionalDependencies)</AdditionalDependencies>\r | |
62 | </Link>\r | |
63 | </ItemDefinitionGroup>\r | |
64 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r | |
65 | <ClCompile>\r | |
66 | <WarningLevel>Level3</WarningLevel>\r | |
67 | <Optimization>MaxSpeed</Optimization>\r | |
68 | <FunctionLevelLinking>true</FunctionLevelLinking>\r | |
69 | <IntrinsicFunctions>true</IntrinsicFunctions>\r | |
70 | </ClCompile>\r | |
71 | <Link>\r | |
72 | <GenerateDebugInformation>true</GenerateDebugInformation>\r | |
73 | <EnableCOMDATFolding>true</EnableCOMDATFolding>\r | |
74 | <OptimizeReferences>true</OptimizeReferences>\r | |
75 | <OutputFile>.\x86\debug/plurfmtsample.exe</OutputFile>\r | |
76 | </Link>\r | |
77 | </ItemDefinitionGroup>\r | |
78 | <ItemGroup>\r | |
79 | <ClCompile Include="plurfmtsample.cpp" />\r | |
80 | </ItemGroup>\r | |
81 | <ItemGroup>\r | |
82 | <ProjectReference Include="..\..\common\common.vcxproj">\r | |
83 | <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>\r | |
84 | </ProjectReference>\r | |
85 | <ProjectReference Include="..\..\i18n\i18n.vcxproj">\r | |
86 | <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>\r | |
87 | </ProjectReference>\r | |
88 | <ProjectReference Include="..\..\io\io.vcxproj">\r | |
89 | <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project>\r | |
90 | </ProjectReference>\r | |
91 | </ItemGroup>\r | |
92 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r | |
93 | <ImportGroup Label="ExtensionTargets">\r | |
94 | </ImportGroup>\r | |
95 | </Project> |