mirror of https://github.com/grpc/grpc.git
commit
81addac3ce
179 changed files with 1683 additions and 4176 deletions
File diff suppressed because it is too large
Load Diff
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -1,69 +0,0 @@ |
||||
{ |
||||
"buildOptions": { |
||||
"emitEntryPoint": true |
||||
}, |
||||
"configurations": { |
||||
"Debug": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Debug/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Debug/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/dbg/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/dbg/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
"Release": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Release/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Release/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/opt/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/opt/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
|
||||
"dependencies": { |
||||
"Grpc.Core": { |
||||
"target": "project" |
||||
}, |
||||
"Newtonsoft.Json": "9.0.1", |
||||
"NUnit": "3.6.0", |
||||
"NUnitLite": "3.6.0", |
||||
"NUnit.ConsoleRunner": "3.6.0", |
||||
"OpenCover": "4.6.519", |
||||
"ReportGenerator": "2.4.4.0" |
||||
}, |
||||
"frameworks": { |
||||
"net45": { }, |
||||
"netcoreapp1.0": { |
||||
"imports": [ |
||||
"portable-net45" |
||||
], |
||||
"dependencies": { |
||||
"Microsoft.NETCore.App": { |
||||
"type": "platform", |
||||
"version": "1.0.0" |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
} |
@ -0,0 +1,32 @@ |
||||
<!-- Common definitions shared by all .csproj files --> |
||||
<Project> |
||||
<PropertyGroup> |
||||
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute> |
||||
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> |
||||
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute> |
||||
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> |
||||
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> |
||||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
||||
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute> |
||||
</PropertyGroup> |
||||
|
||||
<PropertyGroup> |
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile> |
||||
</PropertyGroup> |
||||
|
||||
<PropertyGroup> |
||||
<DefineConstants>$(DefineConstants);SIGNED</DefineConstants> |
||||
<AssemblyOriginatorKeyFile>../keys/Grpc.snk</AssemblyOriginatorKeyFile> |
||||
<SignAssembly>true</SignAssembly> |
||||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> |
||||
</PropertyGroup> |
||||
|
||||
<PropertyGroup Condition="'$(OS)' != 'Windows_NT'"> |
||||
<!-- Workaround for https://github.com/dotnet/sdk/issues/335 --> |
||||
<FrameworkPathOverride Condition="Exists('/usr/lib/mono/4.5-api')">/usr/lib/mono/4.5-api</FrameworkPathOverride> |
||||
<FrameworkPathOverride Condition="Exists('/usr/local/lib/mono/4.5-api')">/usr/local/lib/mono/4.5-api</FrameworkPathOverride> |
||||
<FrameworkPathOverride Condition="Exists('/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/4.5-api')">/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/4.5-api</FrameworkPathOverride> |
||||
</PropertyGroup> |
||||
</Project> |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -0,0 +1,17 @@ |
||||
<Project> |
||||
<ItemGroup> |
||||
<!-- We are relying on run_tests.py to build grpc_csharp_ext with the right bitness |
||||
and we copy it as both x86 (needed by net45) and x64 (needed by netcoreapp1.0) as we don't |
||||
know which one will be needed to run the tests. --> |
||||
<Content Include="..\..\..\libs\$(NativeDependenciesConfigurationUnix)\libgrpc_csharp_ext.dylib"> |
||||
<Link>libgrpc_csharp_ext.x86.dylib</Link> |
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||||
<Pack>false</Pack> |
||||
</Content> |
||||
<Content Include="..\..\..\libs\$(NativeDependenciesConfigurationUnix)\libgrpc_csharp_ext.dylib"> |
||||
<Link>libgrpc_csharp_ext.x64.dylib</Link> |
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||||
<Pack>false</Pack> |
||||
</Content> |
||||
</ItemGroup> |
||||
</Project> |
@ -0,0 +1,9 @@ |
||||
<Project> |
||||
<ItemGroup> |
||||
<Content Include="..\..\..\cmake\build\x64\$(NativeDependenciesConfiguration)\grpc_csharp_ext.dll"> |
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||||
<Link>grpc_csharp_ext.x64.dll</Link> |
||||
<Pack>false</Pack> |
||||
</Content> |
||||
</ItemGroup> |
||||
</Project> |
@ -0,0 +1,7 @@ |
||||
<!-- This file is generated --> |
||||
<Project> |
||||
<PropertyGroup> |
||||
<GrpcCsharpVersion>1.3.0-dev</GrpcCsharpVersion> |
||||
<GoogleProtobufVersion>3.2.0</GoogleProtobufVersion> |
||||
</PropertyGroup> |
||||
</Project> |
@ -1,45 +0,0 @@ |
||||
{ |
||||
"version": "1.3.0-dev", |
||||
"title": "gRPC C# Core", |
||||
"authors": [ "Google Inc." ], |
||||
"copyright": "Copyright 2015, Google Inc.", |
||||
"packOptions": { |
||||
"summary": "Core C# implementation of gRPC - an RPC library and framework", |
||||
"description": "Core C# implementation of gRPC - an RPC library and framework. See project site for more info.", |
||||
"owners": [ "grpc-packages" ], |
||||
"licenseUrl": "https://github.com/grpc/grpc/blob/master/LICENSE", |
||||
"projectUrl": "https://github.com/grpc/grpc", |
||||
"requireLicenseAcceptance": false, |
||||
"tags": [ "gRPC RPC Protocol HTTP/2" ], |
||||
"files": { |
||||
"mappings": { |
||||
"build/net45/": "Grpc.Core.targets", |
||||
"runtimes/win/native/grpc_csharp_ext.x86.dll": "../nativelibs/windows_x86/grpc_csharp_ext.dll", |
||||
"runtimes/win/native/grpc_csharp_ext.x64.dll": "../nativelibs/windows_x64/grpc_csharp_ext.dll", |
||||
"runtimes/linux/native/libgrpc_csharp_ext.x86.so": "../nativelibs/linux_x86/libgrpc_csharp_ext.so", |
||||
"runtimes/linux/native/libgrpc_csharp_ext.x64.so": "../nativelibs/linux_x64/libgrpc_csharp_ext.so", |
||||
"runtimes/osx/native/libgrpc_csharp_ext.x86.dylib": "../nativelibs/macosx_x86/libgrpc_csharp_ext.dylib", |
||||
"runtimes/osx/native/libgrpc_csharp_ext.x64.dylib": "../nativelibs/macosx_x64/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
}, |
||||
"buildOptions": { |
||||
"embed": [ "../../../etc/roots.pem" ], |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true |
||||
}, |
||||
"dependencies": { |
||||
"System.Interactive.Async": "3.1.1" |
||||
}, |
||||
"frameworks": { |
||||
"net45": { }, |
||||
"netstandard1.5": { |
||||
"dependencies": { |
||||
"NETStandard.Library": "1.6.0", |
||||
"System.Runtime.Loader": "4.0.0", |
||||
"System.Threading.Thread": "4.0.0" |
||||
} |
||||
} |
||||
} |
||||
} |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -1,3 +0,0 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<packages> |
||||
</packages> |
@ -1,60 +0,0 @@ |
||||
{ |
||||
"buildOptions": { |
||||
"emitEntryPoint": true |
||||
}, |
||||
"configurations": { |
||||
"Debug": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Debug/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Debug/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/dbg/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/dbg/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
"Release": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Release/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Release/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/opt/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/opt/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
|
||||
"dependencies": { |
||||
"Grpc.Examples": { |
||||
"target": "project" |
||||
} |
||||
}, |
||||
"frameworks": { |
||||
"net45": { }, |
||||
"netcoreapp1.0": { |
||||
"dependencies": { |
||||
"Microsoft.NETCore.App": { |
||||
"type": "platform", |
||||
"version": "1.0.0" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -1,3 +0,0 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<packages> |
||||
</packages> |
@ -1,60 +0,0 @@ |
||||
{ |
||||
"buildOptions": { |
||||
"emitEntryPoint": true |
||||
}, |
||||
"configurations": { |
||||
"Debug": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Debug/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Debug/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/dbg/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/dbg/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
"Release": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Release/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Release/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/opt/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/opt/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
|
||||
"dependencies": { |
||||
"Grpc.Examples": { |
||||
"target": "project" |
||||
} |
||||
}, |
||||
"frameworks": { |
||||
"net45": { }, |
||||
"netcoreapp1.0": { |
||||
"dependencies": { |
||||
"Microsoft.NETCore.App": { |
||||
"type": "platform", |
||||
"version": "1.0.0" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -1,65 +0,0 @@ |
||||
{ |
||||
"buildOptions": { |
||||
"emitEntryPoint": true |
||||
}, |
||||
"configurations": { |
||||
"Debug": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Debug/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Debug/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/dbg/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/dbg/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
"Release": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Release/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Release/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/opt/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/opt/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
|
||||
"dependencies": { |
||||
"Grpc.Examples": { |
||||
"target": "project" |
||||
}, |
||||
"NUnit": "3.6.0", |
||||
"NUnitLite": "3.6.0" |
||||
}, |
||||
"frameworks": { |
||||
"net45": { }, |
||||
"netcoreapp1.0": { |
||||
"imports": [ |
||||
"portable-net45" |
||||
], |
||||
"dependencies": { |
||||
"Microsoft.NETCore.App": { |
||||
"type": "platform", |
||||
"version": "1.0.0" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -1,22 +0,0 @@ |
||||
{ |
||||
"buildOptions": { |
||||
}, |
||||
|
||||
"dependencies": { |
||||
"Grpc.Core": { |
||||
"target": "project" |
||||
}, |
||||
"Google.Protobuf": "3.2.0" |
||||
}, |
||||
"frameworks": { |
||||
"net45": {}, |
||||
"netcoreapp1.0": { |
||||
"dependencies": { |
||||
"Microsoft.NETCore.App": { |
||||
"type": "platform", |
||||
"version": "1.0.0" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -1,65 +0,0 @@ |
||||
{ |
||||
"buildOptions": { |
||||
"emitEntryPoint": true |
||||
}, |
||||
"configurations": { |
||||
"Debug": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Debug/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Debug/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/dbg/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/dbg/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
"Release": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Release/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Release/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/opt/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/opt/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
|
||||
"dependencies": { |
||||
"Grpc.HealthCheck": { |
||||
"target": "project" |
||||
}, |
||||
"NUnit": "3.6.0", |
||||
"NUnitLite": "3.6.0" |
||||
}, |
||||
"frameworks": { |
||||
"net45": { }, |
||||
"netcoreapp1.0": { |
||||
"imports": [ |
||||
"portable-net45" |
||||
], |
||||
"dependencies": { |
||||
"Microsoft.NETCore.App": { |
||||
"type": "platform", |
||||
"version": "1.0.0" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -1,69 +0,0 @@ |
||||
{ |
||||
"buildOptions": { |
||||
"emitEntryPoint": true |
||||
}, |
||||
"configurations": { |
||||
"Debug": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem", |
||||
"data/server1.key": "../Grpc.IntegrationTesting/data/server1.key", |
||||
"data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem", |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Debug/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Debug/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/dbg/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/dbg/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
"Release": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem", |
||||
"data/server1.key": "../Grpc.IntegrationTesting/data/server1.key", |
||||
"data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem", |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Release/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Release/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/opt/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/opt/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
|
||||
"dependencies": { |
||||
"Grpc.IntegrationTesting": { |
||||
"target": "project" |
||||
} |
||||
}, |
||||
"frameworks": { |
||||
"net45": { }, |
||||
"netcoreapp1.0": { |
||||
"imports": [ |
||||
"portable-net45" |
||||
], |
||||
"dependencies": { |
||||
"Microsoft.NETCore.App": { |
||||
"type": "platform", |
||||
"version": "1.0.0" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -1,74 +0,0 @@ |
||||
{ |
||||
"buildOptions": { |
||||
"emitEntryPoint": true |
||||
}, |
||||
"configurations": { |
||||
"Debug": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem", |
||||
"data/server1.key": "../Grpc.IntegrationTesting/data/server1.key", |
||||
"data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem", |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Debug/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Debug/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/dbg/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/dbg/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
"Release": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem", |
||||
"data/server1.key": "../Grpc.IntegrationTesting/data/server1.key", |
||||
"data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem", |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Release/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Release/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/opt/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/opt/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
|
||||
"dependencies": { |
||||
"Grpc.IntegrationTesting": { |
||||
"target": "project" |
||||
} |
||||
}, |
||||
"frameworks": { |
||||
"net45": { }, |
||||
"netcoreapp1.0": { |
||||
"imports": [ |
||||
"portable-net45" |
||||
], |
||||
"dependencies": { |
||||
"Microsoft.NETCore.App": { |
||||
"type": "platform", |
||||
"version": "1.0.0" |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
"runtimeOptions": { |
||||
"configProperties": { |
||||
"System.GC.Server": true |
||||
} |
||||
} |
||||
} |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -1,69 +0,0 @@ |
||||
{ |
||||
"buildOptions": { |
||||
"emitEntryPoint": true |
||||
}, |
||||
"configurations": { |
||||
"Debug": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem", |
||||
"data/server1.key": "../Grpc.IntegrationTesting/data/server1.key", |
||||
"data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem", |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Debug/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Debug/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/dbg/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/dbg/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
"Release": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem", |
||||
"data/server1.key": "../Grpc.IntegrationTesting/data/server1.key", |
||||
"data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem", |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Release/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Release/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/opt/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/opt/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
|
||||
"dependencies": { |
||||
"Grpc.IntegrationTesting": { |
||||
"target": "project" |
||||
} |
||||
}, |
||||
"frameworks": { |
||||
"net45": { }, |
||||
"netcoreapp1.0": { |
||||
"imports": [ |
||||
"portable-net45" |
||||
], |
||||
"dependencies": { |
||||
"Microsoft.NETCore.App": { |
||||
"type": "platform", |
||||
"version": "1.0.0" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -1,69 +0,0 @@ |
||||
{ |
||||
"buildOptions": { |
||||
"emitEntryPoint": true |
||||
}, |
||||
"configurations": { |
||||
"Debug": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem", |
||||
"data/server1.key": "../Grpc.IntegrationTesting/data/server1.key", |
||||
"data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem", |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Debug/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Debug/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/dbg/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/dbg/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
"Release": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem", |
||||
"data/server1.key": "../Grpc.IntegrationTesting/data/server1.key", |
||||
"data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem", |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Release/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Release/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/opt/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/opt/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
|
||||
"dependencies": { |
||||
"Grpc.IntegrationTesting": { |
||||
"target": "project" |
||||
} |
||||
}, |
||||
"frameworks": { |
||||
"net45": { }, |
||||
"netcoreapp1.0": { |
||||
"imports": [ |
||||
"portable-net45" |
||||
], |
||||
"dependencies": { |
||||
"Microsoft.NETCore.App": { |
||||
"type": "platform", |
||||
"version": "1.0.0" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
@ -1,80 +0,0 @@ |
||||
{ |
||||
"buildOptions": { |
||||
"emitEntryPoint": true |
||||
}, |
||||
"configurations": { |
||||
"Debug": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem", |
||||
"data/server1.key": "../Grpc.IntegrationTesting/data/server1.key", |
||||
"data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem", |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Debug/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Debug/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/dbg/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/dbg/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
"Release": { |
||||
"buildOptions": { |
||||
"define": [ "SIGNED" ], |
||||
"keyFile": "../keys/Grpc.snk", |
||||
"xmlDoc": true, |
||||
"compile": { |
||||
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
||||
}, |
||||
"copyToOutput": { |
||||
"mappings": { |
||||
"data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem", |
||||
"data/server1.key": "../Grpc.IntegrationTesting/data/server1.key", |
||||
"data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem", |
||||
"grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Release/grpc_csharp_ext.dll", |
||||
"grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Release/grpc_csharp_ext.dll", |
||||
"libgrpc_csharp_ext.x64.so": "../../../libs/opt/libgrpc_csharp_ext.so", |
||||
"libgrpc_csharp_ext.x64.dylib": "../../../libs/opt/libgrpc_csharp_ext.dylib" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
|
||||
"dependencies": { |
||||
"Grpc.Auth": { |
||||
"target": "project" |
||||
}, |
||||
"Grpc.Core": { |
||||
"target": "project" |
||||
}, |
||||
"Google.Protobuf": "3.2.0", |
||||
"CommandLineParser": "2.1.1-beta", |
||||
"Moq": "4.7.0", |
||||
"NUnit": "3.6.0", |
||||
"NUnitLite": "3.6.0" |
||||
}, |
||||
"frameworks": { |
||||
"net45": { |
||||
"frameworkAssemblies": {} |
||||
}, |
||||
"netcoreapp1.0": { |
||||
"imports": [ |
||||
"portable-net45" |
||||
], |
||||
"dependencies": { |
||||
"Microsoft.NETCore.App": { |
||||
"type": "platform", |
||||
"version": "1.0.0" |
||||
}, |
||||
"System.Linq.Expressions": "4.1.0" |
||||
} |
||||
} |
||||
} |
||||
} |
@ -1,8 +0,0 @@ |
||||
{ |
||||
"frameworks": { |
||||
"net45": { } |
||||
}, |
||||
"runtimes": { |
||||
"win": { } |
||||
} |
||||
} |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue