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

Side by Side Diff: source/tools/genrb/derb.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/tools/genrb/derb.cpp ('k') | source/tools/genrb/derb.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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 <Link> 245 <Link>
246 <OutputFile>.\x64\Debug_derb/derb.exe</OutputFile> 246 <OutputFile>.\x64\Debug_derb/derb.exe</OutputFile>
247 <SuppressStartupBanner>true</SuppressStartupBanner> 247 <SuppressStartupBanner>true</SuppressStartupBanner>
248 <GenerateDebugInformation>true</GenerateDebugInformation> 248 <GenerateDebugInformation>true</GenerateDebugInformation>
249 <ProgramDatabaseFile>.\x64\Debug_derb/derb.pdb</ProgramDatabaseFile> 249 <ProgramDatabaseFile>.\x64\Debug_derb/derb.pdb</ProgramDatabaseFile>
250 <SubSystem>Console</SubSystem> 250 <SubSystem>Console</SubSystem>
251 <TargetMachine>MachineX64</TargetMachine> 251 <TargetMachine>MachineX64</TargetMachine>
252 </Link> 252 </Link>
253 </ItemDefinitionGroup> 253 </ItemDefinitionGroup>
254 <ItemGroup> 254 <ItemGroup>
255 <ClCompile Include="derb.c" /> 255 <ClCompile Include="derb.cpp" />
256 </ItemGroup> 256 </ItemGroup>
257 <ItemGroup> 257 <ItemGroup>
258 <ProjectReference Include="..\..\common\common.vcxproj"> 258 <ProjectReference Include="..\..\common\common.vcxproj">
259 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 259 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
260 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 260 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
261 </ProjectReference> 261 </ProjectReference>
262 <ProjectReference Include="..\..\i18n\i18n.vcxproj"> 262 <ProjectReference Include="..\..\i18n\i18n.vcxproj">
263 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 263 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
264 </ProjectReference> 264 </ProjectReference>
265 <ProjectReference Include="..\..\io\io.vcxproj"> 265 <ProjectReference Include="..\..\io\io.vcxproj">
266 <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project> 266 <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project>
267 <Private>true</Private> 267 <Private>true</Private>
268 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 268 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
269 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 269 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
270 <LinkLibraryDependencies>true</LinkLibraryDependencies> 270 <LinkLibraryDependencies>true</LinkLibraryDependencies>
271 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 271 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
272 </ProjectReference> 272 </ProjectReference>
273 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> 273 <ProjectReference Include="..\toolutil\toolutil.vcxproj">
274 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 274 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
275 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 275 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
276 </ProjectReference> 276 </ProjectReference>
277 </ItemGroup> 277 </ItemGroup>
278 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 278 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
279 <ImportGroup Label="ExtensionTargets"> 279 <ImportGroup Label="ExtensionTargets">
280 </ImportGroup> 280 </ImportGroup>
281 </Project> 281 </Project>
OLDNEW
« no previous file with comments | « source/tools/genrb/derb.cpp ('k') | source/tools/genrb/derb.vcxproj.filters » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698