diff --git a/3rdparty/wxWidgets/build/msw/wx_core.vcxproj b/3rdparty/wxWidgets/build/msw/wx_core.vcxproj
index 5bf7551f3e..1c10fc16fb 100644
--- a/3rdparty/wxWidgets/build/msw/wx_core.vcxproj
+++ b/3rdparty/wxWidgets/build/msw/wx_core.vcxproj
@@ -375,18 +375,28 @@
true
+ true
+ true
true
+ true
+ true
true
+ true
+ true
true
+ true
+ true
true
+ true
+ true
true
@@ -395,9 +405,13 @@
true
+ true
+ true
true
+ true
+ true
true
@@ -406,6 +420,8 @@
true
+ true
+ true
true
@@ -434,6 +450,8 @@
true
+ true
+ true
true
diff --git a/plugins/CDVDolio/vsprops/sse2.props b/plugins/CDVDolio/vsprops/sse2.props
new file mode 100644
index 0000000000..0d00e53dc7
--- /dev/null
+++ b/plugins/CDVDolio/vsprops/sse2.props
@@ -0,0 +1,12 @@
+
+
+
+ <_ProjectFileVersion>10.0.30128.1
+
+
+
+ StreamingSIMDExtensions2
+ _M_SSE=0x200;%(PreprocessorDefinitions)
+
+
+
\ No newline at end of file
diff --git a/plugins/GSdx/vsprops/sse2.props b/plugins/GSdx/vsprops/sse2.props
new file mode 100644
index 0000000000..79e5975d28
--- /dev/null
+++ b/plugins/GSdx/vsprops/sse2.props
@@ -0,0 +1,20 @@
+
+
+
+ SSE2
+
+
+ <_ProjectFileVersion>10.0.30128.1
+
+
+
+ _M_SSE=0x200;%(PreprocessorDefinitions)
+ StreamingSIMDExtensions2
+
+
+
+
+ $(SSEtype)
+
+
+
\ No newline at end of file
diff --git a/plugins/xpad/vsprops/sse2.props b/plugins/xpad/vsprops/sse2.props
new file mode 100644
index 0000000000..0d00e53dc7
--- /dev/null
+++ b/plugins/xpad/vsprops/sse2.props
@@ -0,0 +1,12 @@
+
+
+
+ <_ProjectFileVersion>10.0.30128.1
+
+
+
+ StreamingSIMDExtensions2
+ _M_SSE=0x200;%(PreprocessorDefinitions)
+
+
+
\ No newline at end of file