Imported Upstream version 58.1
[platform/upstream/icu.git] / source / tools / gentest / gentest.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>{77C78066-746F-4EA6-B3FE-B8C8A4A97891}</ProjectGuid>\r
23     <RootNamespace>gentest</RootNamespace>\r
24   </PropertyGroup>\r
25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
27     <ConfigurationType>Application</ConfigurationType>\r
28     <UseOfMfc>false</UseOfMfc>\r
29     <CharacterSet>MultiByte</CharacterSet>\r
30     <PlatformToolset>v140</PlatformToolset>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
33     <ConfigurationType>Application</ConfigurationType>\r
34     <UseOfMfc>false</UseOfMfc>\r
35     <CharacterSet>MultiByte</CharacterSet>\r
36     <PlatformToolset>v140</PlatformToolset>\r
37   </PropertyGroup>\r
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
39     <ConfigurationType>Application</ConfigurationType>\r
40     <UseOfMfc>false</UseOfMfc>\r
41     <CharacterSet>MultiByte</CharacterSet>\r
42     <PlatformToolset>v140</PlatformToolset>\r
43   </PropertyGroup>\r
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
45     <ConfigurationType>Application</ConfigurationType>\r
46     <UseOfMfc>false</UseOfMfc>\r
47     <CharacterSet>MultiByte</CharacterSet>\r
48     <PlatformToolset>v140</PlatformToolset>\r
49   </PropertyGroup>\r
50   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
51   <ImportGroup Label="ExtensionSettings">\r
52   </ImportGroup>\r
53   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
54     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
55     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />\r
56   </ImportGroup>\r
57   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
58     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
59     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />\r
60   </ImportGroup>\r
61   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
63     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />\r
64   </ImportGroup>\r
65   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
67     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />\r
68   </ImportGroup>\r
69   <PropertyGroup Label="UserMacros" />\r
70   <PropertyGroup>\r
71     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
72     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>\r
73     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>\r
74     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>\r
75     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>\r
76     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>\r
77     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>\r
78     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>\r
79     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>\r
80     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>\r
81     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>\r
82     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>\r
83     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>\r
84   </PropertyGroup>\r
85   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
86     <Midl>\r
87       <TypeLibraryName>.\x86\Release/gentest.tlb</TypeLibraryName>\r
88     </Midl>\r
89     <ClCompile>\r
90       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
91       <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(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/gentest.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
110       <OutputFile>.\x86\Release/gentest.exe</OutputFile>\r
111       <SuppressStartupBanner>true</SuppressStartupBanner>\r
112       <ProgramDatabaseFile>.\x86\Release/gentest.pdb</ProgramDatabaseFile>\r
113       <SubSystem>Console</SubSystem>\r
114       <RandomizedBaseAddress>false</RandomizedBaseAddress>\r
115       <DataExecutionPrevention>\r
116       </DataExecutionPrevention>\r
117     </Link>\r
118   </ItemDefinitionGroup>\r
119   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
120     <Midl>\r
121       <TypeLibraryName>.\x86\Debug/gentest.tlb</TypeLibraryName>\r
122     </Midl>\r
123     <ClCompile>\r
124       <Optimization>Disabled</Optimization>\r
125       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
126       <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
127       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
128       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
129       <BufferSecurityCheck>true</BufferSecurityCheck>\r
130       <DisableLanguageExtensions>true</DisableLanguageExtensions>\r
131       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r
132       <PrecompiledHeaderOutputFile>.\x86\Debug/gentest.pch</PrecompiledHeaderOutputFile>\r
133       <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>\r
134       <ObjectFileName>.\x86\Debug/</ObjectFileName>\r
135       <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>\r
136       <BrowseInformation>true</BrowseInformation>\r
137       <WarningLevel>Level3</WarningLevel>\r
138       <SuppressStartupBanner>true</SuppressStartupBanner>\r
139       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
140       <CompileAs>Default</CompileAs>\r
141     </ClCompile>\r
142     <ResourceCompile>\r
143       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
144       <Culture>0x0409</Culture>\r
145     </ResourceCompile>\r
146     <Link>\r
147       <OutputFile>.\x86\Debug/gentest.exe</OutputFile>\r
148       <SuppressStartupBanner>true</SuppressStartupBanner>\r
149       <GenerateDebugInformation>true</GenerateDebugInformation>\r
150       <ProgramDatabaseFile>.\x86\Debug/gentest.pdb</ProgramDatabaseFile>\r
151       <SubSystem>Console</SubSystem>\r
152       <RandomizedBaseAddress>false</RandomizedBaseAddress>\r
153       <DataExecutionPrevention>\r
154       </DataExecutionPrevention>\r
155     </Link>\r
156   </ItemDefinitionGroup>\r
157   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
158     <Midl>\r
159       <TargetEnvironment>X64</TargetEnvironment>\r
160       <TypeLibraryName>.\x64\Release/gentest.tlb</TypeLibraryName>\r
161     </Midl>\r
162     <ClCompile>\r
163       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
164       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
165       <StringPooling>true</StringPooling>\r
166       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
167       <FunctionLevelLinking>true</FunctionLevelLinking>\r
168       <DisableLanguageExtensions>true</DisableLanguageExtensions>\r
169       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r
170       <PrecompiledHeaderOutputFile>.\x64\Release/gentest.pch</PrecompiledHeaderOutputFile>\r
171       <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>\r
172       <ObjectFileName>.\x64\Release/</ObjectFileName>\r
173       <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>\r
174       <WarningLevel>Level3</WarningLevel>\r
175       <SuppressStartupBanner>true</SuppressStartupBanner>\r
176       <CompileAs>Default</CompileAs>\r
177     </ClCompile>\r
178     <ResourceCompile>\r
179       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
180       <Culture>0x0409</Culture>\r
181     </ResourceCompile>\r
182     <Link>\r
183       <OutputFile>.\x64\Release/gentest.exe</OutputFile>\r
184       <SuppressStartupBanner>true</SuppressStartupBanner>\r
185       <ProgramDatabaseFile>.\x64\Release/gentest.pdb</ProgramDatabaseFile>\r
186       <SubSystem>Console</SubSystem>\r
187       <TargetMachine>MachineX64</TargetMachine>\r
188     </Link>\r
189   </ItemDefinitionGroup>\r
190   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
191     <Midl>\r
192       <TargetEnvironment>X64</TargetEnvironment>\r
193       <TypeLibraryName>.\x64\Debug/gentest.tlb</TypeLibraryName>\r
194     </Midl>\r
195     <ClCompile>\r
196       <Optimization>Disabled</Optimization>\r
197       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
198       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
199       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
200       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
201       <BufferSecurityCheck>true</BufferSecurityCheck>\r
202       <DisableLanguageExtensions>true</DisableLanguageExtensions>\r
203       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r
204       <PrecompiledHeaderOutputFile>.\x64\Debug/gentest.pch</PrecompiledHeaderOutputFile>\r
205       <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>\r
206       <ObjectFileName>.\x64\Debug/</ObjectFileName>\r
207       <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>\r
208       <BrowseInformation>true</BrowseInformation>\r
209       <WarningLevel>Level3</WarningLevel>\r
210       <SuppressStartupBanner>true</SuppressStartupBanner>\r
211       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
212       <CompileAs>Default</CompileAs>\r
213     </ClCompile>\r
214     <ResourceCompile>\r
215       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
216       <Culture>0x0409</Culture>\r
217     </ResourceCompile>\r
218     <Link>\r
219       <OutputFile>.\x64\Debug/gentest.exe</OutputFile>\r
220       <SuppressStartupBanner>true</SuppressStartupBanner>\r
221       <GenerateDebugInformation>true</GenerateDebugInformation>\r
222       <ProgramDatabaseFile>.\x64\Debug/gentest.pdb</ProgramDatabaseFile>\r
223       <SubSystem>Console</SubSystem>\r
224       <TargetMachine>MachineX64</TargetMachine>\r
225     </Link>\r
226   </ItemDefinitionGroup>\r
227   <ItemGroup>\r
228     <ClCompile Include="genres32.c" />\r
229     <ClCompile Include="gentest.c" />\r
230   </ItemGroup>\r
231   <ItemGroup>\r
232     <ClInclude Include="gentest.h" />\r
233   </ItemGroup>\r
234   <ItemGroup>\r
235     <ProjectReference Include="..\..\common\common.vcxproj">\r
236       <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>\r
237       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
238     </ProjectReference>\r
239     <ProjectReference Include="..\ctestfw\ctestfw.vcxproj">\r
240       <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project>\r
241       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
242     </ProjectReference>\r
243     <ProjectReference Include="..\toolutil\toolutil.vcxproj">\r
244       <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>\r
245       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
246     </ProjectReference>\r
247   </ItemGroup>\r
248   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
249   <ImportGroup Label="ExtensionTargets">\r
250   </ImportGroup>\r
251 </Project>