summaryrefslogtreecommitdiff
path: root/src/SMAPI.Internal/SMAPI.Internal.projitems
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-10 00:47:20 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-10 00:47:20 -0400
commit02c02a55eeeb744108d6a8335f6203a95ea20626 (patch)
treeb6b7b6126c6077632114095d2bdeea937d47e4be /src/SMAPI.Internal/SMAPI.Internal.projitems
parent5a2755bfcc516345800a4e9b966a0aff435215b8 (diff)
downloadSMAPI-02c02a55eeeb744108d6a8335f6203a95ea20626.tar.gz
SMAPI-02c02a55eeeb744108d6a8335f6203a95ea20626.tar.bz2
SMAPI-02c02a55eeeb744108d6a8335f6203a95ea20626.zip
generalise console color logic for reuse (#495)
Diffstat (limited to 'src/SMAPI.Internal/SMAPI.Internal.projitems')
-rw-r--r--src/SMAPI.Internal/SMAPI.Internal.projitems3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SMAPI.Internal/SMAPI.Internal.projitems b/src/SMAPI.Internal/SMAPI.Internal.projitems
index 764cb12e..dadae4b0 100644
--- a/src/SMAPI.Internal/SMAPI.Internal.projitems
+++ b/src/SMAPI.Internal/SMAPI.Internal.projitems
@@ -9,9 +9,12 @@
<Import_RootNamespace>SMAPI.Internal</Import_RootNamespace>
</PropertyGroup>
<ItemGroup>
+ <Compile Include="$(MSBuildThisFileDirectory)ConsoleWriting\ColorfulConsoleWriter.cs" />
<Compile Include="$(MSBuildThisFileDirectory)EnvironmentUtility.cs" />
+ <Compile Include="$(MSBuildThisFileDirectory)ConsoleWriting\LogLevel.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Models\ModInfoModel.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Models\ModSeachModel.cs" />
+ <Compile Include="$(MSBuildThisFileDirectory)ConsoleWriting\MonitorColorScheme.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Platform.cs" />
<Compile Include="$(MSBuildThisFileDirectory)SemanticVersionImpl.cs" />
</ItemGroup>