From fead0ce10d30942e9887ae6bae6f436f9b9e844e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20S=C3=A9gaud?= Date: Sun, 10 Sep 2017 18:43:42 +0200 Subject: [PATCH] Removed unused references --- Example/Example.csproj | 7 ------- Library/Library.csproj | 8 -------- Test/Program.cs | 2 -- Test/Test.csproj | 7 ------- 4 files changed, 24 deletions(-) diff --git a/Example/Example.csproj b/Example/Example.csproj index 3df4b9c..dae132c 100644 --- a/Example/Example.csproj +++ b/Example/Example.csproj @@ -35,13 +35,6 @@ - - - - - - - diff --git a/Library/Library.csproj b/Library/Library.csproj index 41c8ff8..744f4d3 100644 --- a/Library/Library.csproj +++ b/Library/Library.csproj @@ -36,14 +36,6 @@ - - - - - - - - diff --git a/Test/Program.cs b/Test/Program.cs index 6522756..125c433 100644 --- a/Test/Program.cs +++ b/Test/Program.cs @@ -20,8 +20,6 @@ // SOFTWARE. #endregion -using System; - namespace Hef.Math.Test { class Program diff --git a/Test/Test.csproj b/Test/Test.csproj index cf24eaa..6d6869f 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -35,13 +35,6 @@ - - - - - - -