diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-23 22:22:46 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-23 22:22:46 +0200 |
commit | f59f5f575921459668a4e955591f28e16b1dea04 (patch) | |
tree | a38e7507b98227204395aed0e9c586ec88468a0d /VC2008 | |
parent | Source files cleanup: Generating-related files in a separate subfolder (diff) | |
download | cuberite-f59f5f575921459668a4e955591f28e16b1dea04.tar cuberite-f59f5f575921459668a4e955591f28e16b1dea04.tar.gz cuberite-f59f5f575921459668a4e955591f28e16b1dea04.tar.bz2 cuberite-f59f5f575921459668a4e955591f28e16b1dea04.tar.lz cuberite-f59f5f575921459668a4e955591f28e16b1dea04.tar.xz cuberite-f59f5f575921459668a4e955591f28e16b1dea04.tar.zst cuberite-f59f5f575921459668a4e955591f28e16b1dea04.zip |
Diffstat (limited to 'VC2008')
-rw-r--r-- | VC2008/MCServer.vcproj | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 1320154e0..c294a13a1 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -1621,38 +1621,38 @@ </File>
</Filter>
<Filter
- Name="World storage"
+ Name="WorldStorage"
>
<File
- RelativePath="..\source\FastNBT.cpp"
+ RelativePath="..\source\WorldStorage\FastNBT.cpp"
>
</File>
<File
- RelativePath="..\source\FastNBT.h"
+ RelativePath="..\source\WorldStorage\FastNBT.h"
>
</File>
<File
- RelativePath="..\source\WorldStorage.cpp"
+ RelativePath="..\source\WorldStorage\WorldStorage.cpp"
>
</File>
<File
- RelativePath="..\source\WorldStorage.h"
+ RelativePath="..\source\WorldStorage\WorldStorage.h"
>
</File>
<File
- RelativePath="..\source\WSSAnvil.cpp"
+ RelativePath="..\source\WorldStorage\WSSAnvil.cpp"
>
</File>
<File
- RelativePath="..\source\WSSAnvil.h"
+ RelativePath="..\source\WorldStorage\WSSAnvil.h"
>
</File>
<File
- RelativePath="..\source\WSSCompact.cpp"
+ RelativePath="..\source\WorldStorage\WSSCompact.cpp"
>
</File>
<File
- RelativePath="..\source\WSSCompact.h"
+ RelativePath="..\source\WorldStorage\WSSCompact.h"
>
</File>
</Filter>
|