Restructured Solution, command line app is now test host for the actual DLL.
This commit is contained in:
parent
98f235815b
commit
3588c5359e
@ -7,8 +7,8 @@
|
|||||||
<ProjectGuid>{E0BED7B8-729A-4AA4-83A3-2F0EC569728E}</ProjectGuid>
|
<ProjectGuid>{E0BED7B8-729A-4AA4-83A3-2F0EC569728E}</ProjectGuid>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>NAV_Source_Control</RootNamespace>
|
<RootNamespace>NAVSCM</RootNamespace>
|
||||||
<AssemblyName>NAV Source Control</AssemblyName>
|
<AssemblyName>NAV Source Control Test Host</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
@ -5,7 +5,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using log4net;
|
using log4net;
|
||||||
|
|
||||||
namespace NAVSCM
|
namespace NAVSCM.TestHost
|
||||||
{
|
{
|
||||||
class Program
|
class Program
|
||||||
{
|
{
|
||||||
@ -17,10 +17,6 @@ namespace NAVSCM
|
|||||||
|
|
||||||
log.Info("Starting up...");
|
log.Info("Starting up...");
|
||||||
|
|
||||||
log.Debug("Debug");
|
|
||||||
log.Warn("Warn");
|
|
||||||
log.Error("Error");
|
|
||||||
log.Fatal("Fatal");
|
|
||||||
|
|
||||||
log.Info("Shutting down...");
|
log.Info("Shutting down...");
|
||||||
|
|
@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio 14
|
# Visual Studio 14
|
||||||
VisualStudioVersion = 14.0.23107.0
|
VisualStudioVersion = 14.0.25420.1
|
||||||
MinimumVisualStudioVersion = 10.0.40219.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
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Loading…
Reference in New Issue
Block a user