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

Side by Side Diff: third_party/protobuf/csharp/src/AddressBook/AddressBook.csproj

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners Created 4 years, 6 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion> 6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{A31F5FB2-4FF3-432A-B35B-5CD203606311}</ProjectGuid> 8 <ProjectGuid>{A31F5FB2-4FF3-432A-B35B-5CD203606311}</ProjectGuid>
9 <OutputType>Exe</OutputType> 9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 </ItemGroup> 66 </ItemGroup>
67 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 67 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
68 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it. 68 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.
69 Other similar extension points exist, see Microsoft.Common.targets. 69 Other similar extension points exist, see Microsoft.Common.targets.
70 <Target Name="BeforeBuild"> 70 <Target Name="BeforeBuild">
71 </Target> 71 </Target>
72 <Target Name="AfterBuild"> 72 <Target Name="AfterBuild">
73 </Target> 73 </Target>
74 --> 74 -->
75 </Project> 75 </Project>
OLDNEW
« no previous file with comments | « third_party/protobuf/csharp/src/AddressBook/AddPerson.cs ('k') | third_party/protobuf/csharp/src/AddressBook/Addressbook.cs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698