diff --git a/NOTICE b/NOTICE
index dfd5ff6..eee186c 100644
--- a/NOTICE
+++ b/NOTICE
@@ -29,8 +29,8 @@
Serilog is distributed under the Apache 2.0 license, original license
file to be found within the accompanying file named SerilogLicense.
-
- CommandLineParser is distributed under the MIT license, original
- license to be found within the accompanying file named
- CommandLineParserLicense.
+
+ Oxyplot is distributed under the MIT license, original
+ license can be found at:
+ https://github.com/oxyplot/oxyplot/blob/develop/LICENSE
---------------------------------------------------------------------------
diff --git a/RawTools.sln b/RawTools.sln
index f21d29c..df92cdd 100644
--- a/RawTools.sln
+++ b/RawTools.sln
@@ -8,7 +8,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AD4DDCB0-3F2C-49FF-A53E-BE82CCCCEA64}"
ProjectSection(SolutionItems) = preProject
changelog.md = changelog.md
- CommandLineParserLicense = CommandLineParserLicense
LICENSE = LICENSE
NOTICE = NOTICE
RawFileReaderLicense = RawFileReaderLicense
diff --git a/RawTools/Properties/AssemblyInfo.cs b/RawTools/Properties/AssemblyInfo.cs
index 309dae4..cede4fd 100644
--- a/RawTools/Properties/AssemblyInfo.cs
+++ b/RawTools/Properties/AssemblyInfo.cs
@@ -36,4 +36,4 @@
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("15.1.2019.0")]
-[assembly: AssemblyInformationalVersion("1.4.2")]
\ No newline at end of file
+[assembly: AssemblyInformationalVersion("2.0.0")]
\ No newline at end of file
diff --git a/RawTools/RawTools.csproj b/RawTools/RawTools.csproj
index 3caedbf..43c7cb9 100644
--- a/RawTools/RawTools.csproj
+++ b/RawTools/RawTools.csproj
@@ -29,6 +29,18 @@
true
+ True
+ False
+ False
+ False
+ False
+
+
+ False
+ SettingsVersion
+ None
+
+
AnyCPU
diff --git a/RawToolsViz/RawToolsViz.csproj b/RawToolsViz/RawToolsViz.csproj
index 41d16eb..7a34e45 100644
--- a/RawToolsViz/RawToolsViz.csproj
+++ b/RawToolsViz/RawToolsViz.csproj
@@ -26,7 +26,7 @@
AnyCPU
pdbonly
true
- bin\Release\
+ ..\RawTools\bin\x64\Release\
TRACE
prompt
4