aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples/Grpc.Examples.csproj
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-01-21 10:45:57 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-01-21 10:45:57 -0800
commitecb02be1ea73ef83e5f63de7269e40f948ff1fcc (patch)
tree3d9bf921030542cc3c2505e323cd9635fcb9637b /src/csharp/Grpc.Examples/Grpc.Examples.csproj
parent93205e63352c614cc47b5cd0342cc1a06797de2f (diff)
include assembly signing key in the repo
Diffstat (limited to 'src/csharp/Grpc.Examples/Grpc.Examples.csproj')
-rw-r--r--src/csharp/Grpc.Examples/Grpc.Examples.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Examples/Grpc.Examples.csproj b/src/csharp/Grpc.Examples/Grpc.Examples.csproj
index 9cf7bc6cb4..c9b01950e5 100644
--- a/src/csharp/Grpc.Examples/Grpc.Examples.csproj
+++ b/src/csharp/Grpc.Examples/Grpc.Examples.csproj
@@ -34,7 +34,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<SignAssembly>True</SignAssembly>
- <AssemblyOriginatorKeyFile>C:\keys\Grpc.snk</AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>..\keys\Grpc.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Google.Protobuf, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">