blob: fdec2e7bd7f839bb89a9806f59515ad25145a12e [file] [log] [blame]
Jan Tattermuschdca6e882015-04-22 16:56:27 -07001<?xml version="1.0" encoding="utf-8"?>
Jan Tattermuschbb9d7882015-04-22 16:54:59 -07002<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)' == '' ">AnyCPU</Platform>
6 <ProductVersion>10.0.0</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{AE21D0EE-9A2C-4C15-AB7F-5224EED5B0EA}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <RootNamespace>Grpc.Auth</RootNamespace>
11 <AssemblyName>Grpc.Auth</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
Jan Tattermusch5f0c4da2015-05-21 12:32:17 -070013 <DocumentationFile>bin\$(Configuration)\Grpc.Auth.Xml</DocumentationFile>
Jan Tattermuschbb9d7882015-04-22 16:54:59 -070014 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
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 <ConsolePause>false</ConsolePause>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>full</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>bin\Release</OutputPath>
29 <ErrorReport>prompt</ErrorReport>
30 <WarningLevel>4</WarningLevel>
31 <ConsolePause>false</ConsolePause>
32 </PropertyGroup>
33 <ItemGroup>
Jan Tattermuschdca6e882015-04-22 16:56:27 -070034 <Reference Include="BouncyCastle.Crypto">
35 <HintPath>..\packages\BouncyCastle.1.7.0\lib\Net40-Client\BouncyCastle.Crypto.dll</HintPath>
36 </Reference>
37 <Reference Include="Google.Apis.Auth">
38 <HintPath>..\packages\Google.Apis.Auth.1.9.1\lib\net40\Google.Apis.Auth.dll</HintPath>
39 </Reference>
40 <Reference Include="Google.Apis.Auth.PlatformServices">
41 <HintPath>..\packages\Google.Apis.Auth.1.9.1\lib\net40\Google.Apis.Auth.PlatformServices.dll</HintPath>
42 </Reference>
43 <Reference Include="Google.Apis.Core">
44 <HintPath>..\packages\Google.Apis.Core.1.9.1\lib\portable-net40+sl50+win+wpa81+wp80\Google.Apis.Core.dll</HintPath>
45 </Reference>
46 <Reference Include="Microsoft.Threading.Tasks">
47 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
48 </Reference>
49 <Reference Include="Microsoft.Threading.Tasks.Extensions">
50 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
51 </Reference>
52 <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
53 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
54 </Reference>
Jan Tattermuschdca6e882015-04-22 16:56:27 -070055 <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
56 <SpecificVersion>False</SpecificVersion>
57 <HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
58 </Reference>
Jan Tattermuschbb9d7882015-04-22 16:54:59 -070059 <Reference Include="System" />
Jan Tattermuschdca6e882015-04-22 16:56:27 -070060 <Reference Include="System.Net" />
61 <Reference Include="System.Net.Http" />
62 <Reference Include="System.Net.Http.Extensions">
63 <HintPath>..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll</HintPath>
64 </Reference>
65 <Reference Include="System.Net.Http.Primitives">
66 <HintPath>..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath>
67 </Reference>
68 <Reference Include="System.Net.Http.WebRequest" />
Jan Tattermuschbb9d7882015-04-22 16:54:59 -070069 </ItemGroup>
70 <ItemGroup>
Jan Tattermuscha5800702015-07-13 21:32:33 -070071 <Compile Include="..\Grpc.Core\Version.cs">
72 <Link>Version.cs</Link>
73 </Compile>
Jan Tattermuschbb9d7882015-04-22 16:54:59 -070074 <Compile Include="Properties\AssemblyInfo.cs" />
75 <Compile Include="GoogleCredential.cs" />
76 <Compile Include="OAuth2InterceptorFactory.cs" />
77 </ItemGroup>
78 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
79 <ItemGroup>
80 <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
81 <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
82 <Name>Grpc.Core</Name>
83 </ProjectReference>
84 </ItemGroup>
Jan Tattermuschdca6e882015-04-22 16:56:27 -070085 <ItemGroup>
86 <None Include="app.config" />
Jan Tattermusch48f7ed42015-07-13 21:14:17 -070087 <None Include="Grpc.Auth.nuspec" />
Jan Tattermuschdca6e882015-04-22 16:56:27 -070088 <None Include="packages.config" />
89 </ItemGroup>
90 <Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
91 <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
92 <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="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=317567." HelpKeyword="BCLBUILD2001" />
93 <Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
94 </Target>
Jan Tattermuschbb9d7882015-04-22 16:54:59 -070095</Project>