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

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

Issue 13096044: Issue 146: Pass override HTTP header when request URI too long (Closed)
Patch Set: Refactor namespace Created 10 years, 5 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 </Reference> 111 </Reference>
112 <Reference Include="Zlib.Portable"> 112 <Reference Include="Zlib.Portable">
113 <HintPath>..\..\packages\Zlib.Portable.1.9.2\lib\portable-net4+sl4+wp71+wi n8\Zlib.Portable.dll</HintPath> 113 <HintPath>..\..\packages\Zlib.Portable.1.9.2\lib\portable-net4+sl4+wp71+wi n8\Zlib.Portable.dll</HintPath>
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\Http\MaxUrlLengthInterceptorTest.cs" />
121 <Compile Include="Apis\Json\JsonReaderTests.cs" /> 122 <Compile Include="Apis\Json\JsonReaderTests.cs" />
122 <Compile Include="Apis\Json\JsonTokenTests.cs" /> 123 <Compile Include="Apis\Json\JsonTokenTests.cs" />
123 <Compile Include="Apis\Json\TokenStreamTest.cs" /> 124 <Compile Include="Apis\Json\TokenStreamTest.cs" />
124 <Compile Include="Apis\Requests\Parameters\ParameterCollectionTest.cs" /> 125 <Compile Include="Apis\Requests\Parameters\ParameterCollectionTest.cs" />
125 <Compile Include="Apis\Requests\Parameters\ParameterValidatorTest.cs" /> 126 <Compile Include="Apis\Requests\Parameters\ParameterValidatorTest.cs" />
126 <Compile Include="Apis\Requests\RequestBuilderTest.cs" /> 127 <Compile Include="Apis\Requests\RequestBuilderTest.cs" />
127 <Compile Include="Apis\Services\BaseClientServiceTest.cs" /> 128 <Compile Include="Apis\Services\BaseClientServiceTest.cs" />
128 <Compile Include="Apis\Logging\NullLoggerTests.cs" /> 129 <Compile Include="Apis\Logging\NullLoggerTests.cs" />
129 <Compile Include="Apis\Requests\ClientServiceRequestTest.cs" /> 130 <Compile Include="Apis\Requests\ClientServiceRequestTest.cs" />
130 <Compile Include="Apis\Upload\ResumableUploadTest.cs" /> 131 <Compile Include="Apis\Upload\ResumableUploadTest.cs" />
131 <Compile Include="Apis\Utils\ExponentialBackOffTest.cs" /> 132 <Compile Include="Apis\Utils\ExponentialBackOffTest.cs" />
132 <Compile Include="Apis\Utils\StringValueAttributeTest.cs" /> 133 <Compile Include="Apis\Utils\StringValueAttributeTest.cs" />
133 <Compile Include="Apis\Utils\RepeatableTest.cs" /> 134 <Compile Include="Apis\Utils\RepeatableTest.cs" />
134 <Compile Include="ApplicationContextTests.cs" /> 135 <Compile Include="ApplicationContextTests.cs" />
135 <Compile Include="Properties\AssemblyInfo.cs" /> 136 <Compile Include="Properties\AssemblyInfo.cs" />
136 <Compile Include="GoogleApiExceptionTests.cs" /> 137 <Compile Include="GoogleApiExceptionTests.cs" />
137 <Compile Include="Apis\Utils\UtilitiesTest.cs" /> 138 <Compile Include="Apis\Utils\UtilitiesTest.cs" />
138 <Compile Include="[Mock]\CountableMessageHandler.cs" /> 139 <Compile Include="[Mock]\CountableMessageHandler.cs" />
139 <Compile Include="[Mock]\MockBackOffHandler.cs" /> 140 <Compile Include="[Mock]\MockBackOffHandler.cs" />
140 <Compile Include="[Mock]\MockClientService.cs" /> 141 <Compile Include="[Mock]\MockClientService.cs" />
141 <Compile Include="[Mock]\MockHttpClientFactory.cs" /> 142 <Compile Include="[Mock]\MockHttpClientFactory.cs" />
143 <Compile Include="[Mock]\MockMessageHandler.cs" />
142 </ItemGroup> 144 </ItemGroup>
143 <ItemGroup> 145 <ItemGroup>
144 <ProjectReference Include="..\GoogleApis.DotNet4\GoogleApis.DotNet4.csproj"> 146 <ProjectReference Include="..\GoogleApis.DotNet4\GoogleApis.DotNet4.csproj">
145 <Project>{c4da0abe-2c2e-4bb8-9881-5ff80b0c1afd}</Project> 147 <Project>{c4da0abe-2c2e-4bb8-9881-5ff80b0c1afd}</Project>
146 <Name>GoogleApis.DotNet4</Name> 148 <Name>GoogleApis.DotNet4</Name>
147 </ProjectReference> 149 </ProjectReference>
148 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj"> 150 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj">
149 <Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project> 151 <Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project>
150 <Name>GoogleApis</Name> 152 <Name>GoogleApis</Name>
151 </ProjectReference> 153 </ProjectReference>
(...skipping 29 matching lines...) Expand all
181 </None> 183 </None>
182 </ItemGroup> 184 </ItemGroup>
183 <ItemGroup /> 185 <ItemGroup />
184 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> 186 <Import Project="$(SolutionDir)\.nuget\nuget.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')" /> 187 <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')" />
186 <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="' $(BclBuildImported)' == ''"> 188 <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" /> 189 <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" /> 190 <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> 191 </Target>
190 </Project> 192 </Project>
OLDNEW
« no previous file with comments | « Src/GoogleApis.Tests/Apis/Utils/UtilitiesTest.cs ('k') | Src/GoogleApis.Tests/[Mock]/MockBackOffHandler.cs » ('j') | no next file with comments »

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