Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(360)

Side by Side Diff: source/common/common.vcxproj

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/common/cmemory.h ('k') | source/common/common.vcxproj.filters » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations"> 3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32"> 4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration> 5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform> 6 <Platform>Win32</Platform>
7 </ProjectConfiguration> 7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64"> 8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration> 9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform> 10 <Platform>x64</Platform>
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 <ObjectFileName>.\x86\Release/</ObjectFileName> 97 <ObjectFileName>.\x86\Release/</ObjectFileName>
98 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 98 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
99 <WarningLevel>Level3</WarningLevel> 99 <WarningLevel>Level3</WarningLevel>
100 <SuppressStartupBanner>true</SuppressStartupBanner> 100 <SuppressStartupBanner>true</SuppressStartupBanner>
101 </ClCompile> 101 </ClCompile>
102 <ResourceCompile> 102 <ResourceCompile>
103 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions> 103 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
104 <Culture>0x0409</Culture> 104 <Culture>0x0409</Culture>
105 </ResourceCompile> 105 </ResourceCompile>
106 <Link> 106 <Link>
107 <OutputFile>..\..\bin\icuuc54.dll</OutputFile> 107 <OutputFile>..\..\bin\icuuc56.dll</OutputFile>
108 <SuppressStartupBanner>true</SuppressStartupBanner> 108 <SuppressStartupBanner>true</SuppressStartupBanner>
109 <ProgramDatabaseFile>.\..\..\lib\icuuc.pdb</ProgramDatabaseFile> 109 <ProgramDatabaseFile>.\..\..\lib\icuuc.pdb</ProgramDatabaseFile>
110 <EnableCOMDATFolding>true</EnableCOMDATFolding> 110 <EnableCOMDATFolding>true</EnableCOMDATFolding>
111 <BaseAddress>0x4a800000</BaseAddress> 111 <BaseAddress>0x4a800000</BaseAddress>
112 <RandomizedBaseAddress>false</RandomizedBaseAddress> 112 <RandomizedBaseAddress>false</RandomizedBaseAddress>
113 <DataExecutionPrevention> 113 <DataExecutionPrevention>
114 </DataExecutionPrevention> 114 </DataExecutionPrevention>
115 <ImportLibrary>..\..\lib\icuuc.lib</ImportLibrary> 115 <ImportLibrary>..\..\lib\icuuc.lib</ImportLibrary>
116 </Link> 116 </Link>
117 </ItemDefinitionGroup> 117 </ItemDefinitionGroup>
(...skipping 20 matching lines...) Expand all
138 <BrowseInformation>true</BrowseInformation> 138 <BrowseInformation>true</BrowseInformation>
139 <WarningLevel>Level3</WarningLevel> 139 <WarningLevel>Level3</WarningLevel>
140 <SuppressStartupBanner>true</SuppressStartupBanner> 140 <SuppressStartupBanner>true</SuppressStartupBanner>
141 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 141 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
142 </ClCompile> 142 </ClCompile>
143 <ResourceCompile> 143 <ResourceCompile>
144 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions> 144 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
145 <Culture>0x0409</Culture> 145 <Culture>0x0409</Culture>
146 </ResourceCompile> 146 </ResourceCompile>
147 <Link> 147 <Link>
148 <OutputFile>..\..\bin\icuuc54d.dll</OutputFile> 148 <OutputFile>..\..\bin\icuuc56d.dll</OutputFile>
149 <SuppressStartupBanner>true</SuppressStartupBanner> 149 <SuppressStartupBanner>true</SuppressStartupBanner>
150 <GenerateDebugInformation>true</GenerateDebugInformation> 150 <GenerateDebugInformation>true</GenerateDebugInformation>
151 <ProgramDatabaseFile>.\..\..\lib\icuucd.pdb</ProgramDatabaseFile> 151 <ProgramDatabaseFile>.\..\..\lib\icuucd.pdb</ProgramDatabaseFile>
152 <BaseAddress>0x4a800000</BaseAddress> 152 <BaseAddress>0x4a800000</BaseAddress>
153 <RandomizedBaseAddress>false</RandomizedBaseAddress> 153 <RandomizedBaseAddress>false</RandomizedBaseAddress>
154 <DataExecutionPrevention> 154 <DataExecutionPrevention>
155 </DataExecutionPrevention> 155 </DataExecutionPrevention>
156 <ImportLibrary>..\..\lib\icuucd.lib</ImportLibrary> 156 <ImportLibrary>..\..\lib\icuucd.lib</ImportLibrary>
157 </Link> 157 </Link>
158 </ItemDefinitionGroup> 158 </ItemDefinitionGroup>
(...skipping 17 matching lines...) Expand all
176 <ObjectFileName>.\x64\Release/</ObjectFileName> 176 <ObjectFileName>.\x64\Release/</ObjectFileName>
177 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 177 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
178 <WarningLevel>Level3</WarningLevel> 178 <WarningLevel>Level3</WarningLevel>
179 <SuppressStartupBanner>true</SuppressStartupBanner> 179 <SuppressStartupBanner>true</SuppressStartupBanner>
180 </ClCompile> 180 </ClCompile>
181 <ResourceCompile> 181 <ResourceCompile>
182 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions> 182 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
183 <Culture>0x0409</Culture> 183 <Culture>0x0409</Culture>
184 </ResourceCompile> 184 </ResourceCompile>
185 <Link> 185 <Link>
186 <OutputFile>..\..\bin64\icuuc54.dll</OutputFile> 186 <OutputFile>..\..\bin64\icuuc56.dll</OutputFile>
187 <SuppressStartupBanner>true</SuppressStartupBanner> 187 <SuppressStartupBanner>true</SuppressStartupBanner>
188 <ProgramDatabaseFile>.\..\..\lib64\icuuc.pdb</ProgramDatabaseFile> 188 <ProgramDatabaseFile>.\..\..\lib64\icuuc.pdb</ProgramDatabaseFile>
189 <EnableCOMDATFolding>true</EnableCOMDATFolding> 189 <EnableCOMDATFolding>true</EnableCOMDATFolding>
190 <BaseAddress>0x4a800000</BaseAddress> 190 <BaseAddress>0x4a800000</BaseAddress>
191 <ImportLibrary>..\..\lib64\icuuc.lib</ImportLibrary> 191 <ImportLibrary>..\..\lib64\icuuc.lib</ImportLibrary>
192 <TargetMachine>MachineX64</TargetMachine> 192 <TargetMachine>MachineX64</TargetMachine>
193 </Link> 193 </Link>
194 </ItemDefinitionGroup> 194 </ItemDefinitionGroup>
195 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 195 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
196 <Midl> 196 <Midl>
(...skipping 18 matching lines...) Expand all
215 <BrowseInformation>true</BrowseInformation> 215 <BrowseInformation>true</BrowseInformation>
216 <WarningLevel>Level3</WarningLevel> 216 <WarningLevel>Level3</WarningLevel>
217 <SuppressStartupBanner>true</SuppressStartupBanner> 217 <SuppressStartupBanner>true</SuppressStartupBanner>
218 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 218 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
219 </ClCompile> 219 </ClCompile>
220 <ResourceCompile> 220 <ResourceCompile>
221 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions> 221 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe finitions>
222 <Culture>0x0409</Culture> 222 <Culture>0x0409</Culture>
223 </ResourceCompile> 223 </ResourceCompile>
224 <Link> 224 <Link>
225 <OutputFile>..\..\bin64\icuuc54d.dll</OutputFile> 225 <OutputFile>..\..\bin64\icuuc56d.dll</OutputFile>
226 <SuppressStartupBanner>true</SuppressStartupBanner> 226 <SuppressStartupBanner>true</SuppressStartupBanner>
227 <GenerateDebugInformation>true</GenerateDebugInformation> 227 <GenerateDebugInformation>true</GenerateDebugInformation>
228 <ProgramDatabaseFile>.\..\..\lib64\icuucd.pdb</ProgramDatabaseFile> 228 <ProgramDatabaseFile>.\..\..\lib64\icuucd.pdb</ProgramDatabaseFile>
229 <BaseAddress>0x4a800000</BaseAddress> 229 <BaseAddress>0x4a800000</BaseAddress>
230 <ImportLibrary>..\..\lib64\icuucd.lib</ImportLibrary> 230 <ImportLibrary>..\..\lib64\icuucd.lib</ImportLibrary>
231 <TargetMachine>MachineX64</TargetMachine> 231 <TargetMachine>MachineX64</TargetMachine>
232 </Link> 232 </Link>
233 </ItemDefinitionGroup> 233 </ItemDefinitionGroup>
234 <ItemGroup> 234 <ItemGroup>
235 <ClCompile Include="filteredbrk.cpp" />
235 <ClCompile Include="ubidi.c" /> 236 <ClCompile Include="ubidi.c" />
236 <ClCompile Include="ubidi_props.c" /> 237 <ClCompile Include="ubidi_props.c" />
237 <ClCompile Include="ubidiln.c" /> 238 <ClCompile Include="ubidiln.c" />
238 <ClCompile Include="ubidiwrt.c" /> 239 <ClCompile Include="ubidiwrt.c" />
239 <ClCompile Include="uloc_keytype.cpp" /> 240 <ClCompile Include="uloc_keytype.cpp" />
240 <ClCompile Include="ushape.cpp" /> 241 <ClCompile Include="ushape.cpp" />
241 <ClCompile Include="brkeng.cpp"> 242 <ClCompile Include="brkeng.cpp">
242 </ClCompile> 243 </ClCompile>
243 <ClCompile Include="brkiter.cpp"> 244 <ClCompile Include="brkiter.cpp">
244 </ClCompile> 245 </ClCompile>
245 <ClCompile Include="dictbe.cpp" /> 246 <ClCompile Include="dictbe.cpp" />
247 <ClCompile Include="pluralmap.cpp" />
246 <ClCompile Include="rbbi.cpp"> 248 <ClCompile Include="rbbi.cpp">
247 </ClCompile> 249 </ClCompile>
248 <ClCompile Include="rbbidata.cpp"> 250 <ClCompile Include="rbbidata.cpp">
249 </ClCompile> 251 </ClCompile>
250 <ClCompile Include="rbbinode.cpp" /> 252 <ClCompile Include="rbbinode.cpp" />
251 <ClCompile Include="rbbirb.cpp"> 253 <ClCompile Include="rbbirb.cpp">
252 </ClCompile> 254 </ClCompile>
253 <ClCompile Include="rbbiscan.cpp" /> 255 <ClCompile Include="rbbiscan.cpp" />
254 <ClCompile Include="rbbisetb.cpp" /> 256 <ClCompile Include="rbbisetb.cpp" />
255 <ClCompile Include="rbbistbl.cpp"> 257 <ClCompile Include="rbbistbl.cpp">
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 <ClCompile Include="bmpset.cpp" /> 393 <ClCompile Include="bmpset.cpp" />
392 <ClCompile Include="patternprops.cpp" /> 394 <ClCompile Include="patternprops.cpp" />
393 <ClCompile Include="propname.cpp"> 395 <ClCompile Include="propname.cpp">
394 </ClCompile> 396 </ClCompile>
395 <ClCompile Include="ruleiter.cpp" /> 397 <ClCompile Include="ruleiter.cpp" />
396 <ClCompile Include="ucase.cpp"> 398 <ClCompile Include="ucase.cpp">
397 </ClCompile> 399 </ClCompile>
398 <ClCompile Include="uchar.c" /> 400 <ClCompile Include="uchar.c" />
399 <ClCompile Include="unames.cpp" /> 401 <ClCompile Include="unames.cpp" />
400 <ClCompile Include="unifiedcache.cpp"> 402 <ClCompile Include="unifiedcache.cpp">
401 <DisableLanguageExtensions>false</DisableLanguageExtensions> 403 <DisableLanguageExtensions>false</DisableLanguageExtensions>
402 </ClCompile> 404 </ClCompile>
403 <ClCompile Include="unifilt.cpp" /> 405 <ClCompile Include="unifilt.cpp" />
404 <ClCompile Include="unifunct.cpp" /> 406 <ClCompile Include="unifunct.cpp" />
405 <ClCompile Include="uniset.cpp" /> 407 <ClCompile Include="uniset.cpp" />
406 <ClCompile Include="uniset_closure.cpp" /> 408 <ClCompile Include="uniset_closure.cpp" />
407 <ClCompile Include="uniset_props.cpp" /> 409 <ClCompile Include="uniset_props.cpp" />
408 <ClCompile Include="unisetspan.cpp" /> 410 <ClCompile Include="unisetspan.cpp" />
409 <ClCompile Include="uprops.cpp" /> 411 <ClCompile Include="uprops.cpp" />
410 <ClCompile Include="usc_impl.c" /> 412 <ClCompile Include="usc_impl.c" />
411 <ClCompile Include="uscript.c" /> 413 <ClCompile Include="uscript.c" />
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 <ClCompile Include="unistr_titlecase_brkiter.cpp" /> 461 <ClCompile Include="unistr_titlecase_brkiter.cpp" />
460 <ClCompile Include="ustr_cnv.cpp" /> 462 <ClCompile Include="ustr_cnv.cpp" />
461 <ClCompile Include="ustr_titlecase_brkiter.cpp" /> 463 <ClCompile Include="ustr_titlecase_brkiter.cpp" />
462 <ClCompile Include="ustr_wcs.cpp" /> 464 <ClCompile Include="ustr_wcs.cpp" />
463 <ClCompile Include="ustrcase.cpp" /> 465 <ClCompile Include="ustrcase.cpp" />
464 <ClCompile Include="ustrcase_locale.cpp" /> 466 <ClCompile Include="ustrcase_locale.cpp" />
465 <ClCompile Include="ustring.cpp" /> 467 <ClCompile Include="ustring.cpp" />
466 <ClCompile Include="ustrtrns.cpp" /> 468 <ClCompile Include="ustrtrns.cpp" />
467 <ClCompile Include="utext.cpp" /> 469 <ClCompile Include="utext.cpp" />
468 <ClCompile Include="utf_impl.c" /> 470 <ClCompile Include="utf_impl.c" />
469 <ClCompile Include="listformatter.cpp"> 471 <ClCompile Include="listformatter.cpp" />
470 </ClCompile> 472 <ClCompile Include="ulistformatter.cpp" />
471 </ItemGroup> 473 </ItemGroup>
472 <ItemGroup> 474 <ItemGroup>
473 <CustomBuild Include="unicode\ubidi.h"> 475 <CustomBuild Include="unicode\ubidi.h">
474 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "% (FullPath)" ..\..\include\unicode 476 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "% (FullPath)" ..\..\include\unicode
475 </Command> 477 </Command>
476 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 478 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
477 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(F ullPath)" ..\..\include\unicode 479 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(F ullPath)" ..\..\include\unicode
478 </Command> 480 </Command>
479 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\inc lude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 481 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\inc lude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
480 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode 482 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
481 </Command> 483 </Command>
482 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\.. \include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 484 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\.. \include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
483 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "% (FullPath)" ..\..\include\unicode 485 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "% (FullPath)" ..\..\include\unicode
484 </Command> 486 </Command>
485 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 487 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
486 </CustomBuild> 488 </CustomBuild>
487 <ClInclude Include="localsvc.h" /> 489 <ClInclude Include="localsvc.h" />
488 <ClInclude Include="msvcres.h" /> 490 <ClInclude Include="msvcres.h" />
491 <ClInclude Include="pluralmap.h" />
489 <ClInclude Include="propname_data.h" /> 492 <ClInclude Include="propname_data.h" />
490 <ClInclude Include="ubidi_props.h" /> 493 <ClInclude Include="ubidi_props.h" />
491 <ClInclude Include="ubidiimp.h" /> 494 <ClInclude Include="ubidiimp.h" />
492 <CustomBuild Include="unicode\ushape.h"> 495 <CustomBuild Include="unicode\ushape.h">
493 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "% (FullPath)" ..\..\include\unicode 496 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "% (FullPath)" ..\..\include\unicode
494 </Command> 497 </Command>
495 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 498 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
496 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(F ullPath)" ..\..\include\unicode 499 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(F ullPath)" ..\..\include\unicode
497 </Command> 500 </Command>
498 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\inc lude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 501 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\inc lude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "% (FullPath)" ..\..\include\unicode 571 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "% (FullPath)" ..\..\include\unicode
569 </Command> 572 </Command>
570 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 573 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
571 </CustomBuild> 574 </CustomBuild>
572 <ClInclude Include="ubidi_props_data.h" /> 575 <ClInclude Include="ubidi_props_data.h" />
573 <ClInclude Include="ubrkimpl.h" /> 576 <ClInclude Include="ubrkimpl.h" />
574 <ClInclude Include="ucase_props_data.h" /> 577 <ClInclude Include="ucase_props_data.h" />
575 <ClInclude Include="uchar_props_data.h" /> 578 <ClInclude Include="uchar_props_data.h" />
576 <ClInclude Include="ucol_data.h" /> 579 <ClInclude Include="ucol_data.h" />
577 <ClInclude Include="ucol_swp.h" /> 580 <ClInclude Include="ucol_swp.h" />
581 <ClInclude Include="unistrappender.h" />
578 <ClInclude Include="hash.h" /> 582 <ClInclude Include="hash.h" />
579 <ClInclude Include="propsvec.h" /> 583 <ClInclude Include="propsvec.h" />
580 <CustomBuild Include="unicode\strenum.h"> 584 <CustomBuild Include="unicode\strenum.h">
581 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "% (FullPath)" ..\..\include\unicode 585 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "% (FullPath)" ..\..\include\unicode
582 </Command> 586 </Command>
583 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 587 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
584 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(F ullPath)" ..\..\include\unicode 588 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(F ullPath)" ..\..\include\unicode
585 </Command> 589 </Command>
586 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\inc lude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 590 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\inc lude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
587 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode 591 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
(...skipping 29 matching lines...) Expand all
617 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(F ullPath)" ..\..\include\unicode 621 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(F ullPath)" ..\..\include\unicode
618 </Command> 622 </Command>
619 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\inc lude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 623 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\inc lude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
620 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode 624 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
621 </Command> 625 </Command>
622 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\.. \include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 626 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\.. \include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
623 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "% (FullPath)" ..\..\include\unicode 627 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "% (FullPath)" ..\..\include\unicode
624 </Command> 628 </Command>
625 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 629 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
626 </CustomBuild> 630 </CustomBuild>
631 <ClInclude Include="unicode\filteredbrk.h" />
627 <ClInclude Include="ustrenum.h" /> 632 <ClInclude Include="ustrenum.h" />
628 <ClInclude Include="utrie.h" /> 633 <ClInclude Include="utrie.h" />
629 <ClInclude Include="utrie2.h" /> 634 <ClInclude Include="utrie2.h" />
630 <ClInclude Include="utrie2_impl.h" /> 635 <ClInclude Include="utrie2_impl.h" />
631 <ClInclude Include="utypeinfo.h" /> 636 <ClInclude Include="utypeinfo.h" />
632 <ClInclude Include="uvector.h" /> 637 <ClInclude Include="uvector.h" />
633 <ClInclude Include="uvectr32.h" /> 638 <ClInclude Include="uvectr32.h" />
634 <ClInclude Include="uvectr64.h" /> 639 <ClInclude Include="uvectr64.h" />
635 <ClInclude Include="cpputils.h" /> 640 <ClInclude Include="cpputils.h" />
636 <CustomBuild Include="unicode\docmain.h"> 641 <CustomBuild Include="unicode\docmain.h">
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1735 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(F ullPath)" ..\..\include\unicode 1740 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(F ullPath)" ..\..\include\unicode
1736 </Command> 1741 </Command>
1737 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\inc lude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 1742 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\inc lude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
1738 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode 1743 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
1739 </Command> 1744 </Command>
1740 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\.. \include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 1745 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\.. \include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
1741 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "% (FullPath)" ..\..\include\unicode 1746 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "% (FullPath)" ..\..\include\unicode
1742 </Command> 1747 </Command>
1743 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 1748 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
1744 </CustomBuild> 1749 </CustomBuild>
1750 <CustomBuild Include="unicode\ulistformatter.h">
1751 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "% (FullPath)" ..\..\include\unicode
1752 </Command>
1753 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
1754 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(F ullPath)" ..\..\include\unicode
1755 </Command>
1756 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\inc lude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
1757 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
1758 </Command>
1759 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\.. \include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
1760 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "% (FullPath)" ..\..\include\unicode
1761 </Command>
1762 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\i nclude\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
1763 </CustomBuild>
1745 </ItemGroup> 1764 </ItemGroup>
1746 <ItemGroup> 1765 <ItemGroup>
1747 <ResourceCompile Include="common.rc" /> 1766 <ResourceCompile Include="common.rc" />
1748 </ItemGroup> 1767 </ItemGroup>
1749 <ItemGroup> 1768 <ItemGroup>
1750 <ProjectReference Include="..\stubdata\stubdata.vcxproj"> 1769 <ProjectReference Include="..\stubdata\stubdata.vcxproj">
1751 <Project>{203ec78a-0531-43f0-a636-285439bde025}</Project> 1770 <Project>{203ec78a-0531-43f0-a636-285439bde025}</Project>
1752 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 1771 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
1753 </ProjectReference> 1772 </ProjectReference>
1754 </ItemGroup> 1773 </ItemGroup>
1755 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 1774 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
1756 <ImportGroup Label="ExtensionTargets"> 1775 <ImportGroup Label="ExtensionTargets">
1757 </ImportGroup> 1776 </ImportGroup>
1758 </Project> 1777 </Project>
OLDNEW
« no previous file with comments | « source/common/cmemory.h ('k') | source/common/common.vcxproj.filters » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698