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

Unified Diff: Src/GoogleApis.Auth.Windows/GoogleApis.Auth.Windows.csproj

Issue 135720043: Issue 471: Support Windows 8.1 applications (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: Address Jeese's comments Created 9 years, 10 months ago
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 side-by-side diff with in-line comments
Download patch
Index: Src/GoogleApis.Auth.Windows/GoogleApis.Auth.Windows.csproj
===================================================================
rename from Src/GoogleApis.Auth.WinRT/GoogleApis.Auth.WinRT.csproj
rename to Src/GoogleApis.Auth.Windows/GoogleApis.Auth.Windows.csproj
--- a/Src/GoogleApis.Auth.WinRT/GoogleApis.Auth.WinRT.csproj
+++ b/Src/GoogleApis.Auth.Windows/GoogleApis.Auth.Windows.csproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -16,6 +16,9 @@
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
+ <TargetPlatformVersion>8.1</TargetPlatformVersion>
+ <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
+ <TargetFrameworkVersion />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -104,7 +107,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="OAuth2\AuthorizationCodeBroker.cs" />
- <Compile Include="OAuth2\AuthorizationCodeWinRTInstalledApp.cs" />
+ <Compile Include="OAuth2\AuthorizationCodeWindowsInstalledApp.cs" />
<Compile Include="OAuth2\GoogleWebAuthorizationBroker.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
@@ -117,9 +120,9 @@
<Project>{db18f3a6-b16a-477b-a7b1-c2b116d1bfb0}</Project>
<Name>GoogleApis.Core</Name>
</ProjectReference>
- <ProjectReference Include="..\GoogleApis.WinRT\GoogleApis.WinRT.csproj">
+ <ProjectReference Include="..\GoogleApis.Windows\GoogleApis.Windows.csproj">
<Project>{9cbb9ec3-c678-4fb7-889b-ded6de1f06b6}</Project>
- <Name>GoogleApis.WinRT</Name>
+ <Name>GoogleApis.Windows</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
@@ -147,8 +150,8 @@
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.22\lib\win8\System.Net.Http.Primitives.dll</HintPath>
</Reference>
</ItemGroup>
- <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '11.0' ">
- <VisualStudioVersion>11.0</VisualStudioVersion>
+ <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
+ <VisualStudioVersion>12.0</VisualStudioVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
« no previous file with comments | « Src/GoogleApis.Auth.WinRT/packages.config ('k') | Src/GoogleApis.Auth.Windows/OAuth2/AuthorizationCodeBroker.cs » ('j') | no next file with comments »

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