diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-04-12 12:35:34 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-04-12 12:35:34 -0400 |
commit | 5f73d47fb9dfe7ac2733a0a5fe57cf96639594f9 (patch) | |
tree | b0fc0f746a9a47d2844207fdc4e38edb07488a90 /src/SMAPI.Internal/SMAPI.Internal.projitems | |
parent | f635c090959935cfc98df913197022fa16ca21fe (diff) | |
download | SMAPI-5f73d47fb9dfe7ac2733a0a5fe57cf96639594f9.tar.gz SMAPI-5f73d47fb9dfe7ac2733a0a5fe57cf96639594f9.tar.bz2 SMAPI-5f73d47fb9dfe7ac2733a0a5fe57cf96639594f9.zip |
add config option to disable console colors (#707)
Diffstat (limited to 'src/SMAPI.Internal/SMAPI.Internal.projitems')
-rw-r--r-- | src/SMAPI.Internal/SMAPI.Internal.projitems | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.Internal/SMAPI.Internal.projitems b/src/SMAPI.Internal/SMAPI.Internal.projitems index 7fcebc94..0d583a6d 100644 --- a/src/SMAPI.Internal/SMAPI.Internal.projitems +++ b/src/SMAPI.Internal/SMAPI.Internal.projitems @@ -12,6 +12,7 @@ <Compile Include="$(MSBuildThisFileDirectory)ConsoleWriting\ColorfulConsoleWriter.cs" /> <Compile Include="$(MSBuildThisFileDirectory)ConsoleWriting\ColorSchemeConfig.cs" /> <Compile Include="$(MSBuildThisFileDirectory)ConsoleWriting\ConsoleLogLevel.cs" /> + <Compile Include="$(MSBuildThisFileDirectory)ConsoleWriting\IConsoleWriter.cs" /> <Compile Include="$(MSBuildThisFileDirectory)ConsoleWriting\MonitorColorScheme.cs" /> </ItemGroup> </Project>
\ No newline at end of file |