diff --git a/NAV Source Control/App.config b/NAV Source Control Test Host/App.config similarity index 100% rename from NAV Source Control/App.config rename to NAV Source Control Test Host/App.config diff --git a/NAV Source Control/Config Files/log4net.config b/NAV Source Control Test Host/Config Files/log4net.config similarity index 100% rename from NAV Source Control/Config Files/log4net.config rename to NAV Source Control Test Host/Config Files/log4net.config diff --git a/NAV Source Control/NAV Source Control.csproj b/NAV Source Control Test Host/NAV Source Control Test Host.csproj similarity index 96% rename from NAV Source Control/NAV Source Control.csproj rename to NAV Source Control Test Host/NAV Source Control Test Host.csproj index 170e428..d889d81 100644 --- a/NAV Source Control/NAV Source Control.csproj +++ b/NAV Source Control Test Host/NAV Source Control Test Host.csproj @@ -7,8 +7,8 @@ {E0BED7B8-729A-4AA4-83A3-2F0EC569728E} Exe Properties - NAV_Source_Control - NAV Source Control + NAVSCM + NAV Source Control Test Host v4.5.2 512 true diff --git a/NAV Source Control/Program.cs b/NAV Source Control Test Host/Program.cs similarity index 79% rename from NAV Source Control/Program.cs rename to NAV Source Control Test Host/Program.cs index 86bcd38..0d5268e 100644 --- a/NAV Source Control/Program.cs +++ b/NAV Source Control Test Host/Program.cs @@ -5,7 +5,7 @@ using System.Text; using System.Threading.Tasks; using log4net; -namespace NAVSCM +namespace NAVSCM.TestHost { class Program { @@ -17,10 +17,6 @@ namespace NAVSCM log.Info("Starting up..."); - log.Debug("Debug"); - log.Warn("Warn"); - log.Error("Error"); - log.Fatal("Fatal"); log.Info("Shutting down..."); diff --git a/NAV Source Control/Properties/AssemblyInfo.cs b/NAV Source Control Test Host/Properties/AssemblyInfo.cs similarity index 100% rename from NAV Source Control/Properties/AssemblyInfo.cs rename to NAV Source Control Test Host/Properties/AssemblyInfo.cs diff --git a/NAV Source Control/packages.config b/NAV Source Control Test Host/packages.config similarity index 100% rename from NAV Source Control/packages.config rename to NAV Source Control Test Host/packages.config diff --git a/NAV Source Control.sln b/NAV Source Control.sln index 81e2de8..2820300 100644 --- a/NAV Source Control.sln +++ b/NAV Source Control.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NAV Source Control", "NAV Source Control\NAV Source Control.csproj", "{E0BED7B8-729A-4AA4-83A3-2F0EC569728E}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NAV Source Control Test Host", "NAV Source Control Test Host\NAV Source Control Test Host.csproj", "{E0BED7B8-729A-4AA4-83A3-2F0EC569728E}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution