diff --git a/BinaryObjectScanner/BinaryObjectScanner.csproj b/BinaryObjectScanner/BinaryObjectScanner.csproj
index 1e86527a..6be4001f 100644
--- a/BinaryObjectScanner/BinaryObjectScanner.csproj
+++ b/BinaryObjectScanner/BinaryObjectScanner.csproj
@@ -65,6 +65,10 @@
+
+
+
+
diff --git a/BinaryObjectScanner/Interfaces/IProgress.cs b/BinaryObjectScanner/Interfaces/IProgress.cs
deleted file mode 100644
index e4fe415d..00000000
--- a/BinaryObjectScanner/Interfaces/IProgress.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-#if NET40
-
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-
-namespace System
-{
- /// Defines a provider for progress updates.
- /// The type of progress update value.
- ///
- public interface IProgress
- {
- /// Reports a progress update.
- /// The value of the updated progress.
- void Report(T value);
- }
-}
-
-#endif
\ No newline at end of file
diff --git a/Test/Test.csproj b/Test/Test.csproj
index 62be9f9a..469bd4fe 100644
--- a/Test/Test.csproj
+++ b/Test/Test.csproj
@@ -22,6 +22,10 @@
+
+
+
+
Always