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