|
|
|
@ -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.Examples</RootNamespace> |
|
|
|
|
<AssemblyName>Grpc.Examples</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,29 +44,26 @@ |
|
|
|
|
<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" /> |
|
|
|
|
<Compile Include="Math.cs" /> |
|
|
|
|
<Compile Include="MathGrpc.cs" /> |
|
|
|
|
<Compile Include="MathServiceImpl.cs" /> |
|
|
|
|
<Compile Include="Empty.cs" /> |
|
|
|
|
<Compile Include="Messages.cs" /> |
|
|
|
|
<Compile Include="TestServiceGrpc.cs" /> |
|
|
|
|
<Compile Include="MathExamples.cs" /> |
|
|
|
|
</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> |
|
|
|
|
<None Include="packages.config" /> |
|
|
|
|
<None Include="proto\math.proto" /> |
|
|
|
|
<None Include="proto\empty.proto" /> |
|
|
|
|
<None Include="proto\messages.proto" /> |
|
|
|
|
<None Include="proto\test.proto" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
</Project> |