renaming of VS projects and other minor structural fixes

pull/656/head
Jan Tattermusch 10 years ago
parent b84abbd307
commit 8b86b15e67
  1. 0
      src/csharp/Grpc.Api.Tests/.gitignore
  2. 23
      src/csharp/Grpc.Api.Tests/Grpc.Api.Tests.csproj
  3. 0
      src/csharp/Grpc.Api.Tests/MathClientServerTests.cs
  4. 2
      src/csharp/Grpc.Api.Tests/Properties/AssemblyInfo.cs
  5. 0
      src/csharp/Grpc.Api.Tests/packages.config
  6. 0
      src/csharp/Grpc.Api/.gitignore
  7. 0
      src/csharp/Grpc.Api/Empty.cs
  8. 15
      src/csharp/Grpc.Api/Grpc.Api.csproj
  9. 0
      src/csharp/Grpc.Api/Math.cs
  10. 0
      src/csharp/Grpc.Api/MathExamples.cs
  11. 0
      src/csharp/Grpc.Api/MathGrpc.cs
  12. 0
      src/csharp/Grpc.Api/MathServiceImpl.cs
  13. 0
      src/csharp/Grpc.Api/Messages.cs
  14. 2
      src/csharp/Grpc.Api/Properties/AssemblyInfo.cs
  15. 0
      src/csharp/Grpc.Api/TestServiceGrpc.cs
  16. 0
      src/csharp/Grpc.Api/packages.config
  17. 0
      src/csharp/Grpc.Api/proto/empty.proto
  18. 0
      src/csharp/Grpc.Api/proto/math.proto
  19. 0
      src/csharp/Grpc.Api/proto/messages.proto
  20. 0
      src/csharp/Grpc.Api/proto/test.proto
  21. 0
      src/csharp/Grpc.Core.Tests/.gitignore
  22. 0
      src/csharp/Grpc.Core.Tests/ClientServerTest.cs
  23. 8
      src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj
  24. 0
      src/csharp/Grpc.Core.Tests/GrpcEnvironmentTest.cs
  25. 2
      src/csharp/Grpc.Core.Tests/Properties/AssemblyInfo.cs
  26. 0
      src/csharp/Grpc.Core.Tests/ServerTest.cs
  27. 0
      src/csharp/Grpc.Core.Tests/TestResult.xml
  28. 0
      src/csharp/Grpc.Core.Tests/TimespecTest.cs
  29. 0
      src/csharp/Grpc.Core.Tests/packages.config
  30. 0
      src/csharp/Grpc.Core/.gitignore
  31. 0
      src/csharp/Grpc.Core/Call.cs
  32. 0
      src/csharp/Grpc.Core/Calls.cs
  33. 0
      src/csharp/Grpc.Core/Channel.cs
  34. 0
      src/csharp/Grpc.Core/ClientStreamingAsyncResult.cs
  35. 4
      src/csharp/Grpc.Core/Grpc.Core.csproj
  36. 0
      src/csharp/Grpc.Core/GrpcEnvironment.cs
  37. 0
      src/csharp/Grpc.Core/Internal/AsyncCall.cs
  38. 0
      src/csharp/Grpc.Core/Internal/BatchContextSafeHandleNotOwned.cs
  39. 0
      src/csharp/Grpc.Core/Internal/CallSafeHandle.cs
  40. 0
      src/csharp/Grpc.Core/Internal/ChannelSafeHandle.cs
  41. 0
      src/csharp/Grpc.Core/Internal/ClientStreamingInputObserver.cs
  42. 0
      src/csharp/Grpc.Core/Internal/CompletionQueueSafeHandle.cs
  43. 0
      src/csharp/Grpc.Core/Internal/Enums.cs
  44. 0
      src/csharp/Grpc.Core/Internal/GrpcThreadPool.cs
  45. 0
      src/csharp/Grpc.Core/Internal/SafeHandleZeroIsInvalid.cs
  46. 0
      src/csharp/Grpc.Core/Internal/ServerSafeHandle.cs
  47. 0
      src/csharp/Grpc.Core/Internal/ServerStreamingOutputObserver.cs
  48. 0
      src/csharp/Grpc.Core/Internal/Timespec.cs
  49. 0
      src/csharp/Grpc.Core/Marshaller.cs
  50. 0
      src/csharp/Grpc.Core/Method.cs
  51. 4
      src/csharp/Grpc.Core/Properties/AssemblyInfo.cs
  52. 0
      src/csharp/Grpc.Core/RpcException.cs
  53. 0
      src/csharp/Grpc.Core/Server.cs
  54. 0
      src/csharp/Grpc.Core/ServerCallHandler.cs
  55. 0
      src/csharp/Grpc.Core/ServerCalls.cs
  56. 0
      src/csharp/Grpc.Core/ServerServiceDefinition.cs
  57. 0
      src/csharp/Grpc.Core/Status.cs
  58. 0
      src/csharp/Grpc.Core/StatusCode.cs
  59. 0
      src/csharp/Grpc.Core/Utils/RecordingObserver.cs
  60. 0
      src/csharp/Grpc.Core/Utils/RecordingQueue.cs
  61. 0
      src/csharp/Grpc.IntegrationTesting/.gitignore
  62. 2
      src/csharp/Grpc.IntegrationTesting/Client.cs
  63. 16
      src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
  64. 2
      src/csharp/Grpc.IntegrationTesting/Properties/AssemblyInfo.cs
  65. 0
      src/csharp/Grpc.IntegrationTesting/packages.config
  66. 12
      src/csharp/Grpc.sln
  67. 16
      src/csharp/MathClient/MathClient.csproj

@ -7,8 +7,8 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{143B1C29-C442-4BE0-BF3F-A8F92288AC9F}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>GrpcApiTests</RootNamespace>
<AssemblyName>GrpcApiTests</AssemblyName>
<RootNamespace>Grpc.Api.Tests</RootNamespace>
<AssemblyName>Grpc.Api.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@ -30,14 +30,13 @@
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="Google.ProtocolBuffers, Version=2.4.1.521, Culture=neutral, PublicKeyToken=55f7125234beb589, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Google.ProtocolBuffers.2.4.1.521\lib\net40\Google.ProtocolBuffers.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="Google.ProtocolBuffers">
<HintPath>..\packages\Google.ProtocolBuffers.2.4.1.521\lib\net40\Google.ProtocolBuffers.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
@ -45,13 +44,13 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\GrpcApi\GrpcApi.csproj">
<Project>{7DC1433E-3225-42C7-B7EA-546D56E27A4B}</Project>
<Name>GrpcApi</Name>
</ProjectReference>
<ProjectReference Include="..\GrpcCore\GrpcCore.csproj">
<ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
<Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
<Name>GrpcCore</Name>
<Name>Grpc.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Grpc.Api\Grpc.Api.csproj">
<Project>{7DC1433E-3225-42C7-B7EA-546D56E27A4B}</Project>
<Name>Grpc.Api</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>

@ -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("InteropClient")]
[assembly: AssemblyTitle("Grpc.Api.Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]

@ -7,8 +7,8 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7DC1433E-3225-42C7-B7EA-546D56E27A4B}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>GrpcApi</RootNamespace>
<AssemblyName>GrpcApi</AssemblyName>
<RootNamespace>Grpc.Api</RootNamespace>
<AssemblyName>Grpc.Api</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@ -30,10 +30,6 @@
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="Google.ProtocolBuffers, Version=2.4.1.521, Culture=neutral, PublicKeyToken=55f7125234beb589, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Google.ProtocolBuffers.2.4.1.521\lib\net40\Google.ProtocolBuffers.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Reactive.Core">
<HintPath>..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
@ -48,6 +44,9 @@
<Reference Include="System.Reactive.PlatformServices">
<HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
</Reference>
<Reference Include="Google.ProtocolBuffers">
<HintPath>..\packages\Google.ProtocolBuffers.2.4.1.521\lib\net40\Google.ProtocolBuffers.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
@ -61,9 +60,9 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\GrpcCore\GrpcCore.csproj">
<ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
<Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
<Name>GrpcCore</Name>
<Name>Grpc.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>

@ -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 ("GrpcApi")]
[assembly: AssemblyTitle ("Grpc.Api")]
[assembly: AssemblyDescription ("")]
[assembly: AssemblyConfiguration ("")]
[assembly: AssemblyCompany ("")]

@ -7,8 +7,8 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{86EC5CB4-4EA2-40A2-8057-86542A0353BB}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>GrpcCoreTests</RootNamespace>
<AssemblyName>GrpcCoreTests</AssemblyName>
<RootNamespace>Grpc.Core.Tests</RootNamespace>
<AssemblyName>Grpc.Core.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@ -44,9 +44,9 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\GrpcCore\GrpcCore.csproj">
<ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
<Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
<Name>GrpcCore</Name>
<Name>Grpc.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>

@ -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("GrpcCoreTests")]
[assembly: AssemblyTitle("Grpc.Core.Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]

@ -7,8 +7,8 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>GrpcCore</RootNamespace>
<AssemblyName>GrpcCore</AssemblyName>
<RootNamespace>Grpc.Core</RootNamespace>
<AssemblyName>Grpc.Core</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

@ -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 ("GrpcCore")]
[assembly: AssemblyTitle ("Grpc.Core")]
[assembly: AssemblyDescription ("")]
[assembly: AssemblyConfiguration ("")]
[assembly: AssemblyCompany ("")]
@ -20,5 +20,5 @@ using System.Runtime.CompilerServices;
//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]
[assembly: InternalsVisibleTo("GrpcCoreTests")]
[assembly: InternalsVisibleTo("Grpc.Core.Tests")]

@ -40,7 +40,7 @@ using Grpc.Core.Utils;
using NUnit.Framework;
using grpc.testing;
namespace Grpc.Interop
namespace Grpc.IntegrationTesting
{
class Client
{

@ -7,9 +7,9 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{C61154BA-DD4A-4838-8420-0162A28925E0}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>InteropClient</RootNamespace>
<AssemblyName>InteropClient</AssemblyName>
<StartupObject>Grpc.Interop.Client</StartupObject>
<RootNamespace>Grpc.IntegrationTesting</RootNamespace>
<AssemblyName>Grpc.IntegrationTesting</AssemblyName>
<StartupObject>Grpc.IntegrationTesting.Client</StartupObject>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@ -47,16 +47,16 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\GrpcCore\GrpcCore.csproj">
<ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
<Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
<Name>GrpcCore</Name>
<Name>Grpc.Core</Name>
</ProjectReference>
<ProjectReference Include="..\GrpcApi\GrpcApi.csproj">
<ProjectReference Include="..\Grpc.Api\Grpc.Api.csproj">
<Project>{7DC1433E-3225-42C7-B7EA-546D56E27A4B}</Project>
<Name>GrpcApi</Name>
<Name>Grpc.Api</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
</Project>
</Project>

@ -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("GrpcApiTests")]
[assembly: AssemblyTitle("Grpc.IntegrationTesting")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]

@ -1,17 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GrpcApi", "GrpcApi\GrpcApi.csproj", "{7DC1433E-3225-42C7-B7EA-546D56E27A4B}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grpc.Api", "Grpc.Api\Grpc.Api.csproj", "{7DC1433E-3225-42C7-B7EA-546D56E27A4B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GrpcCore", "GrpcCore\GrpcCore.csproj", "{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grpc.Core", "Grpc.Core\Grpc.Core.csproj", "{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GrpcCoreTests", "GrpcCoreTests\GrpcCoreTests.csproj", "{86EC5CB4-4EA2-40A2-8057-86542A0353BB}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grpc.Core.Tests", "Grpc.Core.Tests\Grpc.Core.Tests.csproj", "{86EC5CB4-4EA2-40A2-8057-86542A0353BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GrpcApiTests", "GrpcApiTests\GrpcApiTests.csproj", "{143B1C29-C442-4BE0-BF3F-A8F92288AC9F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grpc.Api.Tests", "Grpc.Api.Tests\Grpc.Api.Tests.csproj", "{143B1C29-C442-4BE0-BF3F-A8F92288AC9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MathClient", "MathClient\MathClient.csproj", "{61ECB8EE-0C96-4F8E-B187-8E4D227417C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InteropClient", "InteropClient\InteropClient.csproj", "{C61154BA-DD4A-4838-8420-0162A28925E0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grpc.IntegrationTesting", "Grpc.IntegrationTesting\Grpc.IntegrationTesting.csproj", "{C61154BA-DD4A-4838-8420-0162A28925E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -45,6 +45,6 @@ Global
{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = InteropClient\InteropClient.csproj
StartupItem = Grpc.Api\Grpc.Api.csproj
EndGlobalSection
EndGlobal

@ -7,8 +7,8 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{61ECB8EE-0C96-4F8E-B187-8E4D227417C0}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>GrpcDemo</RootNamespace>
<AssemblyName>GrpcDemo</AssemblyName>
<RootNamespace>MathClient</RootNamespace>
<AssemblyName>MathClient</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@ -40,13 +40,13 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\GrpcApi\GrpcApi.csproj">
<Project>{7DC1433E-3225-42C7-B7EA-546D56E27A4B}</Project>
<Name>GrpcApi</Name>
</ProjectReference>
<ProjectReference Include="..\GrpcCore\GrpcCore.csproj">
<ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
<Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
<Name>GrpcCore</Name>
<Name>Grpc.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Grpc.Api\Grpc.Api.csproj">
<Project>{7DC1433E-3225-42C7-B7EA-546D56E27A4B}</Project>
<Name>Grpc.Api</Name>
</ProjectReference>
</ItemGroup>
</Project>
Loading…
Cancel
Save