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