| Index: third_party/grpc/src/csharp/Grpc.Examples.MathServer/Properties/AssemblyInfo.cs
|
| diff --git a/third_party/grpc/src/csharp/Grpc.Examples.MathServer/Properties/AssemblyInfo.cs b/third_party/grpc/src/csharp/Grpc.Examples.MathServer/Properties/AssemblyInfo.cs
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..63035b6c63b78cec07a03723375cdc24885e9e53
|
| --- /dev/null
|
| +++ b/third_party/grpc/src/csharp/Grpc.Examples.MathServer/Properties/AssemblyInfo.cs
|
| @@ -0,0 +1,11 @@
|
| +using System.Reflection;
|
| +using System.Runtime.CompilerServices;
|
| +
|
| +[assembly: AssemblyTitle("Grpc.Examples.MathServer")]
|
| +[assembly: AssemblyDescription("")]
|
| +[assembly: AssemblyConfiguration("")]
|
| +[assembly: AssemblyCompany("")]
|
| +[assembly: AssemblyProduct("")]
|
| +[assembly: AssemblyCopyright("Google Inc. All rights reserved.")]
|
| +[assembly: AssemblyTrademark("")]
|
| +[assembly: AssemblyCulture("")]
|
|
|