Skip to content

Commit

Permalink
Use System.Diagnostics.Tracing instead of Microsoft.Diagnostics.Traci…
Browse files Browse the repository at this point in the history
…ng for logging to Event Viewer.
  • Loading branch information
rinrab committed Dec 29, 2023
1 parent cf384e3 commit b7b0bf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion AOVpnManager/EventViewerLogger.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Microsoft.Diagnostics.Tracing;
using System.Diagnostics.Tracing;

namespace AOVpnManager
{
Expand Down
4 changes: 0 additions & 4 deletions Installer/Package.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
<File Source="$(AOVpnManager.TargetPath)" Id="AOVpnManager.exe" />
</Component>

<Component Directory="INSTALLFOLDER">
<File Source="$(var.AOVpnManager.TargetDir)\Microsoft.Diagnostics.Tracing.EventSource.dll" />
</Component>

<Component Directory="INSTALLFOLDER">
<File Source="TaskConfig.xml" />

Expand Down

0 comments on commit b7b0bf8

Please sign in to comment.