Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2169)

Side by Side Diff: Src/GoogleApis.Authentication.OAuth2.Tests/GoogleApis.Authentication.OAuth2.Tests.csproj

Issue 12772043: Issues 373 (Execute Bug), 374 (Remove Tests.Utility) and 375 (Clean warnings) (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: Error in uploading the first time Created 10 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.30703</ProductVersion> 6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{E0B6A4D3-FDBD-4A1F-B592-4CEDB8001FB5}</ProjectGuid> 8 <ProjectGuid>{E0B6A4D3-FDBD-4A1F-B592-4CEDB8001FB5}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
(...skipping 20 matching lines...) Expand all
31 <OutputPath>bin\Release\</OutputPath> 31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants> 32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport> 33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel> 34 <WarningLevel>4</WarningLevel>
35 <DocumentationFile>bin\Release\Google.Apis.Authentication.OAuth2.Tests.xml</ DocumentationFile> 35 <DocumentationFile>bin\Release\Google.Apis.Authentication.OAuth2.Tests.xml</ DocumentationFile>
36 </PropertyGroup> 36 </PropertyGroup>
37 <ItemGroup> 37 <ItemGroup>
38 <Reference Include="DotNetOpenAuth"> 38 <Reference Include="DotNetOpenAuth">
39 <HintPath>..\..\ThirdParty\DotNetOpenAuth.dll</HintPath> 39 <HintPath>..\..\ThirdParty\DotNetOpenAuth.dll</HintPath>
40 </Reference> 40 </Reference>
41 <Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neu tral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
42 <SpecificVersion>False</SpecificVersion>
43 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Th reading.Tasks.dll</HintPath>
44 </Reference>
45 <Reference Include="Microsoft.Threading.Tasks.Extensions">
46 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Th reading.Tasks.Extensions.dll</HintPath>
47 </Reference>
48 <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
49 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Th reading.Tasks.Extensions.Desktop.dll</HintPath>
50 </Reference>
41 <Reference Include="Newtonsoft.Json"> 51 <Reference Include="Newtonsoft.Json">
42 <HintPath>..\..\packages\Newtonsoft.Json.5.0.5\lib\net40\Newtonsoft.Json.d ll</HintPath> 52 <HintPath>..\..\packages\Newtonsoft.Json.5.0.5\lib\net40\Newtonsoft.Json.d ll</HintPath>
43 </Reference> 53 </Reference>
44 <Reference Include="nunit.framework"> 54 <Reference Include="nunit.framework">
45 <HintPath>..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath> 55 <HintPath>..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
46 </Reference> 56 </Reference>
47 <Reference Include="System" /> 57 <Reference Include="System" />
48 <Reference Include="System.Core" /> 58 <Reference Include="System.Core" />
49 <Reference Include="System.Data" /> 59 <Reference Include="System.Data" />
50 <Reference Include="System.Net" /> 60 <Reference Include="System.Net" />
61 <Reference Include="System.Net.Http, Version=2.1.10.0, Culture=neutral, Publ icKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
62 <SpecificVersion>False</SpecificVersion>
63 <HintPath>..\..\packages\Microsoft.Net.Http.2.1.10\lib\net40\System.Net.Ht tp.dll</HintPath>
64 </Reference>
65 <Reference Include="System.Net.Http.Extensions">
66 <HintPath>..\..\packages\Microsoft.Net.Http.2.1.10\lib\net40\System.Net.Ht tp.Extensions.dll</HintPath>
67 </Reference>
68 <Reference Include="System.Net.Http.Primitives, Version=2.1.10.0, Culture=ne utral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
69 <SpecificVersion>False</SpecificVersion>
70 <HintPath>..\..\packages\Microsoft.Net.Http.2.1.10\lib\net40\System.Net.Ht tp.Primitives.dll</HintPath>
71 </Reference>
72 <Reference Include="System.Net.Http.WebRequest, Version=2.1.10.0, Culture=ne utral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
73 <SpecificVersion>False</SpecificVersion>
74 <HintPath>..\..\packages\Microsoft.Net.Http.2.1.10\lib\net40\System.Net.Ht tp.WebRequest.dll</HintPath>
75 </Reference>
76 <Reference Include="System.Runtime">
77 <HintPath>..\..\packages\Microsoft.Bcl.1.0.19\lib\net40\System.Runtime.dll </HintPath>
78 </Reference>
79 <Reference Include="System.Threading.Tasks">
80 <HintPath>..\..\packages\Microsoft.Bcl.1.0.19\lib\net40\System.Threading.T asks.dll</HintPath>
81 </Reference>
51 </ItemGroup> 82 </ItemGroup>
52 <ItemGroup> 83 <ItemGroup>
53 <Compile Include="DotNetOpenAuth\NativeApplicationClientTest.cs" /> 84 <Compile Include="DotNetOpenAuth\NativeApplicationClientTest.cs" />
54 <Compile Include="GoogleAuthenticationServerTest.cs" /> 85 <Compile Include="GoogleAuthenticationServerTest.cs" />
55 <Compile Include="OAuth2AuthenticatorTest.cs" /> 86 <Compile Include="OAuth2AuthenticatorTest.cs" />
56 <Compile Include="Properties\AssemblyInfo.cs" /> 87 <Compile Include="Properties\AssemblyInfo.cs" />
57 <Compile Include="DotNetOpenAuth\AssertionFlowClientTest.cs" /> 88 <Compile Include="DotNetOpenAuth\AssertionFlowClientTest.cs" />
58 </ItemGroup> 89 </ItemGroup>
59 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 90 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
60 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.· 91 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
(...skipping 17 matching lines...) Expand all
78 <ProjectReference Include="..\GoogleApis.Authentication.OAuth2\GoogleApis.Au thentication.OAuth2.csproj"> 109 <ProjectReference Include="..\GoogleApis.Authentication.OAuth2\GoogleApis.Au thentication.OAuth2.csproj">
79 <Project>{76106493-68ef-4e44-af2e-971abf29b300}</Project> 110 <Project>{76106493-68ef-4e44-af2e-971abf29b300}</Project>
80 <Name>GoogleApis.Authentication.OAuth2</Name> 111 <Name>GoogleApis.Authentication.OAuth2</Name>
81 </ProjectReference> 112 </ProjectReference>
82 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj"> 113 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj">
83 <Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project> 114 <Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project>
84 <Name>GoogleApis</Name> 115 <Name>GoogleApis</Name>
85 </ProjectReference> 116 </ProjectReference>
86 </ItemGroup> 117 </ItemGroup>
87 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> 118 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
119 <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.8\tools\Microsoft.Bcl. Build.targets" />
88 </Project> 120 </Project>
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b