summaryrefslogtreecommitdiffstats
path: root/VC2008
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-01-27 15:04:28 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-01-27 15:04:28 +0100
commit86158a2d1de4594664c80d76d153fe4284d50703 (patch)
treea569eaf353095234b95f8394cfeb326d0bfc31ac /VC2008
parentResources: Added MSVC2008 Express compatibility (no MFC referenced in the resource script) (diff)
downloadcuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar
cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.gz
cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.bz2
cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.lz
cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.xz
cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.zst
cuberite-86158a2d1de4594664c80d76d153fe4284d50703.zip
Diffstat (limited to 'VC2008')
-rw-r--r--VC2008/JsonCpp.vcproj185
-rw-r--r--VC2008/Lua.vcproj375
-rw-r--r--VC2008/MCServer.sln50
-rw-r--r--VC2008/MCServer.vcproj1545
-rw-r--r--VC2008/ToLua.vcproj201
-rw-r--r--VC2008/zlib.vcproj267
6 files changed, 2623 insertions, 0 deletions
diff --git a/VC2008/JsonCpp.vcproj b/VC2008/JsonCpp.vcproj
new file mode 100644
index 000000000..5c53e1dbf
--- /dev/null
+++ b/VC2008/JsonCpp.vcproj
@@ -0,0 +1,185 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="JsonCpp"
+ ProjectGUID="{5AAA90B9-946D-4034-83F3-676B06A6E326}"
+ RootNamespace="JsonCpp"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../jsoncpp-src-0.5.0/include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="../jsoncpp-src-0.5.0/include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_batchallocator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_internalarray.inl"
+ >
+ </File>
+ <File
+ RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_internalmap.inl"
+ >
+ </File>
+ <File
+ RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_reader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_value.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_valueiterator.inl"
+ >
+ </File>
+ <File
+ RelativePath="..\jsoncpp-src-0.5.0\src\lib_json\json_writer.cpp"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/VC2008/Lua.vcproj b/VC2008/Lua.vcproj
new file mode 100644
index 000000000..355c6a620
--- /dev/null
+++ b/VC2008/Lua.vcproj
@@ -0,0 +1,375 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="Lua"
+ ProjectGUID="{082E8185-7B3A-4945-8C82-9132341A329D}"
+ RootNamespace="Lua"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\lua-5.1.4\src\lapi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lauxlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lbaselib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lcode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ldblib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ldebug.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ldo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ldump.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lfunc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lgc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\linit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\liolib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\llex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lmathlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lmem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\loadlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lobject.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lopcodes.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\loslib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lparser.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lstate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lstring.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lstrlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ltable.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ltablib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ltm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lua.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\luac.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lundump.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lvm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lzio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\print.c"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\lua-5.1.4\src\lapi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lauxlib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lcode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ldebug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ldo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lfunc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lgc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\llex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\llimits.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lmem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lobject.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lopcodes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lparser.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lstring.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ltable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ltm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lua.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\luaconf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lualib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lundump.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lvm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lzio.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/VC2008/MCServer.sln b/VC2008/MCServer.sln
new file mode 100644
index 000000000..b64ce1e41
--- /dev/null
+++ b/VC2008/MCServer.sln
@@ -0,0 +1,50 @@
+
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C++ Express 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MCServer", "MCServer.vcproj", "{32012054-0C96-4C43-AB27-174FF8E72D66}"
+ ProjectSection(ProjectDependencies) = postProject
+ {082E8185-7B3A-4945-8C82-9132341A329D} = {082E8185-7B3A-4945-8C82-9132341A329D}
+ {EEAB54AD-114C-4AB8-8482-0A52D502BD35} = {EEAB54AD-114C-4AB8-8482-0A52D502BD35}
+ {5AAA90B9-946D-4034-83F3-676B06A6E326} = {5AAA90B9-946D-4034-83F3-676B06A6E326}
+ {EA9D50FD-937A-4EF5-8C37-5F4175AF4FEA} = {EA9D50FD-937A-4EF5-8C37-5F4175AF4FEA}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "zlib.vcproj", "{EA9D50FD-937A-4EF5-8C37-5F4175AF4FEA}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JsonCpp", "JsonCpp.vcproj", "{5AAA90B9-946D-4034-83F3-676B06A6E326}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lua", "Lua.vcproj", "{082E8185-7B3A-4945-8C82-9132341A329D}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ToLua", "ToLua.vcproj", "{EEAB54AD-114C-4AB8-8482-0A52D502BD35}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {32012054-0C96-4C43-AB27-174FF8E72D66}.Debug|Win32.ActiveCfg = Debug|Win32
+ {32012054-0C96-4C43-AB27-174FF8E72D66}.Debug|Win32.Build.0 = Debug|Win32
+ {32012054-0C96-4C43-AB27-174FF8E72D66}.Release|Win32.ActiveCfg = Release|Win32
+ {32012054-0C96-4C43-AB27-174FF8E72D66}.Release|Win32.Build.0 = Release|Win32
+ {EA9D50FD-937A-4EF5-8C37-5F4175AF4FEA}.Debug|Win32.ActiveCfg = Debug|Win32
+ {EA9D50FD-937A-4EF5-8C37-5F4175AF4FEA}.Debug|Win32.Build.0 = Debug|Win32
+ {EA9D50FD-937A-4EF5-8C37-5F4175AF4FEA}.Release|Win32.ActiveCfg = Release|Win32
+ {EA9D50FD-937A-4EF5-8C37-5F4175AF4FEA}.Release|Win32.Build.0 = Release|Win32
+ {5AAA90B9-946D-4034-83F3-676B06A6E326}.Debug|Win32.ActiveCfg = Debug|Win32
+ {5AAA90B9-946D-4034-83F3-676B06A6E326}.Debug|Win32.Build.0 = Debug|Win32
+ {5AAA90B9-946D-4034-83F3-676B06A6E326}.Release|Win32.ActiveCfg = Release|Win32
+ {5AAA90B9-946D-4034-83F3-676B06A6E326}.Release|Win32.Build.0 = Release|Win32
+ {082E8185-7B3A-4945-8C82-9132341A329D}.Debug|Win32.ActiveCfg = Debug|Win32
+ {082E8185-7B3A-4945-8C82-9132341A329D}.Debug|Win32.Build.0 = Debug|Win32
+ {082E8185-7B3A-4945-8C82-9132341A329D}.Release|Win32.ActiveCfg = Release|Win32
+ {082E8185-7B3A-4945-8C82-9132341A329D}.Release|Win32.Build.0 = Release|Win32
+ {EEAB54AD-114C-4AB8-8482-0A52D502BD35}.Debug|Win32.ActiveCfg = Debug|Win32
+ {EEAB54AD-114C-4AB8-8482-0A52D502BD35}.Debug|Win32.Build.0 = Debug|Win32
+ {EEAB54AD-114C-4AB8-8482-0A52D502BD35}.Release|Win32.ActiveCfg = Release|Win32
+ {EEAB54AD-114C-4AB8-8482-0A52D502BD35}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj
new file mode 100644
index 000000000..6a77f9648
--- /dev/null
+++ b/VC2008/MCServer.vcproj
@@ -0,0 +1,1545 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="MCServer"
+ ProjectGUID="{32012054-0C96-4C43-AB27-174FF8E72D66}"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="../zlib-1.2.5;../jsoncpp-src-0.5.0/include;../lua-5.1.4/src;../tolua++-1.0.93/include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;"
+ MinimalRebuild="false"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="ws2_32.lib Psapi.lib"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="../zlib-1.2.5;../jsoncpp-src-0.5.0/include;../lua-5.1.4/src;../tolua++-1.0.93/include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="ws2_32.lib Psapi.lib"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ <File
+ RelativePath="..\vc2010\MCServer.rc"
+ >
+ </File>
+ <File
+ RelativePath="..\webadmin\template.html"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\source\BlockID.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cAuthenticator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cAuthenticator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cBlockEntity.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cBlockToPickup.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cBlockToPickup.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChatColor.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChatColor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChestEntity.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChestEntity.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChunk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChunk.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChunk.inl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChunkGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChunkGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChunkLoader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChunkLoader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChunkMap.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChunkMap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cClientHandle.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cClientHandle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cCuboid.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cCuboid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cDoors.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cEntity.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cEntity.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cEvent.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cEvent.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cFileFormatUpdater.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cFileFormatUpdater.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cFurnaceEntity.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cFurnaceEntity.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cFurnaceRecipe.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cFurnaceRecipe.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cGenSettings.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cGenSettings.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cGroup.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cGroup.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cGroupManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cGroupManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cHeartBeat.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cHeartBeat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cInventory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cInventory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cItem.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cItem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cLadder.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cLog.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cLog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cMakeDir.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cMakeDir.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cMCLogger.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cMCLogger.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cMonsterConfig.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cMonsterConfig.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cNoise.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cNoise.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cNoise.inc"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPawn.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPawn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPickup.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPickup.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPiston.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPiston.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPlayer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPlayer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPlugin.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPlugin.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPluginManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPluginManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cRecipeChecker.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cRecipeChecker.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cRedstone.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cRedstone.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cReferenceManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cReferenceManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cRoot.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cRoot.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cServer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cServer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSign.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSignEntity.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSignEntity.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSimulator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSimulator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSimulatorManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSimulatorManager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSleep.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSleep.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cStairs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cStringMap.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cStringMap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cTCPLink.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cTCPLink.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cThread.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cThread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cTimer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cTimer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cTorch.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cTracer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cTracer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWebAdmin.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWebAdmin.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWebPlugin.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWebPlugin.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWorld.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWorld.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWorldGenerator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWorldGenerator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWorldGenerator_Test.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWorldGenerator_Test.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\Defines.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\Endianness.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\FileDefine.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\LuaFunctions.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\main.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\Matrix4f.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\Matrix4f.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\MCSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\MemoryLeak.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\MersenneTwister.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\PacketID.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\ptr_cChunk.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\Vector3d.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\Vector3d.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\Vector3f.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\Vector3f.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\Vector3i.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\Vector3i.h"
+ >
+ </File>
+ <Filter
+ Name="Packets"
+ >
+ <File
+ RelativePath="..\source\packets\cPacket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_13.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_13.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_AddToInventory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_AddToInventory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_ArmAnim.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_ArmAnim.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_BlockAction.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_BlockAction.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_BlockChange.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_BlockChange.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_BlockDig.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_BlockDig.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_BlockPlace.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_BlockPlace.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Chat.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Chat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_CollectItem.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_CollectItem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_CreativeInventoryAction.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_CreativeInventoryAction.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_DestroyEntity.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_DestroyEntity.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Disconnect.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Disconnect.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_EntityEquipment.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_EntityEquipment.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_EntityLook.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_EntityLook.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_EntityStatus.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_EntityStatus.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Explosion.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Explosion.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Flying.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Flying.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Handshake.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Handshake.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_InventoryProgressBar.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_InventoryProgressBar.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_InventorySlot.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_InventorySlot.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_ItemData.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_ItemData.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_ItemSwitch.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_ItemSwitch.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_KeepAlive.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_KeepAlive.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Login.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Login.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_MapChunk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_MapChunk.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Metadata.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Metadata.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_MultiBlock.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_MultiBlock.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_NamedEntitySpawn.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_NamedEntitySpawn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_NewInvalidState.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_NewInvalidState.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_PickupSpawn.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_PickupSpawn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Ping.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_PlayerListItem.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_PlayerListItem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_PlayerLook.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_PlayerLook.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_PlayerMoveLook.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_PlayerMoveLook.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_PlayerPosition.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_PlayerPosition.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_PreChunk.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_PreChunk.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_RelativeEntityMove.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_RelativeEntityMove.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_RelativeEntityMoveLook.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_RelativeEntityMoveLook.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Respawn.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Respawn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_SoundEffect.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_SoundEffect.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_SpawnMob.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_SpawnMob.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_TeleportEntity.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_TeleportEntity.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Thunderbolt.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_Thunderbolt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_TimeUpdate.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_TimeUpdate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_UpdateHealth.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_UpdateHealth.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_UpdateSign.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_UpdateSign.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_UseEntity.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_UseEntity.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_WholeInventory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_WholeInventory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_WindowClick.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_WindowClick.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_WindowClose.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_WindowClose.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_WindowOpen.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\packets\cPacket_WindowOpen.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Mobs"
+ >
+ <File
+ RelativePath="..\source\cAggressiveMonster.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cAggressiveMonster.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cCavespider.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cCavespider.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChicken.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cChicken.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cCow.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cCow.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cCreeper.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cCreeper.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cEnderman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cEnderman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cGhast.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cGhast.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cMonster.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cMonster.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPassiveAggressiveMonster.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPassiveAggressiveMonster.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPassiveMonster.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPassiveMonster.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPig.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPig.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSheep.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSheep.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSilverfish.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSilverfish.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSkeleton.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSkeleton.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSlime.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSlime.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSpider.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSpider.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSquid.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSquid.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWolf.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWolf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cZombie.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cZombie.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cZombiepigman.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cZombiepigman.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Items"
+ >
+ </Filter>
+ <Filter
+ Name="UI"
+ >
+ <File
+ RelativePath="..\source\cCraftingWindow.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cCraftingWindow.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cCreativeInventory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cCreativeInventory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cFurnaceWindow.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cFurnaceWindow.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSurvivalInventory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSurvivalInventory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWindow.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWindow.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWindowOwner.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Physics"
+ >
+ <File
+ RelativePath="..\source\cFireSimulator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cFireSimulator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cFluidSimulator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cFluidSimulator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cLavaSimulator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cLavaSimulator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSandSimulator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSandSimulator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWaterSimulator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cWaterSimulator.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="OS Support"
+ >
+ <File
+ RelativePath="..\source\cBlockingTCPLink.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cBlockingTCPLink.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cCriticalSection.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cCriticalSection.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSemaphore.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cSemaphore.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Bindings"
+ >
+ <File
+ RelativePath="..\source\Bindings.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\Bindings.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cLuaCommandBinder.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cLuaCommandBinder.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPlugin_Lua.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\cPlugin_Lua.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\ManualBindings.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\ManualBindings.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\SquirrelBindings.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\SquirrelBindings.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\tolua++.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\tolua_base.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="External"
+ >
+ <File
+ RelativePath="..\iniFile\iniFile.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\iniFile\iniFile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\source\md5\md5.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\md5\md5.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="WebServer"
+ >
+ <File
+ RelativePath="..\WebServer\base64.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\WebServer\base64.h"
+ >
+ </File>
+ <File
+ RelativePath="..\WebServer\cEvent.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\WebServer\cEvent.h"
+ >
+ </File>
+ <File
+ RelativePath="..\WebServer\Socket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\WebServer\Socket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\WebServer\StdHelpers.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\WebServer\StdHelpers.h"
+ >
+ </File>
+ <File
+ RelativePath="..\WebServer\Tracer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\WebServer\UrlHelper.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\WebServer\UrlHelper.h"
+ >
+ </File>
+ <File
+ RelativePath="..\WebServer\WebServer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\WebServer\WebServer.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/VC2008/ToLua.vcproj b/VC2008/ToLua.vcproj
new file mode 100644
index 000000000..1c89aaee9
--- /dev/null
+++ b/VC2008/ToLua.vcproj
@@ -0,0 +1,201 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="ToLua"
+ ProjectGUID="{EEAB54AD-114C-4AB8-8482-0A52D502BD35}"
+ RootNamespace="ToLua"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../tolua++-1.0.93/include;../lua-5.1.4/src"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="../tolua++-1.0.93/include;../lua-5.1.4/src"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\tolua++-1.0.93\src\bin\tolua.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\lib\tolua_event.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\lib\tolua_event.h"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\lib\tolua_is.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\lib\tolua_map.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\lib\tolua_push.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\lib\tolua_to.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\bin\toluabind.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\bin\toluabind.h"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\bin\toluabind_default.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\bin\toluabind_default.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/VC2008/zlib.vcproj b/VC2008/zlib.vcproj
new file mode 100644
index 000000000..b67ad721f
--- /dev/null
+++ b/VC2008/zlib.vcproj
@@ -0,0 +1,267 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="zlib"
+ ProjectGUID="{EA9D50FD-937A-4EF5-8C37-5F4175AF4FEA}"
+ RootNamespace="zlib"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\zlib-1.2.5\adler32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\compress.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\crc32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\crc32.h"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\deflate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\deflate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\example.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\gzclose.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\gzguts.h"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\gzlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\gzread.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\gzwrite.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\infback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\inffast.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\inffast.h"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\inffixed.h"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\inflate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\inflate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\inftrees.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\inftrees.h"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\minigzip.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\trees.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\trees.h"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\uncompr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\zconf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\zlib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\zutil.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlib-1.2.5\zutil.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>