Skip to content

Commit

Permalink
The Google DLLs are not needed anymore since Skybrud.Social takes car…
Browse files Browse the repository at this point in the history
…e of the OAuth stuff as well as the API communication, so I have removed their NuGet packages. At least one of the Google DLLs had a reference to Zlib.Portable which is also not needed, and therefore has been removed as well.
  • Loading branch information
abjerner committed Jan 9, 2014
1 parent 772c319 commit afbe3ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
21 changes: 0 additions & 21 deletions Analytics/Analytics.csproj
Expand Up @@ -59,24 +59,6 @@
<Reference Include="Examine">
<HintPath>..\packages\UmbracoCms.Core.7.0.0\lib\Examine.dll</HintPath>
</Reference>
<Reference Include="Google.Apis">
<HintPath>..\packages\Google.Apis.1.6.0-beta\lib\net40\Google.Apis.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Analytics.v3">
<HintPath>..\packages\Google.Apis.Analytics.v3.1.6.0.75-beta\lib\portable-net4+sl4+wp71+win8\Google.Apis.Analytics.v3.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Auth">
<HintPath>..\packages\Google.Apis.Auth.1.6.0.1-beta\lib\net40\Google.Apis.Auth.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Auth.Mvc4">
<HintPath>..\packages\Google.Apis.Auth.Mvc.1.6.0-beta\lib\net40\Google.Apis.Auth.Mvc4.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Auth.PlatformServices">
<HintPath>..\packages\Google.Apis.Auth.1.6.0.1-beta\lib\net40\Google.Apis.Auth.PlatformServices.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.PlatformServices">
<HintPath>..\packages\Google.Apis.1.6.0-beta\lib\net40\Google.Apis.PlatformServices.dll</HintPath>
</Reference>
<Reference Include="HtmlAgilityPack">
<HintPath>..\packages\HtmlAgilityPack.1.4.6\lib\Net45\HtmlAgilityPack.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -231,9 +213,6 @@
<Reference Include="UrlRewritingNet.UrlRewriter">
<HintPath>..\packages\UmbracoCms.Core.7.0.0\lib\UrlRewritingNet.UrlRewriter.dll</HintPath>
</Reference>
<Reference Include="Zlib.Portable">
<HintPath>..\packages\Zlib.Portable.1.9.2\lib\portable-net4+sl4+wp71+win8\Zlib.Portable.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AnalyticsConfig.cs" />
Expand Down
5 changes: 0 additions & 5 deletions Analytics/packages.config
Expand Up @@ -3,10 +3,6 @@
<package id="AutoMapper" version="3.0.0" targetFramework="net45" />
<package id="ClientDependency" version="1.7.0.4" targetFramework="net45" />
<package id="ClientDependency-Mvc" version="1.7.0.4" targetFramework="net45" />
<package id="Google.Apis" version="1.6.0-beta" targetFramework="net45" />
<package id="Google.Apis.Analytics.v3" version="1.6.0.75-beta" targetFramework="net45" />
<package id="Google.Apis.Auth" version="1.6.0.1-beta" targetFramework="net45" />
<package id="Google.Apis.Auth.Mvc" version="1.6.0-beta" targetFramework="net45" />
<package id="HtmlAgilityPack" version="1.4.6" targetFramework="net45" />
<package id="log4net" version="2.0.3" targetFramework="net45" />
<package id="Lucene.Net" version="2.9.4.1" targetFramework="net45" />
Expand All @@ -31,5 +27,4 @@
<package id="Skybrud.Social" version="0.1.1" targetFramework="net45" />
<package id="UmbracoCms.Core" version="7.0.0" targetFramework="net45" />
<package id="xmlrpcnet" version="2.5.0" targetFramework="net45" />
<package id="Zlib.Portable" version="1.9.2" targetFramework="net45" />
</packages>

0 comments on commit afbe3ef

Please sign in to comment.