summaryrefslogtreecommitdiffstats
path: root/VC2010/MCServer.vcxproj
diff options
context:
space:
mode:
authoradmin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-11-02 21:40:39 +0100
committeradmin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-11-02 21:40:39 +0100
commita5af50c293d87a21632c2811577c7b1838f6974f (patch)
treefe95ecc0694f4d4318ff011c50a18e89ad570be7 /VC2010/MCServer.vcxproj
parentFixed some "Entity was not found in any chunk!" warnings (diff)
downloadcuberite-a5af50c293d87a21632c2811577c7b1838f6974f.tar
cuberite-a5af50c293d87a21632c2811577c7b1838f6974f.tar.gz
cuberite-a5af50c293d87a21632c2811577c7b1838f6974f.tar.bz2
cuberite-a5af50c293d87a21632c2811577c7b1838f6974f.tar.lz
cuberite-a5af50c293d87a21632c2811577c7b1838f6974f.tar.xz
cuberite-a5af50c293d87a21632c2811577c7b1838f6974f.tar.zst
cuberite-a5af50c293d87a21632c2811577c7b1838f6974f.zip
Diffstat (limited to 'VC2010/MCServer.vcxproj')
-rw-r--r--VC2010/MCServer.vcxproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj
index 66ed07b48..64a9e3726 100644
--- a/VC2010/MCServer.vcxproj
+++ b/VC2010/MCServer.vcxproj
@@ -311,6 +311,8 @@
<ClCompile Include="..\source\packets\cPacket_Disconnect.cpp" />
<ClCompile Include="..\source\packets\cPacket_EntityEquipment.cpp" />
<ClCompile Include="..\source\packets\cPacket_CreateInventoryAction.cpp" />
+ <ClCompile Include="..\source\packets\cPacket_NewInvalidState.cpp" />
+ <ClCompile Include="..\source\packets\cPacket_Thunderbolt.cpp" />
<ClCompile Include="..\source\packets\cPacket_EntityLook.cpp" />
<ClCompile Include="..\source\packets\cPacket_EntityStatus.cpp" />
<ClCompile Include="..\source\packets\cPacket_Flying.cpp" />
@@ -450,6 +452,8 @@
<ClInclude Include="..\source\packets\cPacket_Disconnect.h" />
<ClInclude Include="..\source\packets\cPacket_EntityEquipment.h" />
<ClInclude Include="..\source\packets\cPacket_CreateInventoryAction.h" />
+ <ClInclude Include="..\source\packets\cPacket_NewInvalidState.h" />
+ <ClInclude Include="..\source\packets\cPacket_Thunderbolt.h" />
<ClInclude Include="..\source\packets\cPacket_EntityLook.h" />
<ClInclude Include="..\source\packets\cPacket_EntityStatus.h" />
<ClInclude Include="..\source\packets\cPacket_Flying.h" />
@@ -518,4 +522,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>