Index: third_party/grpc/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj |
diff --git a/third_party/grpc/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj b/third_party/grpc/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj |
new file mode 100644 |
index 0000000000000000000000000000000000000000..74d79b44d98f36a203f71ce2367a153d5a8d8c63 |
--- /dev/null |
+++ b/third_party/grpc/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj |
@@ -0,0 +1,60 @@ |
+<?xml version="1.0" encoding="utf-8"?> |
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
+ <PropertyGroup> |
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
+ <ProductVersion>10.0.0</ProductVersion> |
+ <SchemaVersion>2.0</SchemaVersion> |
+ <ProjectGuid>{BF62FE08-373A-43D6-9D73-41CAA38B7011}</ProjectGuid> |
+ <OutputType>Exe</OutputType> |
+ <RootNamespace>Grpc.Examples.MathServer</RootNamespace> |
+ <AssemblyName>MathServer</AssemblyName> |
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
+ </PropertyGroup> |
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
+ <DebugSymbols>true</DebugSymbols> |
+ <DebugType>full</DebugType> |
+ <Optimize>false</Optimize> |
+ <OutputPath>bin\Debug</OutputPath> |
+ <DefineConstants>DEBUG;</DefineConstants> |
+ <ErrorReport>prompt</ErrorReport> |
+ <WarningLevel>4</WarningLevel> |
+ </PropertyGroup> |
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
+ <DebugType>pdbonly</DebugType> |
+ <Optimize>true</Optimize> |
+ <OutputPath>bin\Release</OutputPath> |
+ <ErrorReport>prompt</ErrorReport> |
+ <WarningLevel>4</WarningLevel> |
+ </PropertyGroup> |
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|AnyCPU' "> |
+ <DebugType>pdbonly</DebugType> |
+ <Optimize>true</Optimize> |
+ <OutputPath>bin\ReleaseSigned</OutputPath> |
+ <ErrorReport>prompt</ErrorReport> |
+ <WarningLevel>4</WarningLevel> |
+ <SignAssembly>True</SignAssembly> |
+ <AssemblyOriginatorKeyFile>..\keys\Grpc.snk</AssemblyOriginatorKeyFile> |
+ </PropertyGroup> |
+ <ItemGroup> |
+ <Reference Include="System" /> |
+ </ItemGroup> |
+ <ItemGroup> |
+ <Compile Include="..\Grpc.Core\Version.cs"> |
+ <Link>Version.cs</Link> |
+ </Compile> |
+ <Compile Include="Properties\AssemblyInfo.cs" /> |
+ <Compile Include="MathServer.cs" /> |
+ </ItemGroup> |
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
+ <ItemGroup> |
+ <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj"> |
+ <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project> |
+ <Name>Grpc.Core</Name> |
+ </ProjectReference> |
+ <ProjectReference Include="..\Grpc.Examples\Grpc.Examples.csproj"> |
+ <Project>{7DC1433E-3225-42C7-B7EA-546D56E27A4B}</Project> |
+ <Name>Grpc.Examples</Name> |
+ </ProjectReference> |
+ </ItemGroup> |
+</Project> |