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

Side by Side Diff: Src/GoogleApis.DotNet4/GoogleApis.DotNet4.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, 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:
View unified diff | Download patch
« no previous file with comments | « Src/GoogleApis.Core/packages.config ('k') | Src/GoogleApis.DotNet4/app.config » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <ProjectGuid>{C4DA0ABE-2C2E-4BB8-9881-5FF80B0C1AFD}</ProjectGuid> 7 <ProjectGuid>{C4DA0ABE-2C2E-4BB8-9881-5FF80B0C1AFD}</ProjectGuid>
8 <OutputType>Library</OutputType> 8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder> 9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Google</RootNamespace> 10 <RootNamespace>Google</RootNamespace>
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1. 0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture =MSIL"> 48 <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1. 0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture =MSIL">
49 <SpecificVersion>False</SpecificVersion> 49 <SpecificVersion>False</SpecificVersion>
50 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.T hreading.Tasks.Extensions.Desktop.dll</HintPath> 50 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.T hreading.Tasks.Extensions.Desktop.dll</HintPath>
51 </Reference> 51 </Reference>
52 <Reference Include="System" /> 52 <Reference Include="System" />
53 <Reference Include="System.Core" /> 53 <Reference Include="System.Core" />
54 <Reference Include="System.IO"> 54 <Reference Include="System.IO">
55 <HintPath>..\..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.IO.dll</Hint Path> 55 <HintPath>..\..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.IO.dll</Hint Path>
56 </Reference> 56 </Reference>
57 <Reference Include="System.Net" /> 57 <Reference Include="System.Net" />
58 <Reference Include="System.Net.Http, Version=2.2.22.0, Culture=neutral, Publ icKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 58 <Reference Include="System.Net.Http, Version=2.2.28.0, Culture=neutral, Publ icKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
59 <SpecificVersion>False</SpecificVersion> 59 <SpecificVersion>False</SpecificVersion>
60 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.22\lib\net40\System.Net.Ht tp.dll</HintPath> 60 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\net40\System.Net.Ht tp.dll</HintPath>
61 </Reference> 61 </Reference>
62 <Reference Include="System.Net.Http.Extensions, Version=2.2.22.0, Culture=ne utral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 62 <Reference Include="System.Net.Http.Extensions, Version=2.2.28.0, Culture=ne utral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
63 <SpecificVersion>False</SpecificVersion> 63 <SpecificVersion>False</SpecificVersion>
64 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.22\lib\net40\System.Net.Ht tp.Extensions.dll</HintPath> 64 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\net40\System.Net.Ht tp.Extensions.dll</HintPath>
65 </Reference> 65 </Reference>
66 <Reference Include="System.Net.Http.Primitives, Version=2.2.22.0, Culture=ne utral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 66 <Reference Include="System.Net.Http.Primitives, Version=2.2.28.0, Culture=ne utral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
67 <SpecificVersion>False</SpecificVersion> 67 <SpecificVersion>False</SpecificVersion>
68 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.22\lib\net40\System.Net.Ht tp.Primitives.dll</HintPath> 68 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\net40\System.Net.Ht tp.Primitives.dll</HintPath>
69 </Reference> 69 </Reference>
70 <Reference Include="System.Net.Http.WebRequest, Version=2.2.22.0, Culture=ne utral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 70 <Reference Include="System.Net.Http.WebRequest, Version=2.2.28.0, Culture=ne utral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
71 <SpecificVersion>False</SpecificVersion> 71 <SpecificVersion>False</SpecificVersion>
72 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.22\lib\net40\System.Net.Ht tp.WebRequest.dll</HintPath> 72 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\net40\System.Net.Ht tp.WebRequest.dll</HintPath>
73 </Reference> 73 </Reference>
74 <Reference Include="System.Runtime"> 74 <Reference Include="System.Runtime">
75 <HintPath>..\..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.Runtime.dll< /HintPath> 75 <HintPath>..\..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.Runtime.dll< /HintPath>
76 </Reference> 76 </Reference>
77 <Reference Include="System.Threading.Tasks"> 77 <Reference Include="System.Threading.Tasks">
78 <HintPath>..\..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.Threading.Ta sks.dll</HintPath> 78 <HintPath>..\..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.Threading.Ta sks.dll</HintPath>
79 </Reference> 79 </Reference>
80 <Reference Include="System.Xml.Linq" /> 80 <Reference Include="System.Xml.Linq" />
81 <Reference Include="System.Data.DataSetExtensions" /> 81 <Reference Include="System.Data.DataSetExtensions" />
82 <Reference Include="Microsoft.CSharp" /> 82 <Reference Include="Microsoft.CSharp" />
(...skipping 27 matching lines...) Expand all
110 <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" /> 110 <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" />
111 </Target> 111 </Target>
112 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.· 112 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
113 Other similar extension points exist, see Microsoft.Common.targets. 113 Other similar extension points exist, see Microsoft.Common.targets.
114 <Target Name="BeforeBuild"> 114 <Target Name="BeforeBuild">
115 </Target> 115 </Target>
116 <Target Name="AfterBuild"> 116 <Target Name="AfterBuild">
117 </Target> 117 </Target>
118 --> 118 -->
119 </Project> 119 </Project>
OLDNEW
« no previous file with comments | « Src/GoogleApis.Core/packages.config ('k') | Src/GoogleApis.DotNet4/app.config » ('j') | no next file with comments »

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