diff --git a/SebWindowsConfig/SebWindowsConfig.csproj b/SebWindowsConfig/SebWindowsConfig.csproj
index 50f9d1af..4a9aef60 100644
--- a/SebWindowsConfig/SebWindowsConfig.csproj
+++ b/SebWindowsConfig/SebWindowsConfig.csproj
@@ -36,7 +36,7 @@
full
false
bin\x86\Debug\
- DEBUG;TRACE
+ TRACE;DEBUG;X86
prompt
0
false
@@ -46,7 +46,7 @@
pdbonly
true
bin\x86\Release\
- TRACE
+ TRACE;X86
prompt
4
false
@@ -198,8 +198,17 @@
-
-
+ IF EXIST "C:\SEB\seb_$(PlatformName).dll" (
+ robocopy "C:\SEB" "$(TargetDir)\" "seb_$(PlatformName).dll" /np
+
+ IF %2525ERRORLEVEL%2525 GEQ 8 (
+ EXIT 1
+ )
+) ELSE (
+ ECHO WARNING: Integrity module not included!
+)
+
+EXIT 0