diff --git a/.gitignore b/.gitignore
index 1817b1c228..90b47402da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,8 +34,6 @@
_ReSharper.*
pcsx2.snapshot_*
-postBuild.inc.cmd
-postBuild.cmd
svnrev.h
/build
diff --git a/plugins/GSdx/GSdx.props b/plugins/GSdx/GSdx.props
index 3a5504edf2..a2fffcb395 100644
--- a/plugins/GSdx/GSdx.props
+++ b/plugins/GSdx/GSdx.props
@@ -13,10 +13,6 @@
./vtune;%(AdditionalLibraryDirectories)
d3d9.dll;d3dx9_41.dll;d3d10.dll;d3d10_1.dll;d3dx10_41.dll;d3d11.dll;d3d11_beta.dll;d3dx11_41.dll;%(DelayLoadDLLs)
-
-
-
-
"$(SolutionDir)common\vsprops\preBuild.cmd" "$(ProjectDir)."
diff --git a/plugins/GSdx/vsprops/common.props b/plugins/GSdx/vsprops/common.props
index bd7c502a80..979dd01e85 100644
--- a/plugins/GSdx/vsprops/common.props
+++ b/plugins/GSdx/vsprops/common.props
@@ -25,9 +25,6 @@
false
$(VTUNE_AMPLIFIER_XE_2015_DIR)lib32;%(AdditionalLibraryDirectories)
-
- .\postBuild.cmd "$(TargetPath)" "$(TargetName)" $(TargetExt) $(PcsxSubsection)
-
"$(SvnCommonDir)\vsprops\preBuild.cmd" "$(ProjectRootDir)"
diff --git a/plugins/LilyPad/LilyPad.vcxproj b/plugins/LilyPad/LilyPad.vcxproj
index af6be1ed6b..9128c2121e 100644
--- a/plugins/LilyPad/LilyPad.vcxproj
+++ b/plugins/LilyPad/LilyPad.vcxproj
@@ -124,10 +124,8 @@
true
false
false
- false
false
false
- false
AllRules.ruleset
@@ -346,9 +344,6 @@
true
.\Release/LilyPad.bsc
-
- mt.exe -manifest $(IntDir)LilyPad64.dll.manifest -outputresource:$(OutDir)$(ProjectName)64.dll
-
@@ -399,9 +394,6 @@
true
.\Release No CRT/LilyPad.bsc
-
- mt.exe -manifest $(IntDir)LilyPad64.dll.manifest -outputresource:$(OutDir)$(ProjectName)64.dll
-
diff --git a/tools/GSDumpGUI/GSDumpGUI.csproj b/tools/GSDumpGUI/GSDumpGUI.csproj
index 232fe31f0c..589c80ff8b 100644
--- a/tools/GSDumpGUI/GSDumpGUI.csproj
+++ b/tools/GSDumpGUI/GSDumpGUI.csproj
@@ -122,8 +122,4 @@
-->
-
-
-
-
\ No newline at end of file