Skip to content

Commit

Permalink
Got rid of unused references
Browse files Browse the repository at this point in the history
  • Loading branch information
Otiel committed Feb 28, 2014
1 parent 2171897 commit 53abdde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
10 changes: 3 additions & 7 deletions Sources/BandcampDownloader/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;
using System.Windows;

namespace BandcampDownloader {

/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App: Application {
}
}
}
8 changes: 0 additions & 8 deletions Sources/BandcampDownloader/BandcampDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,10 @@
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.6.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="policy.2.0.taglib-sharp">
<HintPath>..\packages\taglib.2.1.0.0\lib\policy.2.0.taglib-sharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
Expand Down

0 comments on commit 53abdde

Please sign in to comment.