Browse Source

Added classes to the class library project.

The projects functionality can now be added.
merge-requests/1/head
Craig Oates 7 years ago
parent
commit
6b1b38f387
  1. 12
      Console.Waterworks/Console.Waterworks/Assistants/CoOrdinatorAssistant.cs
  2. 12
      Console.Waterworks/Console.Waterworks/Assistants/CommandsAssistant.cs
  3. 12
      Console.Waterworks/Console.Waterworks/Attributes/DescriptionAttribute.cs
  4. 12
      Console.Waterworks/Console.Waterworks/Attributes/ListCommandAttribute.cs
  5. 12
      Console.Waterworks/Console.Waterworks/Attributes/ParametersAttribute.cs
  6. 12
      Console.Waterworks/Console.Waterworks/Attributes/UsageAttribute.cs
  7. 2
      Console.Waterworks/Console.Waterworks/CWLiaision.cs
  8. 12
      Console.Waterworks/Console.Waterworks/CoOrdinators/CoOrdinator.cs
  9. 47
      Console.Waterworks/Console.Waterworks/Console.Waterworks.csproj
  10. 12
      Console.Waterworks/Console.Waterworks/Constants/CW_Constants.cs
  11. 12
      Console.Waterworks/Console.Waterworks/Loggers/CW_Logger.cs
  12. 12
      Console.Waterworks/Console.Waterworks/Models/Command.cs
  13. 9
      Console.Waterworks/Console.Waterworks/Properties/AssemblyInfo.cs
  14. 12
      Console.Waterworks/Console.Waterworks/Specialists/CoercionSpecialist.cs
  15. 12
      Console.Waterworks/Console.Waterworks/Specialists/CommandsSpecialist.cs
  16. 12
      Console.Waterworks/Console.Waterworks/Specialists/ConsoleIOSpecialist.cs
  17. 12
      Console.Waterworks/Console.Waterworks/Specialists/HelpSpecialist.cs
  18. 12
      Console.Waterworks/Console.Waterworks/Specialists/ProgramInfoSpecialist.cs
  19. BIN
      Console.Waterworks/Console.Waterworks/WaterWorksIcon.ico

12
Console.Waterworks/Console.Waterworks/Assistants/CoOrdinatorAssistant.cs

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console.Waterworks.Assistants
{
class CoOrdinatorAssistant
{
}
}

12
Console.Waterworks/Console.Waterworks/Assistants/CommandsAssistant.cs

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console.Waterworks.Assistants
{
class CommandsAssistant
{
}
}

12
Console.Waterworks/Console.Waterworks/Attributes/DescriptionAttribute.cs

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console.Waterworks.Attributes
{
class DescriptionAttribute
{
}
}

12
Console.Waterworks/Console.Waterworks/Attributes/ListCommandAttribute.cs

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console.Waterworks.Attributes
{
class ListCommandAttribute
{
}
}

12
Console.Waterworks/Console.Waterworks/Attributes/ParametersAttribute.cs

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console.Waterworks.Attributes
{
class ParametersAttribute
{
}
}

12
Console.Waterworks/Console.Waterworks/Attributes/UsageAttribute.cs

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console.Waterworks.Attributes
{
class UsageAttribute
{
}
}

2
Console.Waterworks/Console.Waterworks/CWLiaision.cs

@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace Console.Waterworks
{
public class Class1
public class CWLiaision
{
}
}

12
Console.Waterworks/Console.Waterworks/CoOrdinators/CoOrdinator.cs

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console.Waterworks.CoOrdinators
{
class CoOrdinator
{
}
}

47
Console.Waterworks/Console.Waterworks/Console.Waterworks.csproj

@ -1,16 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>d1354760-61f7-4aee-8d6f-e78a463ee3c9</ProjectGuid>
<ProjectGuid>{D1354760-61F7-4AEE-8D6F-E78A463EE3C9}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Console.Waterworks</RootNamespace>
<AssemblyName>Console.Waterworks</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -29,25 +30,33 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>WaterWorksIcon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System"/>
<Reference Include="System.Core"/>
<Reference Include="System.Xml.Linq"/>
<Reference Include="System.Data.DataSetExtensions"/>
<Reference Include="Microsoft.CSharp"/>
<Reference Include="System.Data"/>
<Reference Include="System.Net.Http"/>
<Reference Include="System.Xml"/>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Class1.cs" />
<Compile Include="CWLiaision.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Assistants\" />
<Folder Include="Attributes\" />
<Folder Include="Constants\" />
<Folder Include="CoOrdinators\" />
<Folder Include="Models\" />
<Folder Include="Specialists\" />
</ItemGroup>
<ItemGroup>
<Content Include="WaterWorksIcon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>

12
Console.Waterworks/Console.Waterworks/Constants/CW_Constants.cs

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console.Waterworks.Constants
{
class CWConstants
{
}
}

12
Console.Waterworks/Console.Waterworks/Loggers/CW_Logger.cs

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console.Waterworks.Loggers
{
class CW_Logger
{
}
}

12
Console.Waterworks/Console.Waterworks/Models/Command.cs

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console.Waterworks.Models
{
class Command
{
}
}

9
Console.Waterworks/Console.Waterworks/Properties/AssemblyInfo.cs

@ -1,4 +1,5 @@
using System.Reflection;
using System.Resources;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
@ -6,11 +7,11 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Console.Waterworks")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Console.Waterworks is a Nuget package which helps you write command-based console programs in .Net.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Console.Waterworks")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyCopyright("Copyright © 2017 Craig Oates")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -34,3 +35,5 @@ using System.Runtime.InteropServices;
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-GB")]

12
Console.Waterworks/Console.Waterworks/Specialists/CoercionSpecialist.cs

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console.Waterworks.Specialists
{
class CoercionSpecialist
{
}
}

12
Console.Waterworks/Console.Waterworks/Specialists/CommandsSpecialist.cs

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console.Waterworks.Specialists
{
class CommandsSpecialist
{
}
}

12
Console.Waterworks/Console.Waterworks/Specialists/ConsoleIOSpecialist.cs

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console.Waterworks.Specialists
{
class ConsoleIOSpecialist
{
}
}

12
Console.Waterworks/Console.Waterworks/Specialists/HelpSpecialist.cs

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console.Waterworks.Specialists
{
class HelpSpecialist
{
}
}

12
Console.Waterworks/Console.Waterworks/Specialists/ProgramInfoSpecialist.cs

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Console.Waterworks.Specialists
{
class ProgramInfoSpecialist
{
}
}

BIN
Console.Waterworks/Console.Waterworks/WaterWorksIcon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Loading…
Cancel
Save