From 6a14f251ba24a8ba53fa9b1e34d443f8b6120bb0 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 19 Sep 2013 09:06:28 -0700 Subject: [PATCH] Change filename capitalization --- Builds/VisualStudio2012/beast.vcxproj | 6 +++--- Builds/VisualStudio2012/beast.vcxproj.filters | 14 +++++++------- beast/net/{net.cpp => xnet.cpp} | 0 beast/{mpl.h => xmpl.h} | 0 beast/{net.h => xnet.h} | 0 5 files changed, 10 insertions(+), 10 deletions(-) rename beast/net/{net.cpp => xnet.cpp} (100%) rename beast/{mpl.h => xmpl.h} (100%) rename beast/{net.h => xnet.h} (100%) diff --git a/Builds/VisualStudio2012/beast.vcxproj b/Builds/VisualStudio2012/beast.vcxproj index 40682eac9..21a12960d 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 3f38cdd60..528e2499f 100644 --- a/Builds/VisualStudio2012/beast.vcxproj.filters +++ b/Builds/VisualStudio2012/beast.vcxproj.filters @@ -852,9 +852,6 @@ beast\mpl - - beast - beast\mpl @@ -1032,9 +1029,6 @@ beast_core\memory - - beast - beast\net @@ -1044,6 +1038,12 @@ beast + + beast + + + beast + @@ -1565,7 +1565,7 @@ beast\net\impl - + beast\net diff --git a/beast/net/net.cpp b/beast/net/xnet.cpp similarity index 100% rename from beast/net/net.cpp rename to beast/net/xnet.cpp diff --git a/beast/mpl.h b/beast/xmpl.h similarity index 100% rename from beast/mpl.h rename to beast/xmpl.h diff --git a/beast/net.h b/beast/xnet.h similarity index 100% rename from beast/net.h rename to beast/xnet.h