Change filname capitalization (end)

This commit is contained in:
Vinnie Falco
2013-09-19 09:22:13 -07:00
parent 6a14f251ba
commit 2a164f0165
7 changed files with 8 additions and 8 deletions

View File

@@ -73,7 +73,7 @@
<ClInclude Include="..\..\beast\CStdInt.h" />
<ClInclude Include="..\..\beast\intrusive\ForwardList.h" />
<ClInclude Include="..\..\beast\intrusive\PointerTraits.h" />
<ClInclude Include="..\..\beast\xmpl.h" />
<ClInclude Include="..\..\beast\MPL.h" />
<ClInclude Include="..\..\beast\mpl\AddConst.h" />
<ClInclude Include="..\..\beast\mpl\IfCond.h" />
<ClInclude Include="..\..\beast\mpl\PointerToOther.h" />
@@ -81,7 +81,7 @@
<ClInclude Include="..\..\beast\mpl\RemoveConstVolatile.h" />
<ClInclude Include="..\..\beast\mpl\RemoveReference.h" />
<ClInclude Include="..\..\beast\mpl\RemoveVolatile.h" />
<ClInclude Include="..\..\beast\xnet.h" />
<ClInclude Include="..\..\beast\Net.h" />
<ClInclude Include="..\..\beast\net\IPEndpoint.h" />
<ClInclude Include="..\..\modules\beast_asio\async\ComposedAsyncOperation.h" />
<ClInclude Include="..\..\modules\beast_asio\async\SharedHandler.h" />
@@ -360,7 +360,7 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\beast\net\xnet.cpp">
<ClCompile Include="..\..\beast\net\Net.cpp">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
</ClCompile>

View File

@@ -1038,10 +1038,10 @@
<ClInclude Include="..\..\beast\CStdInt.h">
<Filter>beast</Filter>
</ClInclude>
<ClInclude Include="..\..\beast\xmpl.h">
<ClInclude Include="..\..\beast\MPL.h">
<Filter>beast</Filter>
</ClInclude>
<ClInclude Include="..\..\beast\xnet.h">
<ClInclude Include="..\..\beast\Net.h">
<Filter>beast</Filter>
</ClInclude>
</ItemGroup>
@@ -1565,7 +1565,7 @@
<ClCompile Include="..\..\beast\net\impl\IPEndpoint.cpp">
<Filter>beast\net\impl</Filter>
</ClCompile>
<ClCompile Include="..\..\beast\net\xnet.cpp">
<ClCompile Include="..\..\beast\net\Net.cpp">
<Filter>beast\net</Filter>
</ClCompile>
</ItemGroup>

View File

@@ -23,7 +23,7 @@
#include <iterator>
#include "PointerTraits.h"
#include "../mpl.h"
#include "../MPL.h"
// Ideas based on boost

View File

@@ -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"
//------------------------------------------------------------------------------