diff --git a/.gitignore b/.gitignore
index da4d46d95..3eb7bf1ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -194,3 +194,7 @@ ModelManifest.xml
/DEPLOY
*.bat
/DEPLOY/clean_for_publish.bat
+/.vs/IW4MAdmin/v15
+/.vs/IW4MAdmin/v15
+/.vs/IW4MAdmin/v15
+/.vs/IW4MAdmin/v15/Browse.VC.db
diff --git a/Admin/Application.csproj b/Admin/Application.csproj
index e8822e813..ee6fbf3c3 100644
--- a/Admin/Application.csproj
+++ b/Admin/Application.csproj
@@ -48,9 +48,11 @@
4
true
false
- ..\..\..\RuleSet1.ruleset
+ MinimumRecommendedRules.ruleset
+ false
+ true
-
+
x86
pdbonly
true
@@ -104,6 +106,21 @@
false
MinimumRecommendedRules.ruleset
+
+ x86
+ bin\x86\Debug\
+ TRACE;DEBUG
+
+
+ x86
+ bin\x86\Release\
+ true
+
+
+ x86
+ bin\x86\Release-Stable\
+ true
+
False
@@ -338,8 +355,7 @@ if $(ConfigurationName) == Release powershell.exe -file "$(SolutionDir)DEPLOY\pu
if $(ConfigurationName) == Release-Stable powershell.exe -file "$(SolutionDir)DEPLOY\publish_stable.ps1" 1.4
-
-
+ xcopy "$(SolutionDir)BUILD\plugins" "$(TargetDir)plugins" /Y