aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-23 17:36:40 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-23 17:36:40 -0500
commit1923de72bf3c502ba9b942ef6caa5f73a33f43d6 (patch)
tree9104da63d3f657a3cd8cb7beae70ab6ab614caf9 /MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj
parent70c5b341dbaf274ebc57743fe51b9b8e7d73d441 (diff)
consolidate exception logging
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj')
-rw-r--r--MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj
index 474dadfe28..46a7710272 100644
--- a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj
+++ b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj
@@ -70,6 +70,7 @@
<Compile Include="NativeEnvironment.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="StartupOptions.cs" />
+ <Compile Include="UnhandledExceptionWriter.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">