Skip to content
Snippets Groups Projects
Commit cf5cffcc authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

csproj cleanup

parent db38d4ca
No related branches found
No related tags found
No related merge requests found
Showing
with 56 additions and 76 deletions
...@@ -4,17 +4,18 @@ ...@@ -4,17 +4,18 @@
<Import Project="..\Grpc.Core\Common.csproj.include" /> <Import Project="..\Grpc.Core\Common.csproj.include" />
<PropertyGroup> <PropertyGroup>
<Authors>Google Inc.</Authors>
<Copyright>Copyright 2015, Google Inc.</Copyright> <Copyright>Copyright 2015, Google Inc.</Copyright>
<AssemblyTitle>gRPC C# Auth</AssemblyTitle> <Description>gRPC C# Authentication Library</Description>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC RPC Protocol HTTP/2 Auth OAuth2</PackageTags>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix> <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>
<Authors>Google Inc.</Authors> </PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks> <TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<DefineConstants>$(DefineConstants);SIGNED</DefineConstants> <DefineConstants>$(DefineConstants);SIGNED</DefineConstants>
<AssemblyName>Grpc.Auth</AssemblyName>
<PackageId>Grpc.Auth</PackageId>
<PackageTags>gRPC RPC Protocol HTTP/2 Auth OAuth2</PackageTags>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -4,16 +4,17 @@ ...@@ -4,16 +4,17 @@
<Import Project="..\Grpc.Core\Common.csproj.include" /> <Import Project="..\Grpc.Core\Common.csproj.include" />
<PropertyGroup> <PropertyGroup>
<Authors>Google Inc.</Authors>
<Copyright>Copyright 2019, Google Inc.</Copyright> <Copyright>Copyright 2019, Google Inc.</Copyright>
<AssemblyTitle>gRPC C# Surface API</AssemblyTitle> <Description>gRPC C# Surface API</Description>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC RPC Protocol HTTP/2</PackageTags>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix> <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>
<Authors>Google Inc.</Authors> </PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks> <TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<AssemblyName>Grpc.Core.Api</AssemblyName>
<PackageId>Grpc.Core.Api</PackageId>
<PackageTags>gRPC RPC Protocol HTTP/2</PackageTags>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -4,16 +4,17 @@ ...@@ -4,16 +4,17 @@
<Import Project="..\Grpc.Core\Common.csproj.include" /> <Import Project="..\Grpc.Core\Common.csproj.include" />
<PropertyGroup> <PropertyGroup>
<Authors>Google Inc.</Authors>
<Copyright>Copyright 2015, Google Inc.</Copyright> <Copyright>Copyright 2015, Google Inc.</Copyright>
<Title>Grpc.Core: Native Debug Symbols</Title>
<Description>Debug symbols for the native library contained in Grpc.Core</Description> <Description>Debug symbols for the native library contained in Grpc.Core</Description>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC RPC Protocol HTTP/2</PackageTags>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix> <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>
<Authors>Google Inc.</Authors> </PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks> <TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<PackageId>Grpc.Core.NativeDebug</PackageId>
<PackageTags>gRPC RPC Protocol HTTP/2</PackageTags>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<!-- This package only carries native debug symbols --> <!-- This package only carries native debug symbols -->
<IncludeBuildOutput>false</IncludeBuildOutput> <IncludeBuildOutput>false</IncludeBuildOutput>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
......
...@@ -4,18 +4,18 @@ ...@@ -4,18 +4,18 @@
<Import Project="..\Grpc.Core\Common.csproj.include" /> <Import Project="..\Grpc.Core\Common.csproj.include" />
<PropertyGroup> <PropertyGroup>
<Authors>Google Inc.</Authors>
<Description>gRPC C#: Utility code for testing Grpc.Core</Description>
<Copyright>Copyright 2017, Google Inc.</Copyright> <Copyright>Copyright 2017, Google Inc.</Copyright>
<AssemblyTitle>gRPC C# Core Testing</AssemblyTitle> <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC test testing</PackageTags>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix> <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>
<Authors>Google Inc.</Authors> </PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks> <TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>Grpc.Core.Testing</AssemblyName>
<PackageId>Grpc.Core.Testing</PackageId>
<PackageTags>gRPC test testing</PackageTags>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks>
<AssemblyName>Grpc.Core.Tests</AssemblyName>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<PackageId>Grpc.Core.Tests</PackageId>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -4,16 +4,17 @@ ...@@ -4,16 +4,17 @@
<Import Project="Common.csproj.include" /> <Import Project="Common.csproj.include" />
<PropertyGroup> <PropertyGroup>
<Authors>Google Inc.</Authors>
<Copyright>Copyright 2015, Google Inc.</Copyright> <Copyright>Copyright 2015, Google Inc.</Copyright>
<AssemblyTitle>gRPC C# Core</AssemblyTitle> <Description>C# implementation of gRPC - an RPC library and framework.</Description>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC RPC Protocol HTTP/2</PackageTags>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix> <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>
<Authors>Google Inc.</Authors> </PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks> <TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<AssemblyName>Grpc.Core</AssemblyName>
<PackageId>Grpc.Core</PackageId>
<PackageTags>gRPC RPC Protocol HTTP/2</PackageTags>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks>
<AssemblyName>Grpc.Examples.MathClient</AssemblyName>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<PackageId>Grpc.Examples.MathClient</PackageId>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks>
<AssemblyName>Grpc.Examples.MathServer</AssemblyName>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<PackageId>Grpc.Examples.MathServer</PackageId>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks>
<AssemblyName>Grpc.Examples.Tests</AssemblyName>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<PackageId>Grpc.Examples.Tests</PackageId>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks>
<AssemblyName>Grpc.Examples</AssemblyName>
<PackageId>Grpc.Examples</PackageId>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks>
<AssemblyName>Grpc.HealthCheck.Tests</AssemblyName>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<PackageId>Grpc.HealthCheck.Tests</PackageId>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -4,16 +4,17 @@ ...@@ -4,16 +4,17 @@
<Import Project="..\Grpc.Core\Common.csproj.include" /> <Import Project="..\Grpc.Core\Common.csproj.include" />
<PropertyGroup> <PropertyGroup>
<Copyright>Copyright 2015, Google Inc.</Copyright>
<AssemblyTitle>gRPC C# Healthchecking</AssemblyTitle>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>
<Authors>Google Inc.</Authors> <Authors>Google Inc.</Authors>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks> <Copyright>Copyright 2015, Google Inc.</Copyright>
<AssemblyName>Grpc.HealthCheck</AssemblyName> <Description>gRPC C# Health Checking Implementation</Description>
<PackageId>Grpc.HealthCheck</PackageId>
<PackageTags>gRPC health check</PackageTags>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC health check</PackageTags>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks>
<AssemblyName>Grpc.IntegrationTesting.Client</AssemblyName>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<PackageId>Grpc.IntegrationTesting.Client</PackageId>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks>
<AssemblyName>Grpc.IntegrationTesting.QpsWorker</AssemblyName>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<PackageId>Grpc.IntegrationTesting.QpsWorker</PackageId>
<ServerGarbageCollection>true</ServerGarbageCollection> <ServerGarbageCollection>true</ServerGarbageCollection>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks>
<AssemblyName>Grpc.IntegrationTesting.Server</AssemblyName>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<PackageId>Grpc.IntegrationTesting.Server</PackageId>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks>
<AssemblyName>Grpc.IntegrationTesting.StressClient</AssemblyName>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<PackageId>Grpc.IntegrationTesting.StressClient</PackageId>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks>
<AssemblyName>Grpc.IntegrationTesting</AssemblyName>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<PackageId>Grpc.IntegrationTesting</PackageId>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks>
<AssemblyName>Grpc.Microbenchmarks</AssemblyName>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<PackageId>Grpc.Microbenchmarks</PackageId>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -5,9 +5,7 @@ ...@@ -5,9 +5,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks>
<AssemblyName>Grpc.Reflection.Tests</AssemblyName>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<PackageId>Grpc.Reflection.Tests</PackageId>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
...@@ -4,16 +4,17 @@ ...@@ -4,16 +4,17 @@
<Import Project="..\Grpc.Core\Common.csproj.include" /> <Import Project="..\Grpc.Core\Common.csproj.include" />
<PropertyGroup> <PropertyGroup>
<Authors>Google Inc.</Authors>
<Copyright>Copyright 2016, Google Inc.</Copyright> <Copyright>Copyright 2016, Google Inc.</Copyright>
<AssemblyTitle>gRPC C# Reflection</AssemblyTitle> <Description>gRPC C# Reflection</Description>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC reflection</PackageTags>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix> <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>
<Authors>Google Inc.</Authors> </PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.5</TargetFrameworks> <TargetFrameworks>net45;netstandard1.5</TargetFrameworks>
<AssemblyName>Grpc.Reflection</AssemblyName>
<PackageId>Grpc.Reflection</PackageId>
<PackageTags>gRPC reflection</PackageTags>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment