Imported Upstream version 58.1
[platform/upstream/icu.git] / source / tools / genrb / genrb.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>{97521D06-EC47-45D4-8BD0-9E16B3F93B2A}</ProjectGuid>
23   </PropertyGroup>
24   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
25   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26     <ConfigurationType>Application</ConfigurationType>
27     <UseOfMfc>false</UseOfMfc>
28     <CharacterSet>MultiByte</CharacterSet>
29     <PlatformToolset>v140</PlatformToolset>
30   </PropertyGroup>
31   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32     <ConfigurationType>Application</ConfigurationType>
33     <UseOfMfc>false</UseOfMfc>
34     <CharacterSet>MultiByte</CharacterSet>
35     <PlatformToolset>v140</PlatformToolset>
36   </PropertyGroup>
37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
38     <ConfigurationType>Application</ConfigurationType>
39     <UseOfMfc>false</UseOfMfc>
40     <CharacterSet>MultiByte</CharacterSet>
41     <PlatformToolset>v140</PlatformToolset>
42   </PropertyGroup>
43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
44     <ConfigurationType>Application</ConfigurationType>
45     <UseOfMfc>false</UseOfMfc>
46     <CharacterSet>MultiByte</CharacterSet>
47     <PlatformToolset>v140</PlatformToolset>
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'">.\x86\Release\</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'">.\x86\Debug\</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     <CustomBuildStep>
86       <Command>copy "$(TargetPath)" ..\..\..\bin
87 </Command>
88       <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
89     </CustomBuildStep>
90     <Midl>
91       <TypeLibraryName>.\x86\Release/genrb.tlb</TypeLibraryName>
92     </Midl>
93     <ClCompile>
94       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
95       <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
96       <StringPooling>true</StringPooling>
97       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
98       <DisableLanguageExtensions>true</DisableLanguageExtensions>
99       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
100       <PrecompiledHeaderOutputFile>.\x86\Release/genrb.pch</PrecompiledHeaderOutputFile>
101       <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
102       <ObjectFileName>.\x86\Release/</ObjectFileName>
103       <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
104       <WarningLevel>Level3</WarningLevel>
105       <SuppressStartupBanner>true</SuppressStartupBanner>
106       <CompileAs>Default</CompileAs>
107     </ClCompile>
108     <ResourceCompile>
109       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110       <Culture>0x0409</Culture>
111     </ResourceCompile>
112     <Link>
113       <OutputFile>.\x86\Release/genrb.exe</OutputFile>
114       <SuppressStartupBanner>true</SuppressStartupBanner>
115       <ProgramDatabaseFile>.\x86\Release/genrb.pdb</ProgramDatabaseFile>
116       <SubSystem>Console</SubSystem>
117       <RandomizedBaseAddress>false</RandomizedBaseAddress>
118       <DataExecutionPrevention>
119       </DataExecutionPrevention>
120     </Link>
121   </ItemDefinitionGroup>
122   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
123     <CustomBuildStep>
124       <Command>copy "$(TargetPath)" ..\..\..\bin
125 </Command>
126       <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
127     </CustomBuildStep>
128     <Midl>
129       <TypeLibraryName>.\x86\Debug/genrb.tlb</TypeLibraryName>
130     </Midl>
131     <ClCompile>
132       <Optimization>Disabled</Optimization>
133       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
134       <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
135       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
136       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
137       <BufferSecurityCheck>true</BufferSecurityCheck>
138       <DisableLanguageExtensions>true</DisableLanguageExtensions>
139       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
140       <PrecompiledHeaderOutputFile>.\x86\Debug/genrb.pch</PrecompiledHeaderOutputFile>
141       <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
142       <ObjectFileName>.\x86\Debug/</ObjectFileName>
143       <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
144       <BrowseInformation>true</BrowseInformation>
145       <WarningLevel>Level3</WarningLevel>
146       <SuppressStartupBanner>true</SuppressStartupBanner>
147       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
148       <CompileAs>Default</CompileAs>
149     </ClCompile>
150     <ResourceCompile>
151       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
152       <Culture>0x0409</Culture>
153     </ResourceCompile>
154     <Link>
155       <OutputFile>.\x86\Debug/genrb.exe</OutputFile>
156       <SuppressStartupBanner>true</SuppressStartupBanner>
157       <GenerateDebugInformation>true</GenerateDebugInformation>
158       <ProgramDatabaseFile>.\x86\Debug/genrb.pdb</ProgramDatabaseFile>
159       <SubSystem>Console</SubSystem>
160       <RandomizedBaseAddress>false</RandomizedBaseAddress>
161       <DataExecutionPrevention>
162       </DataExecutionPrevention>
163     </Link>
164   </ItemDefinitionGroup>
165   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
166     <CustomBuildStep>
167       <Command>copy "$(TargetPath)" ..\..\..\bin64
168 </Command>
169       <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
170     </CustomBuildStep>
171     <Midl>
172       <TargetEnvironment>X64</TargetEnvironment>
173       <TypeLibraryName>.\x64\Release/genrb.tlb</TypeLibraryName>
174     </Midl>
175     <ClCompile>
176       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
177       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
178       <StringPooling>true</StringPooling>
179       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
180       <DisableLanguageExtensions>true</DisableLanguageExtensions>
181       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
182       <PrecompiledHeaderOutputFile>.\x64\Release/genrb.pch</PrecompiledHeaderOutputFile>
183       <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
184       <ObjectFileName>.\x64\Release/</ObjectFileName>
185       <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
186       <WarningLevel>Level3</WarningLevel>
187       <SuppressStartupBanner>true</SuppressStartupBanner>
188       <CompileAs>Default</CompileAs>
189     </ClCompile>
190     <ResourceCompile>
191       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
192       <Culture>0x0409</Culture>
193     </ResourceCompile>
194     <Link>
195       <OutputFile>.\x64\Release/genrb.exe</OutputFile>
196       <SuppressStartupBanner>true</SuppressStartupBanner>
197       <ProgramDatabaseFile>.\x64\Release/genrb.pdb</ProgramDatabaseFile>
198       <SubSystem>Console</SubSystem>
199       <TargetMachine>MachineX64</TargetMachine>
200     </Link>
201   </ItemDefinitionGroup>
202   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
203     <CustomBuildStep>
204       <Command>copy "$(TargetPath)" ..\..\..\bin64
205 </Command>
206       <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
207     </CustomBuildStep>
208     <Midl>
209       <TargetEnvironment>X64</TargetEnvironment>
210       <TypeLibraryName>.\x64\Debug/genrb.tlb</TypeLibraryName>
211     </Midl>
212     <ClCompile>
213       <Optimization>Disabled</Optimization>
214       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
215       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
216       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
217       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
218       <BufferSecurityCheck>true</BufferSecurityCheck>
219       <DisableLanguageExtensions>true</DisableLanguageExtensions>
220       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
221       <PrecompiledHeaderOutputFile>.\x64\Debug/genrb.pch</PrecompiledHeaderOutputFile>
222       <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
223       <ObjectFileName>.\x64\Debug/</ObjectFileName>
224       <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
225       <BrowseInformation>true</BrowseInformation>
226       <WarningLevel>Level3</WarningLevel>
227       <SuppressStartupBanner>true</SuppressStartupBanner>
228       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
229       <CompileAs>Default</CompileAs>
230     </ClCompile>
231     <ResourceCompile>
232       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
233       <Culture>0x0409</Culture>
234     </ResourceCompile>
235     <Link>
236       <OutputFile>.\x64\Debug/genrb.exe</OutputFile>
237       <SuppressStartupBanner>true</SuppressStartupBanner>
238       <GenerateDebugInformation>true</GenerateDebugInformation>
239       <ProgramDatabaseFile>.\x64\Debug/genrb.pdb</ProgramDatabaseFile>
240       <SubSystem>Console</SubSystem>
241       <TargetMachine>MachineX64</TargetMachine>
242     </Link>
243   </ItemDefinitionGroup>
244   <ItemGroup>
245     <ClCompile Include="errmsg.c" />
246     <ClCompile Include="genrb.cpp" />
247     <ClCompile Include="parse.cpp">
248       <DisableLanguageExtensions>false</DisableLanguageExtensions>
249     </ClCompile>
250     <ClCompile Include="prscmnts.cpp">
251       <DisableLanguageExtensions>false</DisableLanguageExtensions>
252     </ClCompile>
253     <ClCompile Include="rbutil.c" />
254     <ClCompile Include="read.c" />
255     <ClCompile Include="reslist.cpp">
256       <DisableLanguageExtensions>false</DisableLanguageExtensions>
257     </ClCompile>
258     <ClCompile Include="rle.c" />
259     <ClCompile Include="ustr.c" />
260     <ClCompile Include="wrtjava.cpp">
261       <DisableLanguageExtensions>false</DisableLanguageExtensions>
262     </ClCompile>
263     <ClCompile Include="wrtxml.cpp">
264       <DisableLanguageExtensions>false</DisableLanguageExtensions>
265     </ClCompile>
266   </ItemGroup>
267   <ItemGroup>
268     <ClInclude Include="errmsg.h" />
269     <ClInclude Include="genrb.h" />
270     <ClInclude Include="parse.h" />
271     <ClInclude Include="prscmnts.h" />
272     <ClInclude Include="rbutil.h" />
273     <ClInclude Include="read.h" />
274     <ClInclude Include="reslist.h" />
275     <ClInclude Include="rle.h" />
276     <ClInclude Include="ustr.h" />
277   </ItemGroup>
278   <ItemGroup>
279     <ProjectReference Include="..\..\common\common.vcxproj">
280       <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
281       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
282     </ProjectReference>
283     <ProjectReference Include="..\..\i18n\i18n.vcxproj">
284       <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
285       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
286     </ProjectReference>
287     <ProjectReference Include="..\toolutil\toolutil.vcxproj">
288       <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
289       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
290     </ProjectReference>
291   </ItemGroup>
292   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
293   <ImportGroup Label="ExtensionTargets">
294   </ImportGroup>
295 </Project>