Imported Upstream version 58.1
[platform/upstream/icu.git] / source / tools / genbrk / genbrk.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>{C2BE5000-7501-4E87-9724-B8D82494FAE6}</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>Application</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>Application</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>Application</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>Application</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'">.\x86\Release\</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'">.\x86\Debug\</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     <CustomBuildStep>\r
86       <Command>copy "$(TargetPath)" ..\..\..\bin
87 </Command>\r
88       <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>\r
89     </CustomBuildStep>\r
90     <Midl>\r
91       <TypeLibraryName>.\x86\Release/genbrk.tlb</TypeLibraryName>\r
92     </Midl>\r
93     <ClCompile>\r
94       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
95       <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
96       <StringPooling>true</StringPooling>\r
97       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
98       <FunctionLevelLinking>true</FunctionLevelLinking>\r
99       <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
100       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r
101       <PrecompiledHeaderOutputFile>.\x86\Release/genbrk.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>.\x86\Release/genbrk.exe</OutputFile>\r
115       <SuppressStartupBanner>true</SuppressStartupBanner>\r
116       <ProgramDatabaseFile>.\x86\Release/genbrk.pdb</ProgramDatabaseFile>\r
117       <SubSystem>Console</SubSystem>\r
118       <RandomizedBaseAddress>false</RandomizedBaseAddress>\r
119       <DataExecutionPrevention>\r
120       </DataExecutionPrevention>\r
121     </Link>\r
122   </ItemDefinitionGroup>\r
123   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
124     <CustomBuildStep>\r
125       <Command>copy "$(TargetPath)" ..\..\..\bin
126 </Command>\r
127       <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>\r
128     </CustomBuildStep>\r
129     <Midl>\r
130       <TypeLibraryName>.\x86\Debug/genbrk.tlb</TypeLibraryName>\r
131     </Midl>\r
132     <ClCompile>\r
133       <Optimization>Disabled</Optimization>\r
134       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
135       <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
136       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
137       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
138       <BufferSecurityCheck>true</BufferSecurityCheck>\r
139       <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
140       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r
141       <PrecompiledHeaderOutputFile>.\x86\Debug/genbrk.pch</PrecompiledHeaderOutputFile>\r
142       <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>\r
143       <ObjectFileName>.\x86\Debug/</ObjectFileName>\r
144       <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>\r
145       <BrowseInformation>true</BrowseInformation>\r
146       <WarningLevel>Level3</WarningLevel>\r
147       <SuppressStartupBanner>true</SuppressStartupBanner>\r
148       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
149       <CompileAs>Default</CompileAs>\r
150     </ClCompile>\r
151     <ResourceCompile>\r
152       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
153       <Culture>0x0409</Culture>\r
154     </ResourceCompile>\r
155     <Link>\r
156       <OutputFile>.\x86\Debug/genbrk.exe</OutputFile>\r
157       <SuppressStartupBanner>true</SuppressStartupBanner>\r
158       <GenerateDebugInformation>true</GenerateDebugInformation>\r
159       <ProgramDatabaseFile>.\x86\Debug/genbrk.pdb</ProgramDatabaseFile>\r
160       <SubSystem>Console</SubSystem>\r
161       <RandomizedBaseAddress>false</RandomizedBaseAddress>\r
162       <DataExecutionPrevention>\r
163       </DataExecutionPrevention>\r
164     </Link>\r
165   </ItemDefinitionGroup>\r
166   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
167     <CustomBuildStep>\r
168       <Command>copy "$(TargetPath)" ..\..\..\bin64
169 </Command>\r
170       <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>\r
171     </CustomBuildStep>\r
172     <Midl>\r
173       <TargetEnvironment>X64</TargetEnvironment>\r
174       <TypeLibraryName>.\x64\Release/genbrk.tlb</TypeLibraryName>\r
175     </Midl>\r
176     <ClCompile>\r
177       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
178       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
179       <StringPooling>true</StringPooling>\r
180       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
181       <FunctionLevelLinking>true</FunctionLevelLinking>\r
182       <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
183       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r
184       <PrecompiledHeaderOutputFile>.\x64\Release/genbrk.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>.\x64\Release/genbrk.exe</OutputFile>\r
198       <SuppressStartupBanner>true</SuppressStartupBanner>\r
199       <ProgramDatabaseFile>.\x64\Release/genbrk.pdb</ProgramDatabaseFile>\r
200       <SubSystem>Console</SubSystem>\r
201       <TargetMachine>MachineX64</TargetMachine>\r
202     </Link>\r
203   </ItemDefinitionGroup>\r
204   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
205     <CustomBuildStep>\r
206       <Command>copy "$(TargetPath)" ..\..\..\bin64
207 </Command>\r
208       <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>\r
209     </CustomBuildStep>\r
210     <Midl>\r
211       <TargetEnvironment>X64</TargetEnvironment>\r
212       <TypeLibraryName>.\x64\Debug/genbrk.tlb</TypeLibraryName>\r
213     </Midl>\r
214     <ClCompile>\r
215       <Optimization>Disabled</Optimization>\r
216       <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
217       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
218       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
219       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
220       <BufferSecurityCheck>true</BufferSecurityCheck>\r
221       <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
222       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r
223       <PrecompiledHeaderOutputFile>.\x64\Debug/genbrk.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>.\x64\Debug/genbrk.exe</OutputFile>\r
239       <SuppressStartupBanner>true</SuppressStartupBanner>\r
240       <GenerateDebugInformation>true</GenerateDebugInformation>\r
241       <ProgramDatabaseFile>.\x64\Debug/genbrk.pdb</ProgramDatabaseFile>\r
242       <SubSystem>Console</SubSystem>\r
243       <TargetMachine>MachineX64</TargetMachine>\r
244     </Link>\r
245   </ItemDefinitionGroup>\r
246   <ItemGroup>\r
247     <ClCompile Include="genbrk.cpp" />\r
248   </ItemGroup>\r
249   <ItemGroup>\r
250     <ProjectReference Include="..\..\common\common.vcxproj">\r
251       <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>\r
252       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
253     </ProjectReference>\r
254     <ProjectReference Include="..\toolutil\toolutil.vcxproj">\r
255       <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>\r
256       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
257     </ProjectReference>\r
258   </ItemGroup>\r
259   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
260   <ImportGroup Label="ExtensionTargets">\r
261   </ImportGroup>\r
262 </Project>