aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Google.Protobuf.csproj
diff options
context:
space:
mode:
authorBo Yang <paulyang1211@gmail.com>2018-01-23 15:46:06 -0800
committerBo Yang <paulyang1211@gmail.com>2018-01-23 15:46:06 -0800
commit99002ae47a3f88f64ff44dbd80452360e0e5fbc4 (patch)
treec711557f45024c07f22148bd7f8dc31d61081271 /csharp/src/Google.Protobuf/Google.Protobuf.csproj
parenta721bf6d294915b412e4ba6b5d92a9b84c6bfef9 (diff)
downloadprotobuf-99002ae47a3f88f64ff44dbd80452360e0e5fbc4.tar.gz
protobuf-99002ae47a3f88f64ff44dbd80452360e0e5fbc4.tar.bz2
protobuf-99002ae47a3f88f64ff44dbd80452360e0e5fbc4.zip
Initialize python-wheel branch
Diffstat (limited to 'csharp/src/Google.Protobuf/Google.Protobuf.csproj')
-rw-r--r--csharp/src/Google.Protobuf/Google.Protobuf.csproj33
1 files changed, 0 insertions, 33 deletions
diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.csproj b/csharp/src/Google.Protobuf/Google.Protobuf.csproj
deleted file mode 100644
index 4df0bda6..00000000
--- a/csharp/src/Google.Protobuf/Google.Protobuf.csproj
+++ /dev/null
@@ -1,33 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <Description>C# runtime library for Protocol Buffers - Google's data interchange format.</Description>
- <Copyright>Copyright 2015, Google Inc.</Copyright>
- <AssemblyTitle>Google Protocol Buffers</AssemblyTitle>
- <VersionPrefix>3.5.1</VersionPrefix>
- <Authors>Google Inc.</Authors>
- <TargetFrameworks>netstandard1.0;net45</TargetFrameworks>
- <GenerateDocumentationFile>true</GenerateDocumentationFile>
- <AssemblyOriginatorKeyFile>../../keys/Google.Protobuf.snk</AssemblyOriginatorKeyFile>
- <SignAssembly>true</SignAssembly>
- <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
- <PackageTags>Protocol;Buffers;Binary;Serialization;Format;Google;proto;proto3</PackageTags>
- <PackageReleaseNotes>C# proto3 support</PackageReleaseNotes>
- <PackageProjectUrl>https://github.com/google/protobuf</PackageProjectUrl>
- <PackageLicenseUrl>https://github.com/google/protobuf/blob/master/LICENSE</PackageLicenseUrl>
- <RepositoryType>git</RepositoryType>
- <RepositoryUrl>https://github.com/google/protobuf.git</RepositoryUrl>
- <IncludeSymbols>true</IncludeSymbols>
- <IncludeSource>true</IncludeSource>
- </PropertyGroup>
-
- <!--
- - Override target frameworks on non-Windows to just .NET Core
- - Doing this conditionally in the initial PropertyGroup confuses
- - Visual Studio.
- -->
- <PropertyGroup Condition="'$(OS)' != 'Windows_NT'">
- <TargetFrameworks>netstandard1.0</TargetFrameworks>
- </PropertyGroup>
-
-</Project>