diff options
author | lapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-09 09:00:28 +0200 |
---|---|---|
committer | lapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-09 09:00:28 +0200 |
commit | 4b62d1c4631088eb0181048af2d57d67ab9f602e (patch) | |
tree | df7333fa82b36fff8647d1ebea44f73ed274b266 /VC2010/MCServer.vcxproj | |
parent | Squirrel Plugins (diff) | |
download | cuberite-4b62d1c4631088eb0181048af2d57d67ab9f602e.tar cuberite-4b62d1c4631088eb0181048af2d57d67ab9f602e.tar.gz cuberite-4b62d1c4631088eb0181048af2d57d67ab9f602e.tar.bz2 cuberite-4b62d1c4631088eb0181048af2d57d67ab9f602e.tar.lz cuberite-4b62d1c4631088eb0181048af2d57d67ab9f602e.tar.xz cuberite-4b62d1c4631088eb0181048af2d57d67ab9f602e.tar.zst cuberite-4b62d1c4631088eb0181048af2d57d67ab9f602e.zip |
Diffstat (limited to 'VC2010/MCServer.vcxproj')
-rw-r--r-- | VC2010/MCServer.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj index a75974183..06fc9aa6e 100644 --- a/VC2010/MCServer.vcxproj +++ b/VC2010/MCServer.vcxproj @@ -303,10 +303,10 @@ </ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\source\BioGen.cpp" />
+ <ClCompile Include="..\source\BlockArea.cpp" />
<ClCompile Include="..\source\BlockID.cpp" />
<ClCompile Include="..\source\cAggressiveMonster.cpp" />
<ClCompile Include="..\Source\cAuthenticator.cpp" />
- <ClCompile Include="..\source\cBlockArea.cpp" />
<ClCompile Include="..\source\cBlockingTCPLink.cpp" />
<ClCompile Include="..\source\cCavespider.cpp" />
<ClCompile Include="..\Source\cChicken.cpp" />
@@ -495,10 +495,10 @@ </ItemGroup>
<ItemGroup>
<ClInclude Include="..\source\BioGen.h" />
+ <ClInclude Include="..\source\BlockArea.h" />
<ClInclude Include="..\Source\BlockID.h" />
<ClInclude Include="..\source\cAggressiveMonster.h" />
<ClInclude Include="..\Source\cAuthenticator.h" />
- <ClInclude Include="..\source\cBlockArea.h" />
<ClInclude Include="..\source\cBlockingTCPLink.h" />
<ClInclude Include="..\source\cCavespider.h" />
<ClInclude Include="..\Source\cChicken.h" />
|