diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-04-21 13:18:26 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-04-21 17:44:33 -0700 |
commit | 445a82bfae3a3b221d5c55183edfca7802c8476c (patch) | |
tree | e63a4293879e95f9cfb379591bb2568c3e722718 /src/csharp/Grpc.IntegrationTesting.StressClient/Properties | |
parent | 5a56891eb6b1591e97d36072ac067d762aecf07e (diff) |
Add C# stress test client
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.StressClient/Properties')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting.StressClient/Properties/AssemblyInfo.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.StressClient/Properties/AssemblyInfo.cs b/src/csharp/Grpc.IntegrationTesting.StressClient/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..e845bbfb9e --- /dev/null +++ b/src/csharp/Grpc.IntegrationTesting.StressClient/Properties/AssemblyInfo.cs @@ -0,0 +1,11 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +[assembly: AssemblyTitle("Grpc.IntegrationTesting.StressClient")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("")] +[assembly: AssemblyCopyright("Google Inc. All rights reserved.")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] |