diff --git a/Doxyfile b/Doxyfile
index 56d8ef6..90b1e8d 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -790,6 +790,7 @@ RECURSIVE = YES
# run.
EXCLUDE = \
+ EventMonitor\res \
lib\EAPBase_UI\res \
lib\EapHost_UI\res \
lib\TLS_UI\res \
diff --git a/EventMonitor/EventMonitor.vcxproj b/EventMonitor/EventMonitor.vcxproj
index bbcef6e..47fd917 100644
--- a/EventMonitor/EventMonitor.vcxproj
+++ b/EventMonitor/EventMonitor.vcxproj
@@ -91,7 +91,7 @@
-
+
@@ -104,7 +104,7 @@
Create
Create
-
+
@@ -120,7 +120,7 @@
-
+
diff --git a/EventMonitor/EventMonitor.vcxproj.filters b/EventMonitor/EventMonitor.vcxproj.filters
index 31c876f..c7d73f9 100644
--- a/EventMonitor/EventMonitor.vcxproj.filters
+++ b/EventMonitor/EventMonitor.vcxproj.filters
@@ -30,7 +30,7 @@
Header Files
-
+
Header Files
@@ -50,7 +50,7 @@
Source Files
-
+
Source Files
@@ -64,7 +64,7 @@
-
+
Resource Files
diff --git a/EventMonitor/Frame.h b/EventMonitor/Frame.h
index 9e45563..8838639 100644
--- a/EventMonitor/Frame.h
+++ b/EventMonitor/Frame.h
@@ -32,8 +32,6 @@ class wxPersistentEventMonitorFrame;
#include "LogPanel.h"
-#include "wxEventMonitor_UI.h"
-
#include
#include
#include
diff --git a/EventMonitor/LogPanel.h b/EventMonitor/LogPanel.h
index 108223d..3bb1219 100644
--- a/EventMonitor/LogPanel.h
+++ b/EventMonitor/LogPanel.h
@@ -30,7 +30,7 @@ class wxPersistentEventMonitorLogPanel;
#pragma once
-#include "wxEventMonitor_UI.h"
+#include "res/wxEventMonitor_UI.h"
#include
diff --git a/EventMonitor/wxEventMonitor_UI.cpp b/EventMonitor/res/wxEventMonitor_UI.cpp
similarity index 95%
rename from EventMonitor/wxEventMonitor_UI.cpp
rename to EventMonitor/res/wxEventMonitor_UI.cpp
index a7b2248..99a35d8 100644
--- a/EventMonitor/wxEventMonitor_UI.cpp
+++ b/EventMonitor/res/wxEventMonitor_UI.cpp
@@ -7,7 +7,7 @@
#include "StdAfx.h"
-#include "ETWLog.h"
+#include "../ETWLog.h"
#include "wxEventMonitor_UI.h"
diff --git a/EventMonitor/wxEventMonitor_UI.fbp b/EventMonitor/res/wxEventMonitor_UI.fbp
similarity index 98%
rename from EventMonitor/wxEventMonitor_UI.fbp
rename to EventMonitor/res/wxEventMonitor_UI.fbp
index f48cab7..1dc6762 100644
--- a/EventMonitor/wxEventMonitor_UI.fbp
+++ b/EventMonitor/res/wxEventMonitor_UI.fbp
@@ -133,7 +133,7 @@
1
wxLC_NO_SORT_HEADER|wxLC_REPORT|wxLC_VIRTUAL
- wxETWListCtrl; ETWLog.h
+ wxETWListCtrl; ../ETWLog.h
0
diff --git a/EventMonitor/wxEventMonitor_UI.h b/EventMonitor/res/wxEventMonitor_UI.h
similarity index 100%
rename from EventMonitor/wxEventMonitor_UI.h
rename to EventMonitor/res/wxEventMonitor_UI.h