Index: Src/GoogleApis.Authentication.OAuth2.Tests/GoogleApis.Authentication.OAuth2.Tests.csproj =================================================================== --- a/Src/GoogleApis.Authentication.OAuth2.Tests/GoogleApis.Authentication.OAuth2.Tests.csproj +++ b/Src/GoogleApis.Authentication.OAuth2.Tests/GoogleApis.Authentication.OAuth2.Tests.csproj @@ -116,5 +116,9 @@ - + + + + + \ No newline at end of file Index: Src/GoogleApis.Authentication.OAuth2.Tests/Properties/AssemblyInfo.cs =================================================================== --- a/Src/GoogleApis.Authentication.OAuth2.Tests/Properties/AssemblyInfo.cs +++ b/Src/GoogleApis.Authentication.OAuth2.Tests/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("GoogleApis.Authentication.OAuth2.Tests")] +[assembly: AssemblyTitle("Google.Apis.Authentication.OAuth2.Tests")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Google")] -[assembly: AssemblyProduct("GoogleApis.Authentication.OAuth2.Tests")] +[assembly: AssemblyCompany("Google Inc")] +[assembly: AssemblyProduct("")] [assembly: AssemblyCopyright("Copyright © Google Inc 2012")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] Index: Src/GoogleApis.Authentication.OAuth2.Tests/packages.config =================================================================== --- a/Src/GoogleApis.Authentication.OAuth2.Tests/packages.config +++ b/Src/GoogleApis.Authentication.OAuth2.Tests/packages.config @@ -2,7 +2,7 @@ - + Index: Src/GoogleApis.Authentication.OAuth2/GoogleApis.Authentication.OAuth2.csproj =================================================================== --- a/Src/GoogleApis.Authentication.OAuth2/GoogleApis.Authentication.OAuth2.csproj +++ b/Src/GoogleApis.Authentication.OAuth2/GoogleApis.Authentication.OAuth2.csproj @@ -99,7 +99,11 @@ - + + + + + + @@ -55,6 +56,7 @@ + @@ -76,13 +78,16 @@ - - + + + + + @@ -130,9 +135,14 @@ ..\..\packages\Zlib.Portable.1.9.2\lib\portable-net4+sl4+wp71+win8\Zlib.Portable.dll + - + + + + + - - - - - false - - - $(ProjectConfigFileName) - - - - - - <_FullFrameworkReferenceAssemblyPaths>$(TargetFrameworkDirectory) - - - - - - <__IntermediateAppConfig>$(IntermediateOutputPath)$(MSBuildProjectFile).App.config - - - - - - - - - <_EnsureBindingRedirectReference Include="@(Reference)" - Condition="'%(Reference.HintPath)' != '' and Exists('$([System.IO.Path]::GetDirectoryName("%(Reference.HintPath)"))\\ensureRedirect.xml')" /> - - - - - - - - - - - - - - - $(__IntermediateAppConfig) - - - - - $(TargetFileName).config - - - - - - - - - - - <_BclBuildProjectReferenceProperties>BclBuildReferencingProject=$(MSBuildProjectFullPath);BclBuildReferencingProjectConfig=$(MSBuildProjectDirectory)\packages.config - <_BclBuildProjectReferenceProperties Condition="'$(SkipValidatePackageReferences)' != ''">$(_BclBuildProjectReferenceProperties);SkipValidatePackageReferences=$(SkipValidatePackageReferences) - - - - - $(_BclBuildProjectReferenceProperties);%(ProjectReference.AdditionalProperties) - - - - - - - - true - - - - - - - - - - false - - - - - - - - - - - - - - - - \ No newline at end of file