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

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

Issue 12772043: Issues 373 (Execute Bug), 374 (Remove Tests.Utility) and 375 (Clean warnings) (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: Error in uploading the first time Created 10 years, 11 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\Json\JsonReaderTests.cs" />
122 <Compile Include="Apis\Json\JsonTokenTests.cs" />
123 <Compile Include="Apis\Json\TokenStreamTest.cs" />
121 <Compile Include="Apis\Requests\RequestBuilderTest.cs" /> 124 <Compile Include="Apis\Requests\RequestBuilderTest.cs" />
122 <Compile Include="Apis\Services\BaseClientServiceTest.cs" /> 125 <Compile Include="Apis\Services\BaseClientServiceTest.cs" />
123 <Compile Include="Apis\Logging\NullLoggerTests.cs" /> 126 <Compile Include="Apis\Logging\NullLoggerTests.cs" />
124 <Compile Include="Apis\Requests\ClientServiceRequestTest.cs" /> 127 <Compile Include="Apis\Requests\ClientServiceRequestTest.cs" />
125 <Compile Include="Apis\Upload\ResumableUploadTest.cs" /> 128 <Compile Include="Apis\Upload\ResumableUploadTest.cs" />
126 <Compile Include="Apis\Utils\ExponentialBackOffTest.cs" /> 129 <Compile Include="Apis\Utils\ExponentialBackOffTest.cs" />
127 <Compile Include="Apis\Utils\StringValueAttributeTest.cs" /> 130 <Compile Include="Apis\Utils\StringValueAttributeTest.cs" />
128 <Compile Include="Apis\Requests\ParameterCollectionTest.cs" /> 131 <Compile Include="Apis\Requests\ParameterCollectionTest.cs" />
129 <Compile Include="Apis\Utils\RepeatableTest.cs" /> 132 <Compile Include="Apis\Utils\RepeatableTest.cs" />
130 <Compile Include="ApplicationContextTests.cs" /> 133 <Compile Include="ApplicationContextTests.cs" />
131 <Compile Include="Properties\AssemblyInfo.cs" /> 134 <Compile Include="Properties\AssemblyInfo.cs" />
132 <Compile Include="GoogleApiExceptionTests.cs" /> 135 <Compile Include="GoogleApiExceptionTests.cs" />
133 <Compile Include="JSON\TokenStreamTest.cs" />
134 <Compile Include="JSON\JsonTokenTests.cs" />
135 <Compile Include="JSON\JsonReaderTests.cs" />
136 <Compile Include="Apis\Requests\ParameterValidatorTest.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="Apis\Testing\MoreAssertsTests.cs" /> 138 <Compile Include="[Mock]\CountableMessageHandler.cs" />
139 <Compile Include="[Mock]\MockBackOffHandler.cs" />
140 <Compile Include="[Mock]\MockClientService.cs" />
141 <Compile Include="[Mock]\MockHttpClientFactory.cs" />
139 </ItemGroup> 142 </ItemGroup>
140 <ItemGroup> 143 <ItemGroup>
141 <ProjectReference Include="..\GoogleApis.DotNet4\GoogleApis.DotNet4.csproj"> 144 <ProjectReference Include="..\GoogleApis.DotNet4\GoogleApis.DotNet4.csproj">
142 <Project>{c4da0abe-2c2e-4bb8-9881-5ff80b0c1afd}</Project> 145 <Project>{c4da0abe-2c2e-4bb8-9881-5ff80b0c1afd}</Project>
143 <Name>GoogleApis.FullProfile</Name> 146 <Name>GoogleApis.FullProfile</Name>
144 </ProjectReference> 147 </ProjectReference>
145 <ProjectReference Include="..\GoogleApis.Tests.Utility\GoogleApis.Tests.Util ity.csproj">
146 <Project>{F3A416DF-6268-47AD-9D6B-08EA2C8FFF95}</Project>
147 <Name>GoogleApis.Tests.Utility</Name>
148 </ProjectReference>
149 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj"> 148 <ProjectReference Include="..\GoogleApis\GoogleApis.csproj">
150 <Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project> 149 <Project>{826cf988-eee8-4b75-8f53-b7e851a17baa}</Project>
151 <Name>GoogleApis</Name> 150 <Name>GoogleApis</Name>
152 </ProjectReference> 151 </ProjectReference>
153 </ItemGroup> 152 </ItemGroup>
154 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 153 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
155 <ItemGroup> 154 <ItemGroup>
156 <BootstrapperPackage Include=".NETFramework,Version=v4.0"> 155 <BootstrapperPackage Include=".NETFramework,Version=v4.0">
157 <Visible>False</Visible> 156 <Visible>False</Visible>
158 <ProductName>Microsoft .NET Framework 4 (x86 and x64)</ProductName> 157 <ProductName>Microsoft .NET Framework 4 (x86 and x64)</ProductName>
(...skipping 17 matching lines...) Expand all
176 </ItemGroup> 175 </ItemGroup>
177 <ItemGroup> 176 <ItemGroup>
178 <None Include="app.config" /> 177 <None Include="app.config" />
179 <None Include="GoogleApisTests.xml" /> 178 <None Include="GoogleApisTests.xml" />
180 <None Include="packages.config"> 179 <None Include="packages.config">
181 <SubType>Designer</SubType> 180 <SubType>Designer</SubType>
182 </None> 181 </None>
183 </ItemGroup> 182 </ItemGroup>
184 <ItemGroup /> 183 <ItemGroup />
185 <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> 184 <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
186 <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.7\tools\Microsoft.Bcl. Build.targets" /> 185 <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.8\tools\Microsoft.Bcl. Build.targets" />
187 </Project> 186 </Project>
OLDNEW

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