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

Delta Between Two Patch Sets: 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/
Left Patch Set: Created 9 years, 4 months ago
Right Patch Set: minor Created 9 years, 4 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="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="app.config" /> 129 <None Include="app.config">
130 <None Include="packages.config" /> 130 <SubType>Designer</SubType>
131 </None>
132 <None Include="packages.config">
133 <SubType>Designer</SubType>
134 </None>
131 </ItemGroup> 135 </ItemGroup>
132 <ItemGroup> 136 <ItemGroup>
133 <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">
134 <SpecificVersion>False</SpecificVersion> 138 <SpecificVersion>False</SpecificVersion>
135 <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>
136 </Reference> 140 </Reference>
137 <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">
138 <SpecificVersion>False</SpecificVersion> 142 <SpecificVersion>False</SpecificVersion>
139 <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>
140 </Reference> 144 </Reference>
(...skipping 19 matching lines...) Expand all
160 <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" />
161 </Target> 165 </Target>
162 <!-- 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.·
163 Other similar extension points exist, see Microsoft.Common.targets. 167 Other similar extension points exist, see Microsoft.Common.targets.
164 <Target Name="BeforeBuild"> 168 <Target Name="BeforeBuild">
165 </Target> 169 </Target>
166 <Target Name="AfterBuild"> 170 <Target Name="AfterBuild">
167 </Target> 171 </Target>
168 --> 172 -->
169 </Project> 173 </Project>
LEFTRIGHT

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