From 886c7f5624470c1545fef32c6b048739d131d47b Mon Sep 17 00:00:00 2001 From: "lapayo94@gmail.com" Date: Wed, 22 Aug 2012 16:31:13 +0000 Subject: Added a documentation for block and item handlers Probably fixed dependencies on cWebPlugin_Lua Fixed VC2010 Project file git-svn-id: http://mc-server.googlecode.com/svn/trunk@778 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2010/MCServer.vcxproj | 2 -- VC2010/MCServer.vcxproj.filters | 9 --------- VC2010/MCServer.vcxproj.user | 4 ++-- 3 files changed, 2 insertions(+), 13 deletions(-) (limited to 'VC2010') diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj index 382b6597f..58e1a83d4 100644 --- a/VC2010/MCServer.vcxproj +++ b/VC2010/MCServer.vcxproj @@ -395,7 +395,6 @@ - @@ -630,7 +629,6 @@ - diff --git a/VC2010/MCServer.vcxproj.filters b/VC2010/MCServer.vcxproj.filters index 0104cde21..fff2cf419 100644 --- a/VC2010/MCServer.vcxproj.filters +++ b/VC2010/MCServer.vcxproj.filters @@ -421,9 +421,6 @@ {fb282bd3-cf18-44b3-8ccc-9a5a89701a6d} - - {31f2d7f9-9684-456b-9d70-011a10e894fd} - {4b3b7b43-8e8b-4823-b112-2259fdfff7d3} @@ -859,9 +856,6 @@ cPlugin\cPlugin_NewLua - - cWebAdmin\cWebPlugin\cWebPlugin - @@ -1403,9 +1397,6 @@ cPlugin\cPlugin_NewLua - - cWebAdmin\cWebPlugin\cWebPlugin - diff --git a/VC2010/MCServer.vcxproj.user b/VC2010/MCServer.vcxproj.user index 61612b15b..8b9b8fedb 100644 --- a/VC2010/MCServer.vcxproj.user +++ b/VC2010/MCServer.vcxproj.user @@ -1,12 +1,12 @@  - $(OutDir) + ..\MCServer WindowsLocalDebugger $(TargetDir)\$(TargetName)_debug$(TargetExt) - $(OutDir) + ..\MCServer WindowsLocalDebugger -- cgit v1.2.3