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

Delta Between Two Patch Sets: Src/GoogleApis.Auth.Mvc4/GoogleApis.Auth.Mvc4.csproj

Issue 14341043: Issue 351: Reimplement OAuth2 (Step 4): ServiceAccount and MVC (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: minor Created 10 years, 5 months ago
Right Patch Set: Gus comments Created 10 years, 5 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
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 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Com mon.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Mi crosoft.Common.props')" /> 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Com mon.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Mi crosoft.Common.props')" />
4 <PropertyGroup> 4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{B700243A-2FAC-454B-8858-47635BFA71C6}</ProjectGuid> 7 <ProjectGuid>{B700243A-2FAC-454B-8858-47635BFA71C6}</ProjectGuid>
8 <OutputType>Library</OutputType> 8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder> 9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Google.Apis.Auth</RootNamespace> 10 <RootNamespace>Google.Apis.Auth</RootNamespace>
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 <Private>True</Private> 101 <Private>True</Private>
102 <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\S ystem.Web.WebPages.Razor.dll</HintPath> 102 <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\S ystem.Web.WebPages.Razor.dll</HintPath>
103 </Reference> 103 </Reference>
104 <Reference Include="System.Xml.Linq" /> 104 <Reference Include="System.Xml.Linq" />
105 <Reference Include="System.Data.DataSetExtensions" /> 105 <Reference Include="System.Data.DataSetExtensions" />
106 <Reference Include="Microsoft.CSharp" /> 106 <Reference Include="Microsoft.CSharp" />
107 <Reference Include="System.Data" /> 107 <Reference Include="System.Data" />
108 <Reference Include="System.Xml" /> 108 <Reference Include="System.Xml" />
109 </ItemGroup> 109 </ItemGroup>
110 <ItemGroup> 110 <ItemGroup>
111 <Compile Include="OAuth2\AuthorizationCodeMvcApp.cs" /> 111 <Compile Include="OAuth2\Mvc\AuthorizationCodeMvcApp.cs" />
112 <Compile Include="OAuth2\Filters\AuthActionFilter.cs" /> 112 <Compile Include="OAuth2\Mvc\Filters\AuthActionFilter.cs" />
113 <Compile Include="OAuth2\Controllers\AuthCallbackController.cs" /> 113 <Compile Include="OAuth2\Mvc\Controllers\AuthCallbackController.cs" />
114 <Compile Include="OAuth2\FlowMetadata.cs" /> 114 <Compile Include="OAuth2\Mvc\FlowMetadata.cs" />
115 <Compile Include="Properties\AssemblyInfo.cs" /> 115 <Compile Include="Properties\AssemblyInfo.cs" />
116 </ItemGroup> 116 </ItemGroup>
117 <ItemGroup> 117 <ItemGroup>
118 <None Include="packages.config" /> 118 <None Include="packages.config" />
119 </ItemGroup> 119 </ItemGroup>
120 <ItemGroup> 120 <ItemGroup>
121 <ProjectReference Include="..\GoogleApis.Auth\GoogleApis.Auth.csproj"> 121 <ProjectReference Include="..\GoogleApis.Auth\GoogleApis.Auth.csproj">
122 <Project>{0aaaf32e-2bf0-49c5-bc2d-90874cfb5510}</Project> 122 <Project>{0aaaf32e-2bf0-49c5-bc2d-90874cfb5510}</Project>
123 <Name>GoogleApis.Auth</Name> 123 <Name>GoogleApis.Auth</Name>
124 </ProjectReference> 124 </ProjectReference>
(...skipping 10 matching lines...) Expand all
135 <Error Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.10\tools\Mi crosoft.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" /> 135 <Error Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.10\tools\Mi crosoft.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" />
136 </Target> 136 </Target>
137 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.· 137 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
138 Other similar extension points exist, see Microsoft.Common.targets. 138 Other similar extension points exist, see Microsoft.Common.targets.
139 <Target Name="BeforeBuild"> 139 <Target Name="BeforeBuild">
140 </Target> 140 </Target>
141 <Target Name="AfterBuild"> 141 <Target Name="AfterBuild">
142 </Target> 142 </Target>
143 --> 143 -->
144 </Project> 144 </Project>
LEFTRIGHT

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