summaryrefslogtreecommitdiffstats
path: root/VC2013/MCServer.vcxproj
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-29 23:25:07 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-29 23:25:07 +0100
commitcee5160be879434fd59567c5b2d80af10c163276 (patch)
tree3a8b5ea7ebeb10aa656226df77dc562ae2b4ea05 /VC2013/MCServer.vcxproj
parentMerge pull request #362 from mc-server/redstonefixes (diff)
downloadcuberite-cee5160be879434fd59567c5b2d80af10c163276.tar
cuberite-cee5160be879434fd59567c5b2d80af10c163276.tar.gz
cuberite-cee5160be879434fd59567c5b2d80af10c163276.tar.bz2
cuberite-cee5160be879434fd59567c5b2d80af10c163276.tar.lz
cuberite-cee5160be879434fd59567c5b2d80af10c163276.tar.xz
cuberite-cee5160be879434fd59567c5b2d80af10c163276.tar.zst
cuberite-cee5160be879434fd59567c5b2d80af10c163276.zip
Diffstat (limited to 'VC2013/MCServer.vcxproj')
-rw-r--r--VC2013/MCServer.vcxproj8
1 files changed, 2 insertions, 6 deletions
diff --git a/VC2013/MCServer.vcxproj b/VC2013/MCServer.vcxproj
index 251d401c9..0b0c13d81 100644
--- a/VC2013/MCServer.vcxproj
+++ b/VC2013/MCServer.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug profiled|Win32">
@@ -185,6 +185,7 @@
<ResourceCompile Include="MCServer.rc" />
</ItemGroup>
<ItemGroup>
+ <ClInclude Include="..\src\Blocks\BlockTrapdoor.h" />
<ClInclude Include="resource_MCServer.h" />
<ClInclude Include="..\src\Authenticator.h" />
<ClInclude Include="..\src\BlockArea.h" />
@@ -794,14 +795,9 @@
<ClCompile Include="..\src\Generating\StructGen.cpp" />
<ClCompile Include="..\src\Generating\Trees.cpp" />
<ClCompile Include="..\src\Blocks\BlockBed.cpp" />
- <ClCompile Include="..\src\Blocks\BlockButton.cpp" />
- <ClCompile Include="..\src\Blocks\BlockComparator.cpp" />
<ClCompile Include="..\src\blocks\BlockDoor.cpp" />
<ClCompile Include="..\src\blocks\BlockHandler.cpp" />
- <ClCompile Include="..\src\Blocks\BlockLever.cpp" />
<ClCompile Include="..\src\blocks\BlockPiston.cpp" />
- <ClCompile Include="..\src\blocks\BlockRedstone.cpp" />
- <ClCompile Include="..\src\blocks\BlockRedstoneRepeater.cpp" />
<ClCompile Include="..\src\items\ItemHandler.cpp" />
<ClCompile Include="..\src\Protocol\ChunkDataSerializer.cpp" />
<ClCompile Include="..\src\Protocol\Protocol125.cpp" />