~ubuntu-branches/ubuntu/wily/grpc/wily

« back to all changes in this revision

Viewing changes to src/csharp/Grpc.IntegrationTesting.Server/Grpc.IntegrationTesting.Server.csproj

  • Committer: Package Import Robot
  • Author(s): Andrew Pollock
  • Date: 2015-05-07 13:28:11 UTC
  • Revision ID: package-import@ubuntu.com-20150507132811-ybm4hfq73tnvvd2e
Tags: upstream-0.10.0
Import upstream version 0.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
 
6
    <ProductVersion>10.0.0</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{A654F3B8-E859-4E6A-B30D-227527DBEF0D}</ProjectGuid>
 
9
    <OutputType>Exe</OutputType>
 
10
    <RootNamespace>Grpc.IntegrationTesting.Server</RootNamespace>
 
11
    <AssemblyName>Grpc.IntegrationTesting.Server</AssemblyName>
 
12
    <StartupObject>Grpc.IntegrationTesting.Server.Program</StartupObject>
 
13
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
 
14
  </PropertyGroup>
 
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 
16
    <DebugSymbols>true</DebugSymbols>
 
17
    <DebugType>full</DebugType>
 
18
    <Optimize>false</Optimize>
 
19
    <OutputPath>bin\Debug</OutputPath>
 
20
    <DefineConstants>DEBUG;</DefineConstants>
 
21
    <ErrorReport>prompt</ErrorReport>
 
22
    <WarningLevel>4</WarningLevel>
 
23
    <Externalconsole>true</Externalconsole>
 
24
    <PlatformTarget>x86</PlatformTarget>
 
25
  </PropertyGroup>
 
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 
27
    <DebugType>full</DebugType>
 
28
    <Optimize>true</Optimize>
 
29
    <OutputPath>bin\Release</OutputPath>
 
30
    <ErrorReport>prompt</ErrorReport>
 
31
    <WarningLevel>4</WarningLevel>
 
32
    <Externalconsole>true</Externalconsole>
 
33
    <PlatformTarget>x86</PlatformTarget>
 
34
  </PropertyGroup>
 
35
  <ItemGroup>
 
36
    <Reference Include="System" />
 
37
  </ItemGroup>
 
38
  <ItemGroup>
 
39
    <Compile Include="Program.cs" />
 
40
    <Compile Include="Properties\AssemblyInfo.cs" />
 
41
  </ItemGroup>
 
42
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
43
  <ItemGroup>
 
44
    <ProjectReference Include="..\Grpc.IntegrationTesting\Grpc.IntegrationTesting.csproj">
 
45
      <Project>{C61154BA-DD4A-4838-8420-0162A28925E0}</Project>
 
46
      <Name>Grpc.IntegrationTesting</Name>
 
47
    </ProjectReference>
 
48
  </ItemGroup>
 
49
  <ItemGroup>
 
50
    <None Include="app.config" />
 
51
  </ItemGroup>
 
52
</Project>
 
 
b'\\ No newline at end of file'