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

Side by Side Diff: Src/GoogleApis.WP/GoogleApis.WP.csproj

Issue 14295045: Issue 351: Reimplement OAuth2 (Step 5): WP support (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: minor Created 10 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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>10.0.20506</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{39E1EC7C-3C05-44E4-A19F-A61BF6EA9B11}</ProjectGuid>
9 <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3 -bf4b-00c04f79efbc}</ProjectTypeGuids>
10 <OutputType>Library</OutputType>
11 <AppDesignerFolder>Properties</AppDesignerFolder>
12 <RootNamespace>Google</RootNamespace>
13 <AssemblyName>Google.Apis.PlatformServices</AssemblyName>
14 <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
15 <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
16 <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
17 <SilverlightApplication>false</SilverlightApplication>
18 <ValidateXaml>true</ValidateXaml>
19 <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
20 <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
21 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefine d*'">..\..\</SolutionDir>
22 <RestorePackages>true</RestorePackages>
23 </PropertyGroup>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
25 <DebugSymbols>true</DebugSymbols>
26 <DebugType>full</DebugType>
27 <Optimize>false</Optimize>
28 <OutputPath>Bin\Debug</OutputPath>
29 <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
30 <NoStdLib>true</NoStdLib>
31 <NoConfig>true</NoConfig>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup>
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36 <DebugType>pdbonly</DebugType>
37 <Optimize>true</Optimize>
38 <OutputPath>Bin\Release</OutputPath>
39 <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
40 <NoStdLib>true</NoStdLib>
41 <NoConfig>true</NoConfig>
42 <ErrorReport>prompt</ErrorReport>
43 <WarningLevel>4</WarningLevel>
44 <DocumentationFile>Google.Apis.PlatformServices.xml</DocumentationFile>
45 </PropertyGroup>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
47 <DebugSymbols>true</DebugSymbols>
48 <DebugType>full</DebugType>
49 <Optimize>false</Optimize>
50 <OutputPath>Bin\x86\Debug</OutputPath>
51 <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
52 <NoStdLib>true</NoStdLib>
53 <NoConfig>true</NoConfig>
54 <ErrorReport>prompt</ErrorReport>
55 <WarningLevel>4</WarningLevel>
56 <DocumentationFile>
57 </DocumentationFile>
58 </PropertyGroup>
59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
60 <DebugType>pdbonly</DebugType>
61 <Optimize>true</Optimize>
62 <OutputPath>Bin\x86\Release</OutputPath>
63 <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
64 <NoStdLib>true</NoStdLib>
65 <NoConfig>true</NoConfig>
66 <ErrorReport>prompt</ErrorReport>
67 <WarningLevel>4</WarningLevel>
68 <DocumentationFile>Google.Apis.PlatformServices.xml</DocumentationFile>
69 </PropertyGroup>
70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
71 <DebugSymbols>true</DebugSymbols>
72 <DebugType>full</DebugType>
73 <Optimize>false</Optimize>
74 <OutputPath>Bin\ARM\Debug</OutputPath>
75 <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
76 <NoStdLib>true</NoStdLib>
77 <NoConfig>true</NoConfig>
78 <ErrorReport>prompt</ErrorReport>
79 <WarningLevel>4</WarningLevel>
80 </PropertyGroup>
81 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
82 <DebugType>pdbonly</DebugType>
83 <Optimize>true</Optimize>
84 <OutputPath>Bin\ARM\Release</OutputPath>
85 <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
86 <NoStdLib>true</NoStdLib>
87 <NoConfig>true</NoConfig>
88 <ErrorReport>prompt</ErrorReport>
89 <WarningLevel>4</WarningLevel>
90 </PropertyGroup>
91 <ItemGroup>
92 <Compile Include="Apis\Util\Protect\DataProtection.cs" />
93 <Compile Include="Apis\Util\Store\StorageDataStore.cs" />
94 <Compile Include="Properties\AssemblyInfo.cs" />
95 </ItemGroup>
96 <ItemGroup>
97 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj">
98 <Project>{826CF988-EEE8-4B75-8F53-B7E851A17BAA}</Project>
99 <Name>GoogleApis</Name>
100 </ProjectReference>
101 </ItemGroup>
102 <ItemGroup>
103 <None Include="app.config" />
104 <None Include="packages.config" />
105 </ItemGroup>
106 <ItemGroup>
107 <Reference Include="Microsoft.Threading.Tasks">
108 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\wp8\Microsoft.Thre ading.Tasks.dll</HintPath>
109 </Reference>
110 <Reference Include="Microsoft.Threading.Tasks.Extensions">
111 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\wp8\Microsoft.Thre ading.Tasks.Extensions.dll</HintPath>
112 </Reference>
113 <Reference Include="Microsoft.Threading.Tasks.Extensions.Phone">
114 <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\wp8\Microsoft.Thre ading.Tasks.Extensions.Phone.dll</HintPath>
115 </Reference>
116 <Reference Include="Newtonsoft.Json">
117 <HintPath>..\..\packages\Newtonsoft.Json.5.0.6\lib\portable-net45+wp80+win 8\Newtonsoft.Json.dll</HintPath>
118 </Reference>
119 <Reference Include="System.Net.Http">
120 <HintPath>..\..\packages\Microsoft.Net.Http.2.1.10\lib\sl4-windowsphone71\ System.Net.Http.dll</HintPath>
121 </Reference>
122 <Reference Include="System.Net.Http.Extensions">
123 <HintPath>..\..\packages\Microsoft.Net.Http.2.1.10\lib\sl4-windowsphone71\ System.Net.Http.Extensions.dll</HintPath>
124 </Reference>
125 <Reference Include="System.Net.Http.Primitives">
126 <HintPath>..\..\packages\Microsoft.Net.Http.2.1.10\lib\sl4-windowsphone71\ System.Net.Http.Primitives.dll</HintPath>
127 </Reference>
128 </ItemGroup>
129 <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifie r)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFram eworkVersion).Overrides.targets" />
130 <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifie r)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targe ts" />
131 <ProjectExtensions />
132 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(Sol utionDir)\.nuget\NuGet.targets')" />
133 <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft.Bcl .Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.10\too ls\Microsoft.Bcl.Build.targets')" />
134 <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="' $(BclBuildImported)' == ''">
135 <Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.10\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" />
136 <Error Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.10\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" />
137 </Target>
138 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
139 Other similar extension points exist, see Microsoft.Common.targets.
140 <Target Name="BeforeBuild">
141 </Target>
142 <Target Name="AfterBuild">
143 </Target>
144 -->
145 </Project>
OLDNEW

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