Restructured Solution, command line app is now test host for the actual DLL.

This commit is contained in:
Torben Nehmer 2016-11-20 15:30:45 +01:00
parent 98f235815b
commit 3588c5359e
7 changed files with 5 additions and 9 deletions

View File

@ -7,8 +7,8 @@
<ProjectGuid>{E0BED7B8-729A-4AA4-83A3-2F0EC569728E}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NAV_Source_Control</RootNamespace>
<AssemblyName>NAV Source Control</AssemblyName>
<RootNamespace>NAVSCM</RootNamespace>
<AssemblyName>NAV Source Control Test Host</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>

View File

@ -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...");

View File

@ -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