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

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

Issue 13412046: Reimplement OAuth2 library - Step 1 (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: minor Created 10 years, 6 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
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/ms build/2003" ToolsVersion="4.0"> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/ms build/2003" ToolsVersion="4.0">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion> 6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{9A8AA9EF-6904-43D8-8A26-0AB62069C2DC}</ProjectGuid> 8 <ProjectGuid>{9A8AA9EF-6904-43D8-8A26-0AB62069C2DC}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <RootNamespace>Google.Apis.Tests</RootNamespace> 10 <RootNamespace>Google.Apis.Tests</RootNamespace>
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 <Private>True</Private> 114 <Private>True</Private>
115 </Reference> 115 </Reference>
116 </ItemGroup> 116 </ItemGroup>
117 <ItemGroup> 117 <ItemGroup>
118 <Compile Include="Apis\Authentication\DelegateAuthenticatorTest.cs" /> 118 <Compile Include="Apis\Authentication\DelegateAuthenticatorTest.cs" />
119 <Compile Include="Apis\Download\MediaDownloaderTest.cs" /> 119 <Compile Include="Apis\Download\MediaDownloaderTest.cs" />
120 <Compile Include="Apis\Http\ConfigurableMessageHandlerTest.cs" /> 120 <Compile Include="Apis\Http\ConfigurableMessageHandlerTest.cs" />
121 <Compile Include="Apis\Json\JsonReaderTests.cs" /> 121 <Compile Include="Apis\Json\JsonReaderTests.cs" />
122 <Compile Include="Apis\Json\JsonTokenTests.cs" /> 122 <Compile Include="Apis\Json\JsonTokenTests.cs" />
123 <Compile Include="Apis\Json\TokenStreamTest.cs" /> 123 <Compile Include="Apis\Json\TokenStreamTest.cs" />
124 <Compile Include="Apis\Requests\Parameters\ParameterCollectionTest.cs" />
125 <Compile Include="Apis\Requests\Parameters\ParameterValidatorTest.cs" />
124 <Compile Include="Apis\Requests\RequestBuilderTest.cs" /> 126 <Compile Include="Apis\Requests\RequestBuilderTest.cs" />
125 <Compile Include="Apis\Services\BaseClientServiceTest.cs" /> 127 <Compile Include="Apis\Services\BaseClientServiceTest.cs" />
126 <Compile Include="Apis\Logging\NullLoggerTests.cs" /> 128 <Compile Include="Apis\Logging\NullLoggerTests.cs" />
127 <Compile Include="Apis\Requests\ClientServiceRequestTest.cs" /> 129 <Compile Include="Apis\Requests\ClientServiceRequestTest.cs" />
128 <Compile Include="Apis\Upload\ResumableUploadTest.cs" /> 130 <Compile Include="Apis\Upload\ResumableUploadTest.cs" />
129 <Compile Include="Apis\Utils\ExponentialBackOffTest.cs" /> 131 <Compile Include="Apis\Utils\ExponentialBackOffTest.cs" />
130 <Compile Include="Apis\Utils\StringValueAttributeTest.cs" /> 132 <Compile Include="Apis\Utils\StringValueAttributeTest.cs" />
131 <Compile Include="Apis\Requests\ParameterCollectionTest.cs" />
132 <Compile Include="Apis\Utils\RepeatableTest.cs" /> 133 <Compile Include="Apis\Utils\RepeatableTest.cs" />
133 <Compile Include="ApplicationContextTests.cs" /> 134 <Compile Include="ApplicationContextTests.cs" />
134 <Compile Include="Properties\AssemblyInfo.cs" /> 135 <Compile Include="Properties\AssemblyInfo.cs" />
135 <Compile Include="GoogleApiExceptionTests.cs" /> 136 <Compile Include="GoogleApiExceptionTests.cs" />
136 <Compile Include="Apis\Requests\ParameterValidatorTest.cs" />
137 <Compile Include="Apis\Utils\UtilitiesTest.cs" /> 137 <Compile Include="Apis\Utils\UtilitiesTest.cs" />
138 <Compile Include="[Mock]\CountableMessageHandler.cs" /> 138 <Compile Include="[Mock]\CountableMessageHandler.cs" />
139 <Compile Include="[Mock]\MockBackOffHandler.cs" /> 139 <Compile Include="[Mock]\MockBackOffHandler.cs" />
140 <Compile Include="[Mock]\MockClientService.cs" /> 140 <Compile Include="[Mock]\MockClientService.cs" />
141 <Compile Include="[Mock]\MockHttpClientFactory.cs" /> 141 <Compile Include="[Mock]\MockHttpClientFactory.cs" />
142 </ItemGroup> 142 </ItemGroup>
143 <ItemGroup> 143 <ItemGroup>
144 <ProjectReference Include="..\GoogleApis.DotNet4\GoogleApis.DotNet4.csproj"> 144 <ProjectReference Include="..\GoogleApis.DotNet4\GoogleApis.DotNet4.csproj">
145 <Project>{c4da0abe-2c2e-4bb8-9881-5ff80b0c1afd}</Project> 145 <Project>{c4da0abe-2c2e-4bb8-9881-5ff80b0c1afd}</Project>
146 <Name>GoogleApis.FullProfile</Name> 146 <Name>GoogleApis.DotNet4</Name>
147 </ProjectReference> 147 </ProjectReference>
148 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj"> 148 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj">
149 <Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project> 149 <Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project>
150 <Name>GoogleApis</Name> 150 <Name>GoogleApis</Name>
151 </ProjectReference> 151 </ProjectReference>
152 </ItemGroup> 152 </ItemGroup>
153 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 153 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
154 <ItemGroup> 154 <ItemGroup>
155 <BootstrapperPackage Include=".NETFramework,Version=v4.0"> 155 <BootstrapperPackage Include=".NETFramework,Version=v4.0">
156 <Visible>False</Visible> 156 <Visible>False</Visible>
(...skipping 18 matching lines...) Expand all
175 </ItemGroup> 175 </ItemGroup>
176 <ItemGroup> 176 <ItemGroup>
177 <None Include="app.config" /> 177 <None Include="app.config" />
178 <None Include="GoogleApisTests.xml" /> 178 <None Include="GoogleApisTests.xml" />
179 <None Include="packages.config"> 179 <None Include="packages.config">
180 <SubType>Designer</SubType> 180 <SubType>Designer</SubType>
181 </None> 181 </None>
182 </ItemGroup> 182 </ItemGroup>
183 <ItemGroup /> 183 <ItemGroup />
184 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> 184 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
185 <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.8\tools\Microsoft.Bcl. Build.targets" /> 185 <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')" />
class 2013/09/16 23:47:29 Same as comment in other files.
peleyal 2013/09/17 15:53:40 ditto On 2013/09/16 23:47:29, class wrote:
186 <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="' $(BclBuildImported)' == ''">
187 <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" />
188 <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" />
189 </Target>
186 </Project> 190 </Project>
OLDNEW

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