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

Side by Side Diff: third_party/protobuf/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.xproj

Issue 2599263002: third_party/protobuf: Update to HEAD (f52e188fe4) (Closed)
Patch Set: Address comments Created 3 years, 12 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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.micros oft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</Visual StudioVersion>
5 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\M icrosoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
6 </PropertyGroup>
7 <Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(V SToolsPath)' != ''" />
8 <PropertyGroup Label="Globals">
9 <ProjectGuid>580eb013-d3c7-4578-b845-015f4a3b0591</ProjectGuid>
10 <RootNamespace>Google.Protobuf.Test</RootNamespace>
11 <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' " >.\obj</BaseIntermediateOutputPath>
12 <OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
13 </PropertyGroup>
14 <PropertyGroup>
15 <SchemaVersion>2.0</SchemaVersion>
16 </PropertyGroup>
17 <ItemGroup>
18 <Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
19 </ItemGroup>
20 <Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$ (VSToolsPath)' != ''" />
21 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698