blob: 59b768af018dd39154548a33973991d04ce29d08 [file] [log] [blame]
Jan Tattermusch226af652015-04-03 16:39:51 -07001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Jan Tattermusch03515a52015-07-09 21:59:48 -07003 <Import Project="..\packages\grpc.native.csharp_ext.0.10.0\build\portable-net45\grpc.native.csharp_ext.props" Condition="Exists('..\packages\grpc.native.csharp_ext.0.10.0\build\portable-net45\grpc.native.csharp_ext.props')" />
Jan Tattermusch226af652015-04-03 16:39:51 -07004 <Import Project="..\packages\grpc.dependencies.openssl.redist.1.0.2.2\build\portable-net45\grpc.dependencies.openssl.redist.props" Condition="Exists('..\packages\grpc.dependencies.openssl.redist.1.0.2.2\build\portable-net45\grpc.dependencies.openssl.redist.props')" />
5 <Import Project="..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\portable-net45\grpc.dependencies.zlib.redist.props" Condition="Exists('..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\portable-net45\grpc.dependencies.zlib.redist.props')" />
6 <PropertyGroup>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ProductVersion>10.0.0</ProductVersion>
10 <SchemaVersion>2.0</SchemaVersion>
11 <ProjectGuid>{ACCF4597-3748-4117-8633-1CB767F8CCC3}</ProjectGuid>
12 <OutputType>Exe</OutputType>
13 <RootNamespace>GreeterClient</RootNamespace>
14 <AssemblyName>GreeterClient</AssemblyName>
15 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
Jan Tattermusch03515a52015-07-09 21:59:48 -070016 <NuGetPackageImportStamp>985ca8be</NuGetPackageImportStamp>
Jan Tattermusch226af652015-04-03 16:39:51 -070017 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>bin\Debug</OutputPath>
23 <DefineConstants>DEBUG;</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
26 <Externalconsole>true</Externalconsole>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugType>full</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release</OutputPath>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 <Externalconsole>true</Externalconsole>
35 </PropertyGroup>
36 <ItemGroup>
37 <Reference Include="Google.ProtocolBuffers">
38 <HintPath>..\packages\Google.ProtocolBuffers.2.4.1.555\lib\net40\Google.ProtocolBuffers.dll</HintPath>
39 </Reference>
40 <Reference Include="Google.ProtocolBuffers.Serialization">
41 <HintPath>..\packages\Google.ProtocolBuffers.2.4.1.555\lib\net40\Google.ProtocolBuffers.Serialization.dll</HintPath>
42 </Reference>
Jan Tattermusch03515a52015-07-09 21:59:48 -070043 <Reference Include="Grpc.Core, Version=0.6.5668.37363, Culture=neutral, processorArchitecture=MSIL">
Jan Tattermuschd9c10902015-06-05 14:48:38 -070044 <SpecificVersion>False</SpecificVersion>
Jan Tattermusch03515a52015-07-09 21:59:48 -070045 <HintPath>..\packages\Grpc.Core.0.6.0\lib\net45\Grpc.Core.dll</HintPath>
Jan Tattermusch226af652015-04-03 16:39:51 -070046 </Reference>
47 <Reference Include="System" />
Jan Tattermusch03515a52015-07-09 21:59:48 -070048 <Reference Include="System.Collections.Immutable, Version=1.1.36.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
49 <SpecificVersion>False</SpecificVersion>
50 <HintPath>..\packages\System.Collections.Immutable.1.1.36\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
Jan Tattermusch226af652015-04-03 16:39:51 -070051 </Reference>
Jan Tattermusch699373f2015-05-21 13:09:58 -070052 <Reference Include="System.Interactive.Async">
53 <HintPath>..\packages\Ix-Async.1.2.3\lib\net45\System.Interactive.Async.dll</HintPath>
54 </Reference>
Jan Tattermusch226af652015-04-03 16:39:51 -070055 </ItemGroup>
56 <ItemGroup>
57 <Compile Include="Program.cs" />
58 <Compile Include="Properties\AssemblyInfo.cs" />
59 </ItemGroup>
60 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
61 <ItemGroup>
62 <ProjectReference Include="..\Greeter\Greeter.csproj">
63 <Project>{724DFC8C-4B57-4C3F-811C-0463BE2A2829}</Project>
64 <Name>Greeter</Name>
65 </ProjectReference>
66 </ItemGroup>
67 <ItemGroup>
68 <None Include="packages.config" />
69 </ItemGroup>
70 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
71 <PropertyGroup>
72 <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
73 </PropertyGroup>
74 <Error Condition="!Exists('..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\portable-net45\grpc.dependencies.zlib.redist.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\portable-net45\grpc.dependencies.zlib.redist.props'))" />
75 <Error Condition="!Exists('..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\portable-net45\grpc.dependencies.zlib.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\portable-net45\grpc.dependencies.zlib.redist.targets'))" />
76 <Error Condition="!Exists('..\packages\grpc.dependencies.openssl.redist.1.0.2.2\build\portable-net45\grpc.dependencies.openssl.redist.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\grpc.dependencies.openssl.redist.1.0.2.2\build\portable-net45\grpc.dependencies.openssl.redist.props'))" />
77 <Error Condition="!Exists('..\packages\grpc.dependencies.openssl.redist.1.0.2.2\build\portable-net45\grpc.dependencies.openssl.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\grpc.dependencies.openssl.redist.1.0.2.2\build\portable-net45\grpc.dependencies.openssl.redist.targets'))" />
Jan Tattermusch03515a52015-07-09 21:59:48 -070078 <Error Condition="!Exists('..\packages\grpc.native.csharp_ext.0.10.0\build\portable-net45\grpc.native.csharp_ext.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\grpc.native.csharp_ext.0.10.0\build\portable-net45\grpc.native.csharp_ext.props'))" />
79 <Error Condition="!Exists('..\packages\grpc.native.csharp_ext.0.10.0\build\portable-net45\grpc.native.csharp_ext.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\grpc.native.csharp_ext.0.10.0\build\portable-net45\grpc.native.csharp_ext.targets'))" />
Jan Tattermusch226af652015-04-03 16:39:51 -070080 </Target>
81 <Import Project="..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\portable-net45\grpc.dependencies.zlib.redist.targets" Condition="Exists('..\packages\grpc.dependencies.zlib.redist.1.2.8.9\build\portable-net45\grpc.dependencies.zlib.redist.targets')" />
82 <Import Project="..\packages\grpc.dependencies.openssl.redist.1.0.2.2\build\portable-net45\grpc.dependencies.openssl.redist.targets" Condition="Exists('..\packages\grpc.dependencies.openssl.redist.1.0.2.2\build\portable-net45\grpc.dependencies.openssl.redist.targets')" />
Jan Tattermusch03515a52015-07-09 21:59:48 -070083 <Import Project="..\packages\grpc.native.csharp_ext.0.10.0\build\portable-net45\grpc.native.csharp_ext.targets" Condition="Exists('..\packages\grpc.native.csharp_ext.0.10.0\build\portable-net45\grpc.native.csharp_ext.targets')" />
Jan Tattermusch226af652015-04-03 16:39:51 -070084</Project>