aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-02-12 12:53:46 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-02-12 12:53:46 +0200
commit8231c057a4073e7397dbb1d953c43a76d8187e72 (patch)
tree1c40c8497aac2f10f919ab732af0c357493ca320 /Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj
parent2bef1ef7fb1d5cd57e2af3f47a648e512cfcd4f2 (diff)
downloadTango-8231c057a4073e7397dbb1d953c43a76d8187e72.tar.gz
Tango-8231c057a4073e7397dbb1d953c43a76d8187e72.zip
Implemented global exception trapping on machine studio.
Diffstat (limited to 'Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj')
-rw-r--r--Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj b/Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj
index 04a651de8..53dede744 100644
--- a/Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj
+++ b/Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj
@@ -54,6 +54,7 @@
<DependentUpon>ConsoleWindow.xaml</DependentUpon>
</Compile>
<Compile Include="ExceptionLogItem.cs" />
+ <Compile Include="ExtensionMethods\ExceptionExtensions.cs" />
<Compile Include="ExtensionMethods\StringExtensions.cs" />
<Compile Include="FileLogger.cs" />
<Compile Include="GlobalExceptionTrapper.cs" />