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

Delta Between Two Patch Sets: Src/GoogleApis.Windows/GoogleApis.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
« no previous file with change/comment | « Src/GoogleApis.Windows/Apis/Util/Store/StorageDataStore.cs ('k') | Src/GoogleApis.Windows/app.config » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>{9CBB9EC3-C678-4FB7-889B-DED6DE1F06B6}</ProjectGuid> 9 <ProjectGuid>{9CBB9EC3-C678-4FB7-889B-DED6DE1F06B6}</ProjectGuid>
10 <OutputType>Library</OutputType> 10 <OutputType>Library</OutputType>
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 <None Include="app.config" /> 124 <None Include="app.config" />
125 <None Include="packages.config" /> 125 <None Include="packages.config" />
126 </ItemGroup> 126 </ItemGroup>
127 <ItemGroup> 127 <ItemGroup>
128 <Reference Include="Microsoft.Threading.Tasks"> 128 <Reference Include="Microsoft.Threading.Tasks">
129 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\win8\Microsoft.Th reading.Tasks.dll</HintPath> 129 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\win8\Microsoft.Th reading.Tasks.dll</HintPath>
130 </Reference> 130 </Reference>
131 <Reference Include="Microsoft.Threading.Tasks.Extensions"> 131 <Reference Include="Microsoft.Threading.Tasks.Extensions">
132 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\win8\Microsoft.Th reading.Tasks.Extensions.dll</HintPath> 132 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\win8\Microsoft.Th reading.Tasks.Extensions.dll</HintPath>
133 </Reference> 133 </Reference>
134 <Reference Include="Newtonsoft.Json">
135 <HintPath>..\..\packages\Newtonsoft.Json.6.0.6\lib\netcore45\Newtonsoft.Js on.dll</HintPath>
136 </Reference>
137 <Reference Include="System.Net.Http.Extensions"> 134 <Reference Include="System.Net.Http.Extensions">
138 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\win8\System.Net.Htt p.Extensions.dll</HintPath> 135 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\win8\System.Net.Htt p.Extensions.dll</HintPath>
139 </Reference> 136 </Reference>
140 <Reference Include="System.Net.Http.Primitives"> 137 <Reference Include="System.Net.Http.Primitives">
141 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\win8\System.Net.Htt p.Primitives.dll</HintPath> 138 <HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\win8\System.Net.Htt p.Primitives.dll</HintPath>
142 </Reference> 139 </Reference>
143 </ItemGroup> 140 </ItemGroup>
144 <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVe rsion)' &lt; '12.0' "> 141 <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVe rsion)' &lt; '12.0' ">
145 <VisualStudioVersion>12.0</VisualStudioVersion> 142 <VisualStudioVersion>12.0</VisualStudioVersion>
146 </PropertyGroup> 143 </PropertyGroup>
147 <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudi oVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" /> 144 <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudi oVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
148 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(Sol utionDir)\.nuget\NuGet.targets')" /> 145 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(Sol utionDir)\.nuget\NuGet.targets')" />
149 <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')" /> 146 <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')" />
150 <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="' $(BclBuildImported)' == ''"> 147 <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="' $(BclBuildImported)' == ''">
151 <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" /> 148 <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" />
152 <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" /> 149 <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" />
153 </Target> 150 </Target>
154 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.· 151 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
155 Other similar extension points exist, see Microsoft.Common.targets. 152 Other similar extension points exist, see Microsoft.Common.targets.
156 <Target Name="BeforeBuild"> 153 <Target Name="BeforeBuild">
157 </Target> 154 </Target>
158 <Target Name="AfterBuild"> 155 <Target Name="AfterBuild">
159 </Target> 156 </Target>
160 --> 157 -->
161 </Project> 158 </Project>
LEFTRIGHT

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