The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
2.2 KiB
55 lines
2.2 KiB
<?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)' == '' ">x86</Platform> |
|
<ProductVersion>10.0.0</ProductVersion> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
<ProjectGuid>{A654F3B8-E859-4E6A-B30D-227527DBEF0D}</ProjectGuid> |
|
<OutputType>Exe</OutputType> |
|
<RootNamespace>Grpc.IntegrationTesting.Server</RootNamespace> |
|
<AssemblyName>Grpc.IntegrationTesting.Server</AssemblyName> |
|
<StartupObject>Grpc.IntegrationTesting.Server.Program</StartupObject> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>full</DebugType> |
|
<Optimize>false</Optimize> |
|
<OutputPath>bin\Debug</OutputPath> |
|
<DefineConstants>DEBUG;</DefineConstants> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
<Externalconsole>true</Externalconsole> |
|
<PlatformTarget>x86</PlatformTarget> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
<DebugType>full</DebugType> |
|
<Optimize>true</Optimize> |
|
<OutputPath>bin\Release</OutputPath> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
<Externalconsole>true</Externalconsole> |
|
<PlatformTarget>x86</PlatformTarget> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="..\Grpc.Core\Version.cs"> |
|
<Link>Version.cs</Link> |
|
</Compile> |
|
<Compile Include="Program.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
<ItemGroup> |
|
<ProjectReference Include="..\Grpc.IntegrationTesting\Grpc.IntegrationTesting.csproj"> |
|
<Project>{C61154BA-DD4A-4838-8420-0162A28925E0}</Project> |
|
<Name>Grpc.IntegrationTesting</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="app.config" /> |
|
</ItemGroup> |
|
</Project> |