OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> |
| 3 <PropertyGroup> |
| 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 <ProjectGuid>{AE21D0EE-9A2C-4C15-AB7F-5224EED5B0EA}</ProjectGuid> |
| 7 <OutputType>Library</OutputType> |
| 8 <RootNamespace>Grpc.Auth</RootNamespace> |
| 9 <AssemblyName>Grpc.Auth</AssemblyName> |
| 10 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 11 <DocumentationFile>bin\$(Configuration)\Grpc.Auth.Xml</DocumentationFile> |
| 12 <NuGetPackageImportStamp>4f8487a9</NuGetPackageImportStamp> |
| 13 </PropertyGroup> |
| 14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 15 <DebugSymbols>true</DebugSymbols> |
| 16 <DebugType>full</DebugType> |
| 17 <Optimize>false</Optimize> |
| 18 <OutputPath>bin\Debug</OutputPath> |
| 19 <DefineConstants>DEBUG;</DefineConstants> |
| 20 <ErrorReport>prompt</ErrorReport> |
| 21 <WarningLevel>4</WarningLevel> |
| 22 <ConsolePause>false</ConsolePause> |
| 23 </PropertyGroup> |
| 24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'
"> |
| 25 <DebugType>pdbonly</DebugType> |
| 26 <Optimize>true</Optimize> |
| 27 <OutputPath>bin\Release</OutputPath> |
| 28 <ErrorReport>prompt</ErrorReport> |
| 29 <WarningLevel>4</WarningLevel> |
| 30 <ConsolePause>false</ConsolePause> |
| 31 </PropertyGroup> |
| 32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|An
yCPU' "> |
| 33 <DebugType>pdbonly</DebugType> |
| 34 <Optimize>true</Optimize> |
| 35 <OutputPath>bin\ReleaseSigned</OutputPath> |
| 36 <ErrorReport>prompt</ErrorReport> |
| 37 <WarningLevel>4</WarningLevel> |
| 38 <SignAssembly>True</SignAssembly> |
| 39 <AssemblyOriginatorKeyFile>..\keys\Grpc.snk</AssemblyOriginatorKeyFile> |
| 40 </PropertyGroup> |
| 41 <ItemGroup> |
| 42 <Reference Include="Google.Apis.Auth, Version=1.10.0.25333, Culture=neutral,
PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL"> |
| 43 <SpecificVersion>False</SpecificVersion> |
| 44 <HintPath>..\packages\Google.Apis.Auth.1.10.0\lib\net40\Google.Apis.Auth.d
ll</HintPath> |
| 45 </Reference> |
| 46 <Reference Include="Google.Apis.Auth.PlatformServices, Version=1.10.0.25333,
Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL"> |
| 47 <SpecificVersion>False</SpecificVersion> |
| 48 <HintPath>..\packages\Google.Apis.Auth.1.10.0\lib\net40\Google.Apis.Auth.P
latformServices.dll</HintPath> |
| 49 </Reference> |
| 50 <Reference Include="Google.Apis.Core, Version=1.10.0.25331, Culture=neutral,
PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL"> |
| 51 <SpecificVersion>False</SpecificVersion> |
| 52 <HintPath>..\packages\Google.Apis.Core.1.10.0\lib\portable-net40+sl50+win+
wpa81+wp80\Google.Apis.Core.dll</HintPath> |
| 53 </Reference> |
| 54 <Reference Include="System" /> |
| 55 <Reference Include="System.Net" /> |
| 56 <Reference Include="System.Net.Http" /> |
| 57 <Reference Include="System.Net.Http.WebRequest" /> |
| 58 <Reference Include="BouncyCastle.Crypto"> |
| 59 <HintPath>..\packages\BouncyCastle.1.7.0\lib\Net40-Client\BouncyCastle.Cry
pto.dll</HintPath> |
| 60 </Reference> |
| 61 <Reference Include="Microsoft.Threading.Tasks"> |
| 62 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Thre
ading.Tasks.dll</HintPath> |
| 63 </Reference> |
| 64 <Reference Include="Microsoft.Threading.Tasks.Extensions"> |
| 65 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Thre
ading.Tasks.Extensions.dll</HintPath> |
| 66 </Reference> |
| 67 <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop"> |
| 68 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Thre
ading.Tasks.Extensions.Desktop.dll</HintPath> |
| 69 </Reference> |
| 70 <Reference Include="Newtonsoft.Json"> |
| 71 <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll<
/HintPath> |
| 72 </Reference> |
| 73 <Reference Include="System.Net.Http.Extensions"> |
| 74 <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.
Extensions.dll</HintPath> |
| 75 </Reference> |
| 76 <Reference Include="System.Net.Http.Primitives"> |
| 77 <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.
Primitives.dll</HintPath> |
| 78 </Reference> |
| 79 </ItemGroup> |
| 80 <ItemGroup> |
| 81 <Compile Include="..\Grpc.Core\Version.cs"> |
| 82 <Link>Version.cs</Link> |
| 83 </Compile> |
| 84 <Compile Include="GoogleGrpcCredentials.cs" /> |
| 85 <Compile Include="Properties\AssemblyInfo.cs" /> |
| 86 <Compile Include="GoogleAuthInterceptors.cs" /> |
| 87 </ItemGroup> |
| 88 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 89 <ItemGroup> |
| 90 <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj"> |
| 91 <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project> |
| 92 <Name>Grpc.Core</Name> |
| 93 </ProjectReference> |
| 94 </ItemGroup> |
| 95 <ItemGroup> |
| 96 <None Include="app.config" /> |
| 97 <None Include="Grpc.Auth.nuspec" /> |
| 98 <None Include="packages.config" /> |
| 99 </ItemGroup> |
| 100 <Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Bu
ild.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Mic
rosoft.Bcl.Build.targets')" /> |
| 101 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 102 <PropertyGroup> |
| 103 <ErrorText>This project references NuGet package(s) that are missing on th
is computer. Enable NuGet Package Restore to download them. For more informatio
n, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</
ErrorText> |
| 104 </PropertyGroup> |
| 105 <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Micr
osoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\p
ackages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" /> |
| 106 </Target> |
| 107 </Project> |
OLD | NEW |