]>
Commit | Line | Data |
---|---|---|
2ca993e8 | 1 | <?xml version="1.0" encoding="utf-8"?> |
f3c0d7a5 | 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2ca993e8 A |
3 | <ItemGroup Label="ProjectConfigurations"> |
4 | <ProjectConfiguration Include="Debug|Win32"> | |
5 | <Configuration>Debug</Configuration> | |
6 | <Platform>Win32</Platform> | |
7 | </ProjectConfiguration> | |
8 | <ProjectConfiguration Include="Debug|x64"> | |
9 | <Configuration>Debug</Configuration> | |
10 | <Platform>x64</Platform> | |
11 | </ProjectConfiguration> | |
12 | <ProjectConfiguration Include="Release|Win32"> | |
13 | <Configuration>Release</Configuration> | |
14 | <Platform>Win32</Platform> | |
15 | </ProjectConfiguration> | |
16 | <ProjectConfiguration Include="Release|x64"> | |
17 | <Configuration>Release</Configuration> | |
18 | <Platform>x64</Platform> | |
19 | </ProjectConfiguration> | |
20 | </ItemGroup> | |
21 | <PropertyGroup Label="Globals"> | |
22 | <ProjectGuid>{798E3AE4-A984-43FF-8928-EACFF43F56AE}</ProjectGuid> | |
23 | <RootNamespace>cletest</RootNamespace> | |
24 | <Keyword>Win32Proj</Keyword> | |
25 | </PropertyGroup> | |
26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
28 | <ConfigurationType>Application</ConfigurationType> | |
29 | <CharacterSet>Unicode</CharacterSet> | |
30 | <WholeProgramOptimization>true</WholeProgramOptimization> | |
f3c0d7a5 | 31 | <PlatformToolset>v140</PlatformToolset> |
2ca993e8 A |
32 | </PropertyGroup> |
33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
34 | <ConfigurationType>Application</ConfigurationType> | |
35 | <CharacterSet>Unicode</CharacterSet> | |
f3c0d7a5 | 36 | <PlatformToolset>v140</PlatformToolset> |
2ca993e8 A |
37 | </PropertyGroup> |
38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
39 | <ConfigurationType>Application</ConfigurationType> | |
40 | <CharacterSet>Unicode</CharacterSet> | |
41 | <WholeProgramOptimization>true</WholeProgramOptimization> | |
f3c0d7a5 | 42 | <PlatformToolset>v140</PlatformToolset> |
2ca993e8 A |
43 | </PropertyGroup> |
44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
45 | <ConfigurationType>Application</ConfigurationType> | |
46 | <CharacterSet>Unicode</CharacterSet> | |
f3c0d7a5 | 47 | <PlatformToolset>v140</PlatformToolset> |
2ca993e8 A |
48 | </PropertyGroup> |
49 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
50 | <ImportGroup Label="ExtensionSettings"> | |
51 | </ImportGroup> | |
52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
54 | </ImportGroup> | |
55 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
57 | </ImportGroup> | |
58 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
60 | </ImportGroup> | |
61 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
63 | </ImportGroup> | |
64 | <PropertyGroup Label="UserMacros" /> | |
65 | <PropertyGroup> | |
66 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
67 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir> | |
68 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> | |
69 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
70 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> | |
71 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> | |
72 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
73 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir).\x64\Debug\</OutDir> | |
74 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> | |
75 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |
76 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir).\x64\Release\</OutDir> | |
77 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> | |
78 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |
79 | </PropertyGroup> | |
80 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
81 | <ClCompile> | |
82 | <Optimization>Disabled</Optimization> | |
83 | <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
84 | <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
85 | <MinimalRebuild>true</MinimalRebuild> | |
86 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
87 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
88 | <PrecompiledHeader> | |
89 | </PrecompiledHeader> | |
90 | <WarningLevel>Level3</WarningLevel> | |
91 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
92 | </ClCompile> | |
93 | <Link> | |
94 | <AdditionalDependencies>..\..\..\lib\icuucd.lib;..\..\..\lib\icuind.lib;..\..\..\lib\icutestd.lib;..\..\..\lib\icutud.lib;..\..\..\lib\iculed.lib;..\..\..\lib\iculxd.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
95 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
96 | <SubSystem>Console</SubSystem> | |
97 | <TargetMachine>NotSet</TargetMachine> | |
98 | </Link> | |
99 | </ItemDefinitionGroup> | |
100 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
101 | <ClCompile> | |
102 | <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
103 | <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
104 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
105 | <PrecompiledHeader> | |
106 | </PrecompiledHeader> | |
107 | <WarningLevel>Level3</WarningLevel> | |
108 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
109 | </ClCompile> | |
110 | <Link> | |
111 | <AdditionalDependencies>..\..\..\lib\icuuc.lib;..\..\..\lib\icuin.lib;..\..\..\lib\icutest.lib;..\..\..\lib\icutu.lib;..\..\..\lib\icule.lib;..\..\..\lib\iculx.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
112 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
113 | <SubSystem>Console</SubSystem> | |
114 | <OptimizeReferences>true</OptimizeReferences> | |
115 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
116 | <TargetMachine>NotSet</TargetMachine> | |
117 | </Link> | |
118 | </ItemDefinitionGroup> | |
119 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
120 | <Midl> | |
121 | <TargetEnvironment>X64</TargetEnvironment> | |
122 | </Midl> | |
123 | <ClCompile> | |
124 | <Optimization>Disabled</Optimization> | |
125 | <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
126 | <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
127 | <MinimalRebuild>true</MinimalRebuild> | |
128 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
129 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
130 | <PrecompiledHeader> | |
131 | </PrecompiledHeader> | |
132 | <WarningLevel>Level3</WarningLevel> | |
133 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
134 | </ClCompile> | |
135 | <Link> | |
136 | <AdditionalDependencies>..\..\..\lib64\icuucd.lib;..\..\..\lib64\icuind.lib;..\..\..\lib64\icutestd.lib;..\..\..\lib64\icutud.lib;..\..\..\lib64\iculed.lib;..\..\..\lib64\iculxd.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
137 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
138 | <SubSystem>Console</SubSystem> | |
139 | <TargetMachine>MachineX64</TargetMachine> | |
140 | </Link> | |
141 | </ItemDefinitionGroup> | |
142 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
143 | <Midl> | |
144 | <TargetEnvironment>X64</TargetEnvironment> | |
145 | </Midl> | |
146 | <ClCompile> | |
147 | <AdditionalIncludeDirectories>..\..\..\include\layout;..\..\..\include;..\..\common;..\..\tools\ctestfw;..\..\tools\toolutil;..\..\layout;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
148 | <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
149 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
150 | <PrecompiledHeader> | |
151 | </PrecompiledHeader> | |
152 | <WarningLevel>Level3</WarningLevel> | |
153 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
154 | </ClCompile> | |
155 | <Link> | |
156 | <AdditionalDependencies>..\..\..\lib64\icuuc.lib;..\..\..\lib64\icuin.lib;..\..\..\lib64\icutest.lib;..\..\..\lib64\icutu.lib;..\..\..\lib64\icule.lib;..\..\..\lib64\iculx.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
157 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
158 | <SubSystem>Console</SubSystem> | |
159 | <OptimizeReferences>true</OptimizeReferences> | |
160 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
161 | <TargetMachine>MachineX64</TargetMachine> | |
162 | </Link> | |
163 | </ItemDefinitionGroup> | |
164 | <ItemGroup> | |
165 | <ClCompile Include="cfonts.cpp" /> | |
166 | <ClCompile Include="cletest.c" /> | |
167 | <ClCompile Include="cmaps.cpp" /> | |
168 | <ClCompile Include="FontObject.cpp" /> | |
169 | <ClCompile Include="FontTableCache.cpp" /> | |
170 | <ClCompile Include="letest.cpp" /> | |
171 | <ClCompile Include="letsutil.cpp" /> | |
172 | <ClCompile Include="PortableFontInstance.cpp" /> | |
173 | <ClCompile Include="SimpleFontInstance.cpp" /> | |
174 | <ClCompile Include="xmlreader.cpp" /> | |
175 | </ItemGroup> | |
176 | <ItemGroup> | |
177 | <ClInclude Include="cfonts.h" /> | |
178 | <ClInclude Include="cmaps.h" /> | |
179 | <ClInclude Include="FontObject.h" /> | |
180 | <ClInclude Include="FontTableCache.h" /> | |
181 | <ClInclude Include="letest.h" /> | |
182 | <ClInclude Include="letsutil.h" /> | |
183 | <ClInclude Include="PortableFontInstance.h" /> | |
184 | <ClInclude Include="sfnt.h" /> | |
185 | <ClInclude Include="SimpleFontInstance.h" /> | |
186 | <ClInclude Include="xmlreader.h" /> | |
187 | </ItemGroup> | |
188 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
189 | <ImportGroup Label="ExtensionTargets"> | |
190 | </ImportGroup> | |
729e4ab9 | 191 | </Project> |