diff --git a/common/vsprops/common.props b/common/vsprops/common.props
index 241941026f..6045aa785a 100644
--- a/common/vsprops/common.props
+++ b/common/vsprops/common.props
@@ -5,6 +5,14 @@
$(ProjectRootDir)\..
$(SvnRootDir)\common
+
+ -avx2
+
+ x64
+
+ -dbg
+ -dev
+ $(ProjectName)$(ArchString)$(SSEString)$(BuildString)
<_ProjectFileVersion>10.0.30128.1
diff --git a/pcsx2/pcsx2.vcxproj b/pcsx2/pcsx2.vcxproj
index 8d520e4344..cf8be94c8f 100644
--- a/pcsx2/pcsx2.vcxproj
+++ b/pcsx2/pcsx2.vcxproj
@@ -78,6 +78,7 @@
AllRules.ruleset
+ $(EXEString)
@@ -99,7 +100,9 @@
PCSX2_CI;%(PreprocessorDefinitions)
_M_SSE=0x401;%(PreprocessorDefinitions)
_M_SSE=0x501;%(PreprocessorDefinitions)
- StreamingSIMDExtensions2
+
+ NotSet
+ StreamingSIMDExtensions2
AdvancedVectorExtensions2
false
$(IntDir)%(RelativeDir)