]>
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>{ECA6B435-B4FA-4F9F-BF95-F451D078FC47}</ProjectGuid> | |
23 | </PropertyGroup> | |
24 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
26 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
27 | <UseOfMfc>false</UseOfMfc> | |
28 | <CharacterSet>MultiByte</CharacterSet> | |
f3c0d7a5 | 29 | <PlatformToolset>v140</PlatformToolset> |
2ca993e8 A |
30 | </PropertyGroup> |
31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
32 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
33 | <UseOfMfc>false</UseOfMfc> | |
34 | <CharacterSet>MultiByte</CharacterSet> | |
f3c0d7a5 | 35 | <PlatformToolset>v140</PlatformToolset> |
2ca993e8 A |
36 | </PropertyGroup> |
37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
38 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
39 | <UseOfMfc>false</UseOfMfc> | |
40 | <CharacterSet>MultiByte</CharacterSet> | |
f3c0d7a5 | 41 | <PlatformToolset>v140</PlatformToolset> |
2ca993e8 A |
42 | </PropertyGroup> |
43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
44 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
45 | <UseOfMfc>false</UseOfMfc> | |
46 | <CharacterSet>MultiByte</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)'=='Debug|Win32'" Label="PropertySheets"> | |
53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
54 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
55 | </ImportGroup> | |
56 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
58 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
59 | </ImportGroup> | |
60 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
61 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
62 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
63 | </ImportGroup> | |
64 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
66 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
67 | </ImportGroup> | |
68 | <PropertyGroup Label="UserMacros" /> | |
69 | <PropertyGroup> | |
70 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
71 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\lib\</OutDir> | |
72 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> | |
73 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
74 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\lib\</OutDir> | |
75 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> | |
76 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
77 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> | |
78 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> | |
79 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |
80 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> | |
81 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> | |
82 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |
83 | </PropertyGroup> | |
84 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
85 | <Midl> | |
86 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
87 | <MkTypLibCompatible>true</MkTypLibCompatible> | |
88 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
89 | <TargetEnvironment>Win32</TargetEnvironment> | |
90 | <TypeLibraryName>.\..\..\..\lib\icutest.tlb</TypeLibraryName> | |
91 | </Midl> | |
92 | <ClCompile> | |
93 | <WholeProgramOptimization>true</WholeProgramOptimization> | |
94 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
95 | <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
96 | <StringPooling>true</StringPooling> | |
97 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
98 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
99 | <DisableLanguageExtensions>true</DisableLanguageExtensions> | |
100 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
101 | <PrecompiledHeaderOutputFile>.\x86\Release/icutest.pch</PrecompiledHeaderOutputFile> | |
102 | <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> | |
103 | <ObjectFileName>.\x86\Release/</ObjectFileName> | |
104 | <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> | |
105 | <WarningLevel>Level3</WarningLevel> | |
106 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
107 | <CompileAs>Default</CompileAs> | |
f3c0d7a5 | 108 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
2ca993e8 A |
109 | </ClCompile> |
110 | <ResourceCompile> | |
111 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
112 | <Culture>0x0409</Culture> | |
113 | </ResourceCompile> | |
114 | <Link> | |
f3c0d7a5 | 115 | <OutputFile>..\..\..\bin\icutest59.dll</OutputFile> |
2ca993e8 A |
116 | <SuppressStartupBanner>true</SuppressStartupBanner> |
117 | <ProgramDatabaseFile>.\..\..\..\lib\icutest.pdb</ProgramDatabaseFile> | |
118 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
119 | <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> | |
120 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
121 | <DataExecutionPrevention> | |
122 | </DataExecutionPrevention> | |
123 | <ImportLibrary>.\..\..\..\lib\icutest.lib</ImportLibrary> | |
124 | </Link> | |
125 | </ItemDefinitionGroup> | |
126 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
127 | <Midl> | |
128 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
129 | <MkTypLibCompatible>true</MkTypLibCompatible> | |
130 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
131 | <TargetEnvironment>Win32</TargetEnvironment> | |
132 | <TypeLibraryName>.\..\..\..\lib\icutestd.tlb</TypeLibraryName> | |
133 | </Midl> | |
134 | <ClCompile> | |
135 | <Optimization>Disabled</Optimization> | |
136 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
137 | <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
138 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
139 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
140 | <BufferSecurityCheck>true</BufferSecurityCheck> | |
141 | <DisableLanguageExtensions>true</DisableLanguageExtensions> | |
142 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
143 | <PrecompiledHeaderOutputFile>.\x86\Debug/icutest.pch</PrecompiledHeaderOutputFile> | |
144 | <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> | |
145 | <ObjectFileName>.\x86\Debug/</ObjectFileName> | |
146 | <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> | |
147 | <BrowseInformation>true</BrowseInformation> | |
148 | <WarningLevel>Level3</WarningLevel> | |
149 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
150 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
151 | <CompileAs>Default</CompileAs> | |
f3c0d7a5 | 152 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
2ca993e8 A |
153 | </ClCompile> |
154 | <ResourceCompile> | |
155 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
156 | <Culture>0x0409</Culture> | |
157 | </ResourceCompile> | |
158 | <Link> | |
f3c0d7a5 | 159 | <OutputFile>..\..\..\bin\icutest59d.dll</OutputFile> |
2ca993e8 A |
160 | <SuppressStartupBanner>true</SuppressStartupBanner> |
161 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
162 | <ProgramDatabaseFile>.\..\..\..\lib\icutestd.pdb</ProgramDatabaseFile> | |
163 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
164 | <DataExecutionPrevention> | |
165 | </DataExecutionPrevention> | |
166 | <ImportLibrary>.\..\..\..\lib\icutestd.lib</ImportLibrary> | |
167 | </Link> | |
168 | </ItemDefinitionGroup> | |
169 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
170 | <Midl> | |
171 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
172 | <MkTypLibCompatible>true</MkTypLibCompatible> | |
173 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
174 | <TargetEnvironment>X64</TargetEnvironment> | |
175 | <TypeLibraryName>.\..\..\..\lib64\icutest.tlb</TypeLibraryName> | |
176 | </Midl> | |
177 | <ClCompile> | |
178 | <WholeProgramOptimization>true</WholeProgramOptimization> | |
179 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
180 | <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
181 | <StringPooling>true</StringPooling> | |
182 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
183 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
184 | <DisableLanguageExtensions>true</DisableLanguageExtensions> | |
185 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
186 | <PrecompiledHeaderOutputFile>.\x64\Release/icutest.pch</PrecompiledHeaderOutputFile> | |
187 | <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> | |
188 | <ObjectFileName>.\x64\Release/</ObjectFileName> | |
189 | <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> | |
190 | <WarningLevel>Level3</WarningLevel> | |
191 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
192 | <CompileAs>Default</CompileAs> | |
f3c0d7a5 | 193 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
2ca993e8 A |
194 | </ClCompile> |
195 | <ResourceCompile> | |
196 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
197 | <Culture>0x0409</Culture> | |
198 | </ResourceCompile> | |
199 | <Link> | |
f3c0d7a5 | 200 | <OutputFile>..\..\..\bin64\icutest59.dll</OutputFile> |
2ca993e8 A |
201 | <SuppressStartupBanner>true</SuppressStartupBanner> |
202 | <ProgramDatabaseFile>.\..\..\..\lib64\icutest.pdb</ProgramDatabaseFile> | |
203 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
204 | <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> | |
205 | <ImportLibrary>.\..\..\..\lib64\icutest.lib</ImportLibrary> | |
206 | <TargetMachine>MachineX64</TargetMachine> | |
207 | </Link> | |
208 | </ItemDefinitionGroup> | |
209 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
210 | <Midl> | |
211 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
212 | <MkTypLibCompatible>true</MkTypLibCompatible> | |
213 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
214 | <TargetEnvironment>X64</TargetEnvironment> | |
215 | <TypeLibraryName>.\..\..\..\lib64\icutestd.tlb</TypeLibraryName> | |
216 | </Midl> | |
217 | <ClCompile> | |
218 | <Optimization>Disabled</Optimization> | |
219 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
220 | <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;T_CTEST_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
221 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
222 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
223 | <BufferSecurityCheck>true</BufferSecurityCheck> | |
224 | <DisableLanguageExtensions>true</DisableLanguageExtensions> | |
225 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
226 | <PrecompiledHeaderOutputFile>.\x64\Debug/icutest.pch</PrecompiledHeaderOutputFile> | |
227 | <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> | |
228 | <ObjectFileName>.\x64\Debug/</ObjectFileName> | |
229 | <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> | |
230 | <BrowseInformation>true</BrowseInformation> | |
231 | <WarningLevel>Level3</WarningLevel> | |
232 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
233 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
234 | <CompileAs>Default</CompileAs> | |
f3c0d7a5 | 235 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
2ca993e8 A |
236 | </ClCompile> |
237 | <ResourceCompile> | |
238 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
239 | <Culture>0x0409</Culture> | |
240 | </ResourceCompile> | |
241 | <Link> | |
f3c0d7a5 | 242 | <OutputFile>..\..\..\bin64\icutest59d.dll</OutputFile> |
2ca993e8 A |
243 | <SuppressStartupBanner>true</SuppressStartupBanner> |
244 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
245 | <ProgramDatabaseFile>.\..\..\..\lib64\icutestd.pdb</ProgramDatabaseFile> | |
246 | <ImportLibrary>.\..\..\..\lib64\icutestd.lib</ImportLibrary> | |
247 | <TargetMachine>MachineX64</TargetMachine> | |
248 | </Link> | |
249 | </ItemDefinitionGroup> | |
250 | <ItemGroup> | |
251 | <ClCompile Include="ctest.c" /> | |
252 | <ClCompile Include="datamap.cpp" /> | |
253 | <ClCompile Include="testdata.cpp"> | |
254 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
255 | </ClCompile> | |
256 | <ClCompile Include="tstdtmod.cpp"> | |
257 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
258 | </ClCompile> | |
259 | <ClCompile Include="ucln_ct.c"> | |
260 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
261 | </ClCompile> | |
262 | <ClCompile Include="uperf.cpp"> | |
263 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
264 | </ClCompile> | |
265 | </ItemGroup> | |
266 | <ItemGroup> | |
267 | <ClInclude Include="unicode\ctest.h" /> | |
268 | <ClInclude Include="unicode\datamap.h" /> | |
269 | <ClInclude Include="unicode\testdata.h" /> | |
270 | <ClInclude Include="unicode\testlog.h" /> | |
271 | <ClInclude Include="unicode\testtype.h" /> | |
272 | <ClInclude Include="unicode\tstdtmod.h" /> | |
273 | <ClInclude Include="unicode\uperf.h" /> | |
274 | <ClInclude Include="unicode\utimer.h" /> | |
275 | </ItemGroup> | |
276 | <ItemGroup> | |
277 | <ProjectReference Include="..\..\common\common.vcxproj"> | |
278 | <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> | |
279 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
280 | </ProjectReference> | |
281 | <ProjectReference Include="..\toolutil\toolutil.vcxproj"> | |
282 | <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> | |
283 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
284 | </ProjectReference> | |
285 | </ItemGroup> | |
286 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
287 | <ImportGroup Label="ExtensionTargets"> | |
288 | </ImportGroup> | |
729e4ab9 | 289 | </Project> |