diff options
author | David Garcia Quintas <dgq@google.com> | 2016-01-25 12:53:50 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-01-25 12:53:50 -0800 |
commit | 541db25d45f548968386a17b9ca4726db912af4b (patch) | |
tree | e9320ac2058e5bd2ad2b7e424f6477265f709791 /src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj | |
parent | 28991142fac3277d5af6fe17d022a37740da09b6 (diff) | |
parent | 22f6dccec6bf1efd7e2a3cbb8e138662cf8d2e35 (diff) |
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
Diffstat (limited to 'src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj')
-rw-r--r-- | src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj b/src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj index b603e3af3c..35c0646a3f 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 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <SignAssembly>True</SignAssembly> - <AssemblyOriginatorKeyFile>C:\keys\Grpc.snk</AssemblyOriginatorKeyFile> + <AssemblyOriginatorKeyFile>..\keys\Grpc.snk</AssemblyOriginatorKeyFile> </PropertyGroup> <ItemGroup> <Reference Include="System" /> |