diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-02-20 09:38:54 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-02-20 09:49:25 -0800 |
commit | 92aa11dff6059f708bd8d5f531fd86e7535bb1a8 (patch) | |
tree | bd179afc553dd24053fa47e362480cc70c71769f /src | |
parent | babfd91e4ae71a5601827cebcafc73094c3d8588 (diff) |
renamed MathClient -> Grpc.Examples.MathClient
Diffstat (limited to 'src')
-rw-r--r-- | src/csharp/Grpc.Examples.MathClient/.gitignore (renamed from src/csharp/MathClient/.gitignore) | 0 | ||||
-rw-r--r-- | src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj (renamed from src/csharp/MathClient/MathClient.csproj) | 6 | ||||
-rw-r--r-- | src/csharp/Grpc.Examples.MathClient/MathClient.cs (renamed from src/csharp/MathClient/MathClient.cs) | 0 | ||||
-rw-r--r-- | src/csharp/Grpc.Examples.MathClient/Properties/AssemblyInfo.cs (renamed from src/csharp/MathClient/Properties/AssemblyInfo.cs) | 2 | ||||
-rw-r--r-- | src/csharp/Grpc.sln | 5 |
5 files changed, 8 insertions, 5 deletions
diff --git a/src/csharp/MathClient/.gitignore b/src/csharp/Grpc.Examples.MathClient/.gitignore index 1746e3269e..1746e3269e 100644 --- a/src/csharp/MathClient/.gitignore +++ b/src/csharp/Grpc.Examples.MathClient/.gitignore diff --git a/src/csharp/MathClient/MathClient.csproj b/src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj index fdecee13ff..19bb4347aa 100644 --- a/src/csharp/MathClient/MathClient.csproj +++ b/src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj @@ -7,7 +7,7 @@ <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{61ECB8EE-0C96-4F8E-B187-8E4D227417C0}</ProjectGuid> <OutputType>Exe</OutputType> - <RootNamespace>MathClient</RootNamespace> + <RootNamespace>math</RootNamespace> <AssemblyName>MathClient</AssemblyName> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> </PropertyGroup> @@ -44,9 +44,9 @@ <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project> <Name>Grpc.Core</Name> </ProjectReference> - <ProjectReference Include="..\Grpc.Api\Grpc.Examples.csproj"> + <ProjectReference Include="..\Grpc.Examples\Grpc.Examples.csproj"> <Project>{7DC1433E-3225-42C7-B7EA-546D56E27A4B}</Project> <Name>Grpc.Examples</Name> </ProjectReference> </ItemGroup> -</Project>
\ No newline at end of file +</Project> diff --git a/src/csharp/MathClient/MathClient.cs b/src/csharp/Grpc.Examples.MathClient/MathClient.cs index 95a4678bb8..95a4678bb8 100644 --- a/src/csharp/MathClient/MathClient.cs +++ b/src/csharp/Grpc.Examples.MathClient/MathClient.cs diff --git a/src/csharp/MathClient/Properties/AssemblyInfo.cs b/src/csharp/Grpc.Examples.MathClient/Properties/AssemblyInfo.cs index d69b45a808..bdd7189db2 100644 --- a/src/csharp/MathClient/Properties/AssemblyInfo.cs +++ b/src/csharp/Grpc.Examples.MathClient/Properties/AssemblyInfo.cs @@ -3,7 +3,7 @@ using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. // Change them to the values specific to your project. -[assembly: AssemblyTitle ("MathClient")] +[assembly: AssemblyTitle ("Grpc.Examples.MathClient")] [assembly: AssemblyDescription ("")] [assembly: AssemblyConfiguration ("")] [assembly: AssemblyCompany ("")] diff --git a/src/csharp/Grpc.sln b/src/csharp/Grpc.sln index f11b67bcd6..a544eb1c33 100644 --- a/src/csharp/Grpc.sln +++ b/src/csharp/Grpc.sln @@ -9,7 +9,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grpc.Core.Tests", "Grpc.Cor EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grpc.Examples.Tests", "Grpc.Examples.Tests\Grpc.Examples.Tests.csproj", "{143B1C29-C442-4BE0-BF3F-A8F92288AC9F}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MathClient", "MathClient\MathClient.csproj", "{61ECB8EE-0C96-4F8E-B187-8E4D227417C0}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grpc.Examples.MathClient", "Grpc.Examples.MathClient\Grpc.Examples.MathClient.csproj", "{61ECB8EE-0C96-4F8E-B187-8E4D227417C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grpc.IntegrationTesting", "Grpc.IntegrationTesting\Grpc.IntegrationTesting.csproj", "{C61154BA-DD4A-4838-8420-0162A28925E0}"
EndProject
@@ -44,4 +44,7 @@ Global {CCC4440E-49F7-4790-B0AF-FEABB0837AE7}.Release|x86.ActiveCfg = Release|Any CPU
{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
+ GlobalSection(MonoDevelopProperties) = preSolution
+ StartupItem = Grpc.Examples\Grpc.Examples.csproj
+ EndGlobalSection
EndGlobal
|