diff --git a/PdfScribeUnitTests/App.config b/PdfScribeUnitTests/App.config
deleted file mode 100644
index 204a449..0000000
--- a/PdfScribeUnitTests/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/PdfScribeUnitTests/NUnitConsoleRunner.cs b/PdfScribeUnitTests/NUnitConsoleRunner.cs
deleted file mode 100644
index 8e539f3..0000000
--- a/PdfScribeUnitTests/NUnitConsoleRunner.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System;
-
-namespace PdfScribeUnitTests
-{
- // Written by blokeley
- class NUnitConsoleRunner
- {
- [STAThread]
- static void Main(string[] args)
- {
- NUnit.ConsoleRunner.Runner.Main(args);
- }
- }
-}
diff --git a/PdfScribeUnitTests/PdfScribeUnitTests.csproj b/PdfScribeUnitTests/PdfScribeUnitTests.csproj
deleted file mode 100644
index 426590f..0000000
--- a/PdfScribeUnitTests/PdfScribeUnitTests.csproj
+++ /dev/null
@@ -1,151 +0,0 @@
-
-
-
- Debug
- x86
- 8.0.30703
- 2.0
- {D387573C-D122-461C-B525-1545DBDB4FBA}
- WinExe
- Properties
- PdfScribeUnitTests
- PdfScribeUnitTests
- v4.0
-
-
- 512
- false
- publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- true
-
-
- x86
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- x86
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
- PdfScribeUnitTests.NUnitConsoleRunner
-
-
- true
- bin\x64\Debug\
- DEBUG;TRACE
- full
- x64
- prompt
- true
- false
-
-
- bin\x64\Release\
- TRACE
- true
- pdbonly
- x64
- prompt
- true
- true
-
-
- app.manifest
-
-
-
- ..\Lib\nunit-console-runner.dll
-
-
- ..\Lib\nunit.core.dll
-
-
- ..\Lib\nunit.core.interfaces.dll
-
-
- ..\Lib\nunit.framework.dll
-
-
- ..\Lib\nunit.util.dll
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- False
- Microsoft .NET Framework 4 Client Profile %28x86 and x64%29
- true
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- false
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
- {1EAD8E9A-A123-4C37-B31E-AEE1354DF003}
- PdfScribeCore
-
-
- {09BB3AA3-96D3-4BA1-BCB3-4E17067F42B2}
- PdfScribe
-
-
-
-
-
\ No newline at end of file
diff --git a/PdfScribeUnitTests/PdfScribeUnitTests.csproj.user b/PdfScribeUnitTests/PdfScribeUnitTests.csproj.user
deleted file mode 100644
index 7f102a6..0000000
--- a/PdfScribeUnitTests/PdfScribeUnitTests.csproj.user
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
- C:\Code\PdfScribe\PdfScribeUnitTests\
- PdfScribeUnitTests.csproj
-
-
- C:\Code\PdfScribe\PdfScribeUnitTests\
- PdfScribeUnitTests.csproj
-
-
- C:\Code\PdfScribe\PdfScribeUnitTests\
- PdfScribeUnitTests.csproj
-
-
- C:\Code\PdfScribe\PdfScribeUnitTests\
- PdfScribeUnitTests.csproj
-
-
- publish\
-
-
-
-
-
- en-US
- false
- ShowAllFiles
-
-
-
-
-
-
\ No newline at end of file
diff --git a/PdfScribeUnitTests/Properties/AssemblyInfo.cs b/PdfScribeUnitTests/Properties/AssemblyInfo.cs
deleted file mode 100644
index 0ff3b90..0000000
--- a/PdfScribeUnitTests/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("PdfScribeUnitTests")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("PdfScribeUnitTests")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("55b070cb-bccc-41b0-80b8-11cf2d169436")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.*")]
-//[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/PdfScribeUnitTests/UnitTests.cs b/PdfScribeUnitTests/UnitTests.cs
deleted file mode 100644
index d0eec57..0000000
--- a/PdfScribeUnitTests/UnitTests.cs
+++ /dev/null
@@ -1,84 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading;
-
-using NUnit.Framework;
-
-using PdfScribeCore;
-
-namespace PdfScribeUnitTests
-{
- [TestFixture]
- public class UnitTests
- {
- #region Ctor
- public UnitTests()
- { }
- #endregion
-#if DEBUG
-
- #region PdfScribeCore Tests
- //[Test]
- public void Test_DeletePdfScribePort()
- {
- var scribeInstaller = new PdfScribeInstaller();
- scribeInstaller.DeletePdfScribePort();
- }
-
- //[Test]
- public void Test_RemovePdfScribeDriver()
- {
- var scribeInstaller = new PdfScribeInstaller();
- scribeInstaller.RemovePDFScribePrinterDriver();
- }
-
- //[Test]
- public void Test_AddPdfScribePort()
- {
-
- var scribeInstaller = new PdfScribeInstaller();
- scribeInstaller.AddPdfScribePort_Test();
- }
-
- //[Test]
- public void Test_IsPrinterDriverInstalled()
- {
- var scribeInstaller = new PdfScribeInstaller();
- scribeInstaller.IsPrinterDriverInstalled_Test("PDF Scribe Virtual Printer");
- }
-
- //[Test]
- public void Test_InstallPdfScribePrinter()
- {
- var scribeInstaller = new PdfScribeInstaller();
- scribeInstaller.InstallPdfScribePrinter(@"C:\Code\PdfScribe\Lib\", String.Empty, String.Empty);
- }
-
- [Test]
- public void Test_UninstallPdfScribePrinter()
- {
- var scribeInstaller = new PdfScribeInstaller();
- scribeInstaller.UninstallPdfScribePrinter();
- }
-
- //[Test]
- public void Test_RemovePdfScribePortMonitor()
- {
- var scribeInstaller = new PdfScribeInstaller();
- scribeInstaller.RemovePdfScribePortMonitor();
- }
-
- #endregion
-
- /*
- //[Test]
- public void Test_ShowSimpleError()
- {
- var errorDialog = new PdfScribeCore.ErrorDialogPresenter("Error Caption", "Error Instructions", "Message text");
- }
- */
-#endif
- }
-}
diff --git a/PdfScribeUnitTests/app.manifest b/PdfScribeUnitTests/app.manifest
deleted file mode 100644
index 95b5839..0000000
--- a/PdfScribeUnitTests/app.manifest
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-