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

Side by Side Diff: Src/GoogleApis.Auth.Windows/GoogleApis.Auth.Windows.csproj

Issue 176220043: Issue 471: Support WP8.1 (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: minor Created 9 years, 8 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="12.0" DefaultTargets="Build" xmlns="http://schemas.micros oft.com/developer/msbuild/2003"> 2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.micros oft.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 <ProductVersion>8.0.30703</ProductVersion> 7 <ProductVersion>8.0.30703</ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion> 8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{B1D5B962-3E98-46D4-992E-C6491E4E8A02}</ProjectGuid> 9 <ProjectGuid>{B1D5B962-3E98-46D4-992E-C6491E4E8A02}</ProjectGuid>
10 <OutputType>Library</OutputType> 10 <OutputType>Library</OutputType>
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 <ProjectReference Include="..\GoogleApis.Core\GoogleApis.Core.csproj"> 119 <ProjectReference Include="..\GoogleApis.Core\GoogleApis.Core.csproj">
120 <Project>{db18f3a6-b16a-477b-a7b1-c2b116d1bfb0}</Project> 120 <Project>{db18f3a6-b16a-477b-a7b1-c2b116d1bfb0}</Project>
121 <Name>GoogleApis.Core</Name> 121 <Name>GoogleApis.Core</Name>
122 </ProjectReference> 122 </ProjectReference>
123 <ProjectReference Include="..\GoogleApis.Windows\GoogleApis.Windows.csproj"> 123 <ProjectReference Include="..\GoogleApis.Windows\GoogleApis.Windows.csproj">
124 <Project>{9cbb9ec3-c678-4fb7-889b-ded6de1f06b6}</Project> 124 <Project>{9cbb9ec3-c678-4fb7-889b-ded6de1f06b6}</Project>
125 <Name>GoogleApis.Windows</Name> 125 <Name>GoogleApis.Windows</Name>
126 </ProjectReference> 126 </ProjectReference>
127 </ItemGroup> 127 </ItemGroup>
128 <ItemGroup> 128 <ItemGroup>
129 <None Include="packages.config" /> 129 <None Include="app.config">
130 <SubType>Designer</SubType>
131 </None>
132 <None Include="packages.config">
133 <SubType>Designer</SubType>
134 </None>
130 </ItemGroup> 135 </ItemGroup>
131 <ItemGroup> 136 <ItemGroup>
132 <Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neu tral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 137 <Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neu tral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
133 <SpecificVersion>False</SpecificVersion> 138 <SpecificVersion>False</SpecificVersion>
134 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\win8\Microsoft.Th reading.Tasks.dll</HintPath> 139 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\win8\Microsoft.Th reading.Tasks.dll</HintPath>
135 </Reference> 140 </Reference>
136 <Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 141 <Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
137 <SpecificVersion>False</SpecificVersion> 142 <SpecificVersion>False</SpecificVersion>
138 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\win8\Microsoft.Th reading.Tasks.Extensions.dll</HintPath> 143 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\win8\Microsoft.Th reading.Tasks.Extensions.dll</HintPath>
139 </Reference> 144 </Reference>
140 <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, Publi cKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> 145 <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, Publi cKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
141 <SpecificVersion>False</SpecificVersion> 146 <SpecificVersion>False</SpecificVersion>
142 <HintPath>..\..\packages\Newtonsoft.Json.6.0.4\lib\netcore45\Newtonsoft.Js on.dll</HintPath> 147 <HintPath>..\..\packages\Newtonsoft.Json.6.0.4\lib\netcore45\Newtonsoft.Js on.dll</HintPath>
143 </Reference> 148 </Reference>
144 <Reference Include="System.Net.Http.Extensions, Version=2.2.22.0, Culture=ne utral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 149 <Reference Include="System.Net.Http.Extensions">
145 <SpecificVersion>False</SpecificVersion> 150 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\win8\System.Net.Htt p.Extensions.dll</HintPath>
146 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.22\lib\win8\System.Net.Htt p.Extensions.dll</HintPath>
147 </Reference> 151 </Reference>
148 <Reference Include="System.Net.Http.Primitives, Version=4.2.22.0, Culture=ne utral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 152 <Reference Include="System.Net.Http.Primitives">
149 <SpecificVersion>False</SpecificVersion> 153 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\win8\System.Net.Htt p.Primitives.dll</HintPath>
150 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.22\lib\win8\System.Net.Htt p.Primitives.dll</HintPath>
151 </Reference> 154 </Reference>
152 </ItemGroup> 155 </ItemGroup>
153 <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVe rsion)' &lt; '12.0' "> 156 <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVe rsion)' &lt; '12.0' ">
154 <VisualStudioVersion>12.0</VisualStudioVersion> 157 <VisualStudioVersion>12.0</VisualStudioVersion>
155 </PropertyGroup> 158 </PropertyGroup>
156 <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudi oVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" /> 159 <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudi oVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
157 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(Sol utionDir)\.nuget\NuGet.targets')" /> 160 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(Sol utionDir)\.nuget\NuGet.targets')" />
158 <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl .Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\too ls\Microsoft.Bcl.Build.targets')" /> 161 <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl .Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\too ls\Microsoft.Bcl.Build.targets')" />
159 <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="' $(BclBuildImported)' == ''"> 162 <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="' $(BclBuildImported)' == ''">
160 <Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\M icrosoft.Bcl.Build.targets')" Text="This project references NuGet package(s) tha t are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKe yword="BCLBUILD2001" /> 163 <Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\M icrosoft.Bcl.Build.targets')" Text="This project references NuGet package(s) tha t are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKe yword="BCLBUILD2001" />
161 <Error Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\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" /> 164 <Error Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\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" />
162 </Target> 165 </Target>
163 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.· 166 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
164 Other similar extension points exist, see Microsoft.Common.targets. 167 Other similar extension points exist, see Microsoft.Common.targets.
165 <Target Name="BeforeBuild"> 168 <Target Name="BeforeBuild">
166 </Target> 169 </Target>
167 <Target Name="AfterBuild"> 170 <Target Name="AfterBuild">
168 </Target> 171 </Target>
169 --> 172 -->
170 </Project> 173 </Project>
OLDNEW
« no previous file with comments | « Src/GoogleApis.Auth.WP81/packages.config ('k') | Src/GoogleApis.Auth.Windows/OAuth2/GoogleWebAuthorizationBroker.cs » ('j') | no next file with comments »

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