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