From ecb02be1ea73ef83e5f63de7269e40f948ff1fcc Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 21 Jan 2016 10:45:57 -0800 Subject: [PATCH] include assembly signing key in the repo --- src/csharp/Grpc.Auth/Grpc.Auth.csproj | 2 +- src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj | 2 +- src/csharp/Grpc.Core/Grpc.Core.csproj | 2 +- .../Grpc.Examples.MathClient.csproj | 2 +- .../Grpc.Examples.MathServer.csproj | 2 +- .../Grpc.Examples.Tests.csproj | 2 +- src/csharp/Grpc.Examples/Grpc.Examples.csproj | 2 +- .../Grpc.HealthCheck.Tests.csproj | 2 +- .../Grpc.HealthCheck/Grpc.HealthCheck.csproj | 2 +- .../Grpc.IntegrationTesting.Client.csproj | 2 +- .../Grpc.IntegrationTesting.QpsWorker.csproj | 2 +- .../Grpc.IntegrationTesting.Server.csproj | 2 +- .../Grpc.IntegrationTesting.csproj | 2 +- src/csharp/keys/Grpc.snk | Bin 0 -> 596 bytes src/csharp/keys/README.md | 6 +++++- 15 files changed, 18 insertions(+), 14 deletions(-) create mode 100644 src/csharp/keys/Grpc.snk diff --git a/src/csharp/Grpc.Auth/Grpc.Auth.csproj b/src/csharp/Grpc.Auth/Grpc.Auth.csproj index 55bde6e1942..7e106544a7d 100644 --- a/src/csharp/Grpc.Auth/Grpc.Auth.csproj +++ b/src/csharp/Grpc.Auth/Grpc.Auth.csproj @@ -36,7 +36,7 @@ prompt 4 True - C:\keys\Grpc.snk + ..\keys\Grpc.snk diff --git a/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj b/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj index 475c7923476..83078281935 100644 --- a/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj +++ b/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj @@ -32,7 +32,7 @@ prompt 4 True - C:\keys\Grpc.snk + ..\keys\Grpc.snk diff --git a/src/csharp/Grpc.Core/Grpc.Core.csproj b/src/csharp/Grpc.Core/Grpc.Core.csproj index ef4ec70a4a1..38398a2afd6 100644 --- a/src/csharp/Grpc.Core/Grpc.Core.csproj +++ b/src/csharp/Grpc.Core/Grpc.Core.csproj @@ -35,7 +35,7 @@ prompt 4 True - C:\keys\Grpc.snk + ..\keys\Grpc.snk diff --git a/src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj b/src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj index b603e3af3c3..35c0646a3fd 100644 --- a/src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj +++ b/src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj @@ -34,7 +34,7 @@ prompt 4 True - C:\keys\Grpc.snk + ..\keys\Grpc.snk diff --git a/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj b/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj index 5f74b587736..74d79b44d98 100644 --- a/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj +++ b/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj @@ -34,7 +34,7 @@ prompt 4 True - C:\keys\Grpc.snk + ..\keys\Grpc.snk diff --git a/src/csharp/Grpc.Examples.Tests/Grpc.Examples.Tests.csproj b/src/csharp/Grpc.Examples.Tests/Grpc.Examples.Tests.csproj index 19414be1a6d..54c68c1f925 100644 --- a/src/csharp/Grpc.Examples.Tests/Grpc.Examples.Tests.csproj +++ b/src/csharp/Grpc.Examples.Tests/Grpc.Examples.Tests.csproj @@ -34,7 +34,7 @@ prompt 4 True - C:\keys\Grpc.snk + ..\keys\Grpc.snk diff --git a/src/csharp/Grpc.Examples/Grpc.Examples.csproj b/src/csharp/Grpc.Examples/Grpc.Examples.csproj index 9cf7bc6cb4d..c9b01950e50 100644 --- a/src/csharp/Grpc.Examples/Grpc.Examples.csproj +++ b/src/csharp/Grpc.Examples/Grpc.Examples.csproj @@ -34,7 +34,7 @@ prompt 4 True - C:\keys\Grpc.snk + ..\keys\Grpc.snk diff --git a/src/csharp/Grpc.HealthCheck.Tests/Grpc.HealthCheck.Tests.csproj b/src/csharp/Grpc.HealthCheck.Tests/Grpc.HealthCheck.Tests.csproj index 7cffab01e5e..bb6488b4f12 100644 --- a/src/csharp/Grpc.HealthCheck.Tests/Grpc.HealthCheck.Tests.csproj +++ b/src/csharp/Grpc.HealthCheck.Tests/Grpc.HealthCheck.Tests.csproj @@ -34,7 +34,7 @@ prompt 4 True - C:\keys\Grpc.snk + ..\keys\Grpc.snk diff --git a/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj b/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj index 6253390852b..7ffab4b692b 100644 --- a/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj +++ b/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj @@ -35,7 +35,7 @@ prompt 4 True - C:\keys\Grpc.snk + ..\keys\Grpc.snk diff --git a/src/csharp/Grpc.IntegrationTesting.Client/Grpc.IntegrationTesting.Client.csproj b/src/csharp/Grpc.IntegrationTesting.Client/Grpc.IntegrationTesting.Client.csproj index 8bc2082a1da..74d73e88d16 100644 --- a/src/csharp/Grpc.IntegrationTesting.Client/Grpc.IntegrationTesting.Client.csproj +++ b/src/csharp/Grpc.IntegrationTesting.Client/Grpc.IntegrationTesting.Client.csproj @@ -36,7 +36,7 @@ prompt 4 True - C:\keys\Grpc.snk + ..\keys\Grpc.snk diff --git a/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.csproj b/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.csproj index 342eead1a3c..0dc2751b045 100644 --- a/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.csproj +++ b/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.csproj @@ -34,7 +34,7 @@ prompt 4 True - C:\keys\Grpc.snk + ..\keys\Grpc.snk diff --git a/src/csharp/Grpc.IntegrationTesting.Server/Grpc.IntegrationTesting.Server.csproj b/src/csharp/Grpc.IntegrationTesting.Server/Grpc.IntegrationTesting.Server.csproj index 1eadbeb9206..f877b7fba26 100644 --- a/src/csharp/Grpc.IntegrationTesting.Server/Grpc.IntegrationTesting.Server.csproj +++ b/src/csharp/Grpc.IntegrationTesting.Server/Grpc.IntegrationTesting.Server.csproj @@ -36,7 +36,7 @@ prompt 4 True - C:\keys\Grpc.snk + ..\keys\Grpc.snk diff --git a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj index 125d2dd0d50..30423313c01 100644 --- a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj +++ b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj @@ -35,7 +35,7 @@ prompt 4 True - C:\keys\Grpc.snk + ..\keys\Grpc.snk diff --git a/src/csharp/keys/Grpc.snk b/src/csharp/keys/Grpc.snk new file mode 100644 index 0000000000000000000000000000000000000000..cbeb68d3da1abcc3bb52b8560fdd7901b1e0e6b0 GIT binary patch literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50096mSC^?QZ_Vf%)CrG61VX!x5_X3o-U|$| zv0jy1GNBVvbPna8ER@8K+>RH05K>cXipEjA;T+}KIw$;$B`@9PvT<1vK20Z&{b>- zN*J}(-8^uF4fcXkH6X~lQ1`ozSSgaPd)^p2NTGO%o1ewGEZpjW$*EP|;lexJ`tBb< zas)8g19YpyGwcT6kLhur)wzpBY%8=d@%Mk)=2O8xlFg)|z0E|>^>q?c0Lnq`hh}G% znr3Y5g>q-w@%b>m_fWIB1#nkk+&|SeVfLTB(g_R?&+0+!jUk&VmP%up%ExIm{UswX z@mnlWCO;yvwX(Nz_X1A2QR{n+ZqlFMJ3)~1fih@$aezCi3T%^3!;k>-T-5NtZyskd z^RzgeO7hn)4oL&@nxkbM i(V%dEx~i{VBN-={vG#`emW