diff --git a/Builds/VisualStudio2012/beast.vcxproj b/Builds/VisualStudio2012/beast.vcxproj
index 21a12960dd..2d0b7f019e 100644
--- a/Builds/VisualStudio2012/beast.vcxproj
+++ b/Builds/VisualStudio2012/beast.vcxproj
@@ -73,7 +73,7 @@
-
+
@@ -81,7 +81,7 @@
-
+
@@ -360,7 +360,7 @@
true
true
-
+
true
true
diff --git a/Builds/VisualStudio2012/beast.vcxproj.filters b/Builds/VisualStudio2012/beast.vcxproj.filters
index 528e2499f8..e318762522 100644
--- a/Builds/VisualStudio2012/beast.vcxproj.filters
+++ b/Builds/VisualStudio2012/beast.vcxproj.filters
@@ -1038,10 +1038,10 @@
beast
-
+
beast
-
+
beast
@@ -1565,7 +1565,7 @@
beast\net\impl
-
+
beast\net
diff --git a/beast/xmpl.h b/beast/MPL.h
similarity index 100%
rename from beast/xmpl.h
rename to beast/MPL.h
diff --git a/beast/xnet.h b/beast/Net.h
similarity index 100%
rename from beast/xnet.h
rename to beast/Net.h
diff --git a/beast/intrusive/ForwardList.h b/beast/intrusive/ForwardList.h
index 2a88225b97..8ace8541c5 100644
--- a/beast/intrusive/ForwardList.h
+++ b/beast/intrusive/ForwardList.h
@@ -23,7 +23,7 @@
#include
#include "PointerTraits.h"
-#include "../mpl.h"
+#include "../MPL.h"
// Ideas based on boost
diff --git a/beast/net/xnet.cpp b/beast/net/Net.cpp
similarity index 100%
rename from beast/net/xnet.cpp
rename to beast/net/Net.cpp
diff --git a/modules/beast_core/beast_core.h b/modules/beast_core/beast_core.h
index 3e1a266863..6f35a57c9c 100644
--- a/modules/beast_core/beast_core.h
+++ b/modules/beast_core/beast_core.h
@@ -254,7 +254,7 @@ extern BEAST_API void BEAST_CALLTYPE logAssertion (char const* file, int line) n
// New header-only library modeled more closely according to boost
#include "../../beast/intrusive/ForwardList.h"
-#include "../../beast/net.h"
+#include "../../beast/Net.h"
//------------------------------------------------------------------------------