Skip to content

Commit

Permalink
Removed unused references
Browse files Browse the repository at this point in the history
  • Loading branch information
fsegaud committed Sep 11, 2017
1 parent 88e6abf commit fead0ce
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
7 changes: 0 additions & 7 deletions Example/Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
Expand Down
8 changes: 0 additions & 8 deletions Library/Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Cache.cs" />
Expand Down
2 changes: 0 additions & 2 deletions Test/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
// SOFTWARE.
#endregion

using System;

namespace Hef.Math.Test
{
class Program
Expand Down
7 changes: 0 additions & 7 deletions Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
Expand Down

0 comments on commit fead0ce

Please sign in to comment.