Extract out Logging namespace

This commit is contained in:
Matt Nadareski
2020-12-07 14:29:45 -08:00
parent 6423e46b53
commit ee3e4645a0
32 changed files with 157 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -15,6 +15,7 @@
<ItemGroup>
<ProjectReference Include="..\SabreTools.Help\SabreTools.Help.csproj" />
<ProjectReference Include="..\SabreTools.Library\SabreTools.Library.csproj" />
<ProjectReference Include="..\SabreTools.Logging\SabreTools.Logging.csproj" />
</ItemGroup>
<ItemGroup>