summaryrefslogtreecommitdiff
path: root/src/SMAPI.Internal/SMAPI.Internal.projitems
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-09-18 12:43:31 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-09-18 12:43:31 -0400
commit6ac5ca090da088e96b0c6508866cebe7eedc439d (patch)
tree949166e5875c1969491fecb9d2c4d34afab936f8 /src/SMAPI.Internal/SMAPI.Internal.projitems
parent8a117744608dfff970855defbffb1f40466ab755 (diff)
downloadSMAPI-6ac5ca090da088e96b0c6508866cebe7eedc439d.tar.gz
SMAPI-6ac5ca090da088e96b0c6508866cebe7eedc439d.tar.bz2
SMAPI-6ac5ca090da088e96b0c6508866cebe7eedc439d.zip
simplify exception logs
Diffstat (limited to 'src/SMAPI.Internal/SMAPI.Internal.projitems')
-rw-r--r--src/SMAPI.Internal/SMAPI.Internal.projitems2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Internal/SMAPI.Internal.projitems b/src/SMAPI.Internal/SMAPI.Internal.projitems
index 0ee94a5b..41d356c0 100644
--- a/src/SMAPI.Internal/SMAPI.Internal.projitems
+++ b/src/SMAPI.Internal/SMAPI.Internal.projitems
@@ -14,6 +14,6 @@
<Compile Include="$(MSBuildThisFileDirectory)ConsoleWriting\ConsoleLogLevel.cs" />
<Compile Include="$(MSBuildThisFileDirectory)ConsoleWriting\IConsoleWriter.cs" />
<Compile Include="$(MSBuildThisFileDirectory)ConsoleWriting\MonitorColorScheme.cs" />
- <Compile Include="$(MSBuildThisFileDirectory)ExceptionExtensions.cs" />
+ <Compile Include="$(MSBuildThisFileDirectory)ExceptionHelper.cs" />
</ItemGroup>
</Project> \ No newline at end of file