diff --git a/windows_vs/minecraftcpp.sln b/platforms/windows/minecraftcpp.sln similarity index 95% rename from windows_vs/minecraftcpp.sln rename to platforms/windows/minecraftcpp.sln index eaae525..ee340fc 100644 --- a/windows_vs/minecraftcpp.sln +++ b/platforms/windows/minecraftcpp.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.6.33723.286 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minecraftcpp", "minecraftcpp.vcxproj", "{AD85F5F3-6AD0-4C11-BB1D-33ADB8EEB0B9}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minecraftcpp", "projects/minecraftcpp.vcxproj", "{AD85F5F3-6AD0-4C11-BB1D-33ADB8EEB0B9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/windows_vs/minecraftcpp_vs2010.sln b/platforms/windows/minecraftcpp_vs2010.sln similarity index 93% rename from windows_vs/minecraftcpp_vs2010.sln rename to platforms/windows/minecraftcpp_vs2010.sln index a5e1293..03aa51b 100644 --- a/windows_vs/minecraftcpp_vs2010.sln +++ b/platforms/windows/minecraftcpp_vs2010.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minecraftcpp_vs2010", "minecraftcpp_vs2010.vcxproj", "{AD85F5F3-6AD0-4C11-BB1D-33ADB8EEB0B9}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minecraftcpp_vs2010", "projects/minecraftcpp_vs2010.vcxproj", "{AD85F5F3-6AD0-4C11-BB1D-33ADB8EEB0B9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/platforms/windows/projects/CustomProperties.props b/platforms/windows/projects/CustomProperties.props new file mode 100644 index 0000000..0224e0b --- /dev/null +++ b/platforms/windows/projects/CustomProperties.props @@ -0,0 +1,16 @@ + + + + + $(ProjectDir)..\..\..\ + + + <_PropertySheetDisplayName>CustomProperties + + + + + $(MC_ROOT) + + + \ No newline at end of file diff --git a/platforms/windows/projects/minecraftcpp.vcxproj b/platforms/windows/projects/minecraftcpp.vcxproj new file mode 100644 index 0000000..53b153d --- /dev/null +++ b/platforms/windows/projects/minecraftcpp.vcxproj @@ -0,0 +1,960 @@ + + + + + DebugAsan + Win32 + + + DebugAsan + x64 + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16.0 + Win32Proj + {ad85f5f3-6ad0-4c11-bb1d-33adb8eeb0b9} + minecraftcpp + minecraftcpp + + + + Application + true + NotSet + v143 + + + Application + true + v143 + NotSet + true + + + Application + false + v143 + true + NotSet + + + Application + true + v143 + NotSet + + + Application + true + v143 + NotSet + true + + + Application + false + v143 + true + NotSet + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(MC_ROOT);$(MC_ROOT)\source;$(MC_ROOT)\platforms\windows;$(MC_ROOT)\thirdparty;$(MC_ROOT)\thirdparty\zlib;$(MC_ROOT)\thirdparty\raknet;$(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath) + $(SolutionDir)bin\$(Configuration)\ + obj\$(Configuration)\ + + + $(MC_ROOT);$(MC_ROOT)\source;$(MC_ROOT)\platforms\windows;$(MC_ROOT)\thirdparty;$(MC_ROOT)\thirdparty\zlib;$(MC_ROOT)\thirdparty\raknet;$(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath) + $(SolutionDir)bin\$(Configuration)\ + obj\$(Configuration)\ + + + $(MC_ROOT);$(MC_ROOT)\source;$(MC_ROOT)\platforms\windows;$(MC_ROOT)\thirdparty;$(MC_ROOT)\thirdparty\zlib;$(MC_ROOT)\thirdparty\raknet;$(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath) + $(SolutionDir)bin\$(Configuration)\ + obj\$(Configuration)\ + + + $(MC_ROOT);$(MC_ROOT)\source;$(MC_ROOT)\platforms\windows;$(MC_ROOT)\thirdparty;$(MC_ROOT)\thirdparty\zlib;$(MC_ROOT)\thirdparty\raknet;$(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath) + $(SolutionDir)bin\$(Platform)\$(Configuration)\ + obj\$(Platform)\$(Configuration)\ + + + $(MC_ROOT);$(MC_ROOT)\source;$(MC_ROOT)\platforms\windows;$(MC_ROOT)\thirdparty;$(MC_ROOT)\thirdparty\zlib;$(MC_ROOT)\thirdparty\raknet;$(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath) + $(SolutionDir)bin\$(Platform)\$(Configuration)\ + obj\$(Platform)\$(Configuration)\ + + + $(MC_ROOT);$(MC_ROOT)\source;$(MC_ROOT)\platforms\windows;$(MC_ROOT)\thirdparty;$(MC_ROOT)\thirdparty\zlib;$(MC_ROOT)\thirdparty\raknet;$(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath) + $(SolutionDir)bin\$(Platform)\$(Configuration)\ + obj\$(Platform)\$(Configuration)\ + + + + Level3 + true + HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + Precise + false + + + Windows + true + opengl32.lib;glu32.lib;ws2_32.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + $(CONTRIB_PATH)\SDK\Lib\;$(MC_ROOT)\thirdparty\OpenAL\libs\Win32\ + + + + + Level3 + true + HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + Precise + false + + + Windows + true + opengl32.lib;glu32.lib;ws2_32.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + $(CONTRIB_PATH)\SDK\Lib\;$(MC_ROOT)\thirdparty\OpenAL\libs\Win32\ + + + + + Level3 + true + true + true + HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + Precise + false + + + Windows + true + true + true + opengl32.lib;glu32.lib;ws2_32.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + $(CONTRIB_PATH)\SDK\Lib\;$(MC_ROOT)\thirdparty\OpenAL\libs\Win32\ + + + + + Level3 + true + HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + Precise + false + + + Windows + true + opengl32.lib;glu32.lib;ws2_32.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + $(CONTRIB_PATH)\SDK\Lib\x64\;$(MC_ROOT)\thirdparty\OpenAL\libs\Win64\ + + + + + Level3 + true + HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + Precise + false + + + Windows + true + opengl32.lib;glu32.lib;ws2_32.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + $(CONTRIB_PATH)\SDK\Lib\x64\;$(MC_ROOT)\thirdparty\OpenAL\libs\Win64\ + + + + + Level3 + true + true + true + HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + Precise + false + + + Windows + true + true + true + opengl32.lib;glu32.lib;ws2_32.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) + $(CONTRIB_PATH)\SDK\Lib\x64\;$(MC_ROOT)\thirdparty\OpenAL\libs\Win64\ + + + + + + \ No newline at end of file diff --git a/platforms/windows/projects/minecraftcpp.vcxproj.filters b/platforms/windows/projects/minecraftcpp.vcxproj.filters new file mode 100644 index 0000000..9d1c05e --- /dev/null +++ b/platforms/windows/projects/minecraftcpp.vcxproj.filters @@ -0,0 +1,2221 @@ + + + + + {8d4cf099-09fc-46d6-8cbc-b00fcc66382f} + + + {d70c7fcc-0b30-43c2-aea1-f242ea8ddebe} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + + + {581d51eb-ddd9-41e0-86c7-b29782e0ae61} + + + {d7db338f-b359-4720-a51e-f2eac0cc6967} + + + {f8d05e9c-3d9c-4c5c-ab68-3708499ba745} + + + {e833eea4-3f4f-4b8f-85ea-8575598110be} + + + {1ec0ee0e-91b6-4511-b13a-9d03d6d984e2} + + + {c3a8e592-56de-40c6-957b-bc22cb059e5d} + + + {37e65ecf-9d30-480f-aa72-9f6250e794b5} + + + {907f5431-3ac4-467b-ade9-f29af024a877} + + + {ee9a1cfa-569d-47a5-8d41-e1786126faa6} + + + {788fc9d4-4ec3-4632-865a-667720a51a3d} + + + {f425febb-a863-4acc-be9c-d7c203671677} + + + {b5be2620-6bd7-4efa-a6a8-7555da32e2e8} + + + {f4b794c9-b2ce-4082-a10e-172b4d4be682} + + + {7df149d5-c3b3-470b-90ba-686cac408817} + + + {cec17a65-94ee-4447-a6c7-9a3000aeeee7} + + + {768d8aaa-9fd8-48ea-90a0-eaf14cee487b} + + + {4bf04714-5e7a-44d0-9566-fa1a602e5be9} + + + {ab8a132a-dae1-4c52-8c06-740d2d8d18b7} + + + {1169ce9d-1a5c-4c4f-bb4d-ce4466869c93} + + + {b928443b-4ee8-4712-9b2a-48b24663c57c} + + + {06bb47a7-508a-48e0-a928-22d188699674} + + + {df55bfca-55e5-4842-a3cf-75e649ff1ea7} + + + {31101b35-f1ce-490e-a6b9-a5a1fab80b27} + + + {cc57a0f6-733d-44fa-8478-b1826b074d66} + + + {b413cd08-238d-4e52-90c7-eccb86bc37ed} + + + {4bd8c4f7-8db0-4fa2-b674-5cab5bad2d0d} + + + {235360f7-6b7c-4029-afef-fd6b9898df39} + + + {eee35d5d-6a69-4fbe-80ce-7a16f1b52499} + + + {9c920748-ac55-4577-8c2e-89a78248273e} + + + {bebcc3c4-9696-4e08-8967-6ac4e3d5d671} + + + {27e531b5-8c5e-4fcc-aa64-b1f364da0746} + + + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + source + + + source + + + source + + + source + + + source\client\gui + + + source\client\gui + + + source\client\gui + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\model + + + source\client\model + + + source\client\model + + + source\client\model + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\sound + + + source\client\sound + + + source\client\sound + + + source\client\sound + + + source\client\sound + + + source\world\gamemode + + + source\world\gamemode + + + source\world\gamemode + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\tile + + + source\world\particle + + + source\world\particle + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\biome + + + source\world\level\levelgen\biome + + + source\platforms + + + source\platforms\openal + + + source\client + + + source\client\renderer + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\item + + + source\client\gui\screens + + + source\world\level\levelgen\synth + + + source\world\level\levelgen\synth + + + source\world\level\levelgen\synth + + + source\world\phys + + + source\world\phys + + + source\world\phys + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\network + + + source\network + + + source\network + + + source\network + + + source\network + + + source\network + + + source\network + + + source\platforms\windows + + + source\platforms\windows + + + thirdparty + + + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + source + + + source + + + source + + + source + + + source\client\gui + + + source\client\gui + + + source\client\gui + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\model + + + source\client\model + + + source\client\model + + + source\client\model + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\sound + + + source\client\sound + + + source\client\sound + + + source\client\sound + + + source\world\gamemode + + + source\world\gamemode + + + source\world\gamemode + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\biome + + + source\world\level\levelgen\biome + + + thirdparty + + + thirdparty + + + source\platforms\openal + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\world\tile + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + source\client\gui\screens + + + source\world\level\levelgen\synth + + + source\world\level\levelgen\synth + + + source\world\level\levelgen\synth + + + source\world\phys + + + source\world\phys + + + source\world\phys + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\network + + + source\network + + + source\network + + + source\network + + + source\network + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\platforms\windows + + + source\platforms\windows + + + source\platforms\windows + + + + + thirdparty\raknet + + + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + \ No newline at end of file diff --git a/platforms/windows/projects/minecraftcpp_vs2010.vcxproj b/platforms/windows/projects/minecraftcpp_vs2010.vcxproj new file mode 100644 index 0000000..b78f1dc --- /dev/null +++ b/platforms/windows/projects/minecraftcpp_vs2010.vcxproj @@ -0,0 +1,795 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {AD85F5F3-6AD0-4C11-BB1D-33ADB8EEB0B9} + Win32Proj + minecraftcpp + + + + Application + true + NotSet + + + Application + false + true + NotSet + + + + + + + + + + + + + + + true + $(LibraryPath) + + + false + $(DXSDK_DIR)Lib\x86;$(LibraryPath) + + + + Level3 + Disabled + USE_OLD_CPP;HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + $(MC_ROOT);$(MC_ROOT)\source;$(MC_ROOT)\platforms\windows;$(MC_ROOT)\thirdparty;$(MC_ROOT)\thirdparty\zlib;$(MC_ROOT)\thirdparty\raknet;$(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath) + + + Windows + true + opengl32.lib;glu32.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + $(DXSDK_DIR)Lib\x86 + + + + + Level3 + MaxSpeed + true + true + USE_OLD_CPP;HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + $(MC_ROOT);$(MC_ROOT)\source;$(MC_ROOT)\platforms\windows;$(MC_ROOT)\thirdparty;$(MC_ROOT)\thirdparty\zlib;$(MC_ROOT)\thirdparty\raknet;$(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath) + + + Windows + true + true + true + opengl32.lib;glu32.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + $(DXSDK_DIR)Lib\x86 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/platforms/windows/projects/minecraftcpp_vs2010.vcxproj.filters b/platforms/windows/projects/minecraftcpp_vs2010.vcxproj.filters new file mode 100644 index 0000000..9d1c05e --- /dev/null +++ b/platforms/windows/projects/minecraftcpp_vs2010.vcxproj.filters @@ -0,0 +1,2221 @@ + + + + + {8d4cf099-09fc-46d6-8cbc-b00fcc66382f} + + + {d70c7fcc-0b30-43c2-aea1-f242ea8ddebe} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + + + {581d51eb-ddd9-41e0-86c7-b29782e0ae61} + + + {d7db338f-b359-4720-a51e-f2eac0cc6967} + + + {f8d05e9c-3d9c-4c5c-ab68-3708499ba745} + + + {e833eea4-3f4f-4b8f-85ea-8575598110be} + + + {1ec0ee0e-91b6-4511-b13a-9d03d6d984e2} + + + {c3a8e592-56de-40c6-957b-bc22cb059e5d} + + + {37e65ecf-9d30-480f-aa72-9f6250e794b5} + + + {907f5431-3ac4-467b-ade9-f29af024a877} + + + {ee9a1cfa-569d-47a5-8d41-e1786126faa6} + + + {788fc9d4-4ec3-4632-865a-667720a51a3d} + + + {f425febb-a863-4acc-be9c-d7c203671677} + + + {b5be2620-6bd7-4efa-a6a8-7555da32e2e8} + + + {f4b794c9-b2ce-4082-a10e-172b4d4be682} + + + {7df149d5-c3b3-470b-90ba-686cac408817} + + + {cec17a65-94ee-4447-a6c7-9a3000aeeee7} + + + {768d8aaa-9fd8-48ea-90a0-eaf14cee487b} + + + {4bf04714-5e7a-44d0-9566-fa1a602e5be9} + + + {ab8a132a-dae1-4c52-8c06-740d2d8d18b7} + + + {1169ce9d-1a5c-4c4f-bb4d-ce4466869c93} + + + {b928443b-4ee8-4712-9b2a-48b24663c57c} + + + {06bb47a7-508a-48e0-a928-22d188699674} + + + {df55bfca-55e5-4842-a3cf-75e649ff1ea7} + + + {31101b35-f1ce-490e-a6b9-a5a1fab80b27} + + + {cc57a0f6-733d-44fa-8478-b1826b074d66} + + + {b413cd08-238d-4e52-90c7-eccb86bc37ed} + + + {4bd8c4f7-8db0-4fa2-b674-5cab5bad2d0d} + + + {235360f7-6b7c-4029-afef-fd6b9898df39} + + + {eee35d5d-6a69-4fbe-80ce-7a16f1b52499} + + + {9c920748-ac55-4577-8c2e-89a78248273e} + + + {bebcc3c4-9696-4e08-8967-6ac4e3d5d671} + + + {27e531b5-8c5e-4fcc-aa64-b1f364da0746} + + + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + source + + + source + + + source + + + source + + + source\client\gui + + + source\client\gui + + + source\client\gui + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\model + + + source\client\model + + + source\client\model + + + source\client\model + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\sound + + + source\client\sound + + + source\client\sound + + + source\client\sound + + + source\client\sound + + + source\world\gamemode + + + source\world\gamemode + + + source\world\gamemode + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\tile + + + source\world\particle + + + source\world\particle + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\biome + + + source\world\level\levelgen\biome + + + source\platforms + + + source\platforms\openal + + + source\client + + + source\client\renderer + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\item + + + source\client\gui\screens + + + source\world\level\levelgen\synth + + + source\world\level\levelgen\synth + + + source\world\level\levelgen\synth + + + source\world\phys + + + source\world\phys + + + source\world\phys + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\network + + + source\network + + + source\network + + + source\network + + + source\network + + + source\network + + + source\network + + + source\platforms\windows + + + source\platforms\windows + + + thirdparty + + + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + source + + + source + + + source + + + source + + + source\client\gui + + + source\client\gui + + + source\client\gui + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\model + + + source\client\model + + + source\client\model + + + source\client\model + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\sound + + + source\client\sound + + + source\client\sound + + + source\client\sound + + + source\world\gamemode + + + source\world\gamemode + + + source\world\gamemode + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\biome + + + source\world\level\levelgen\biome + + + thirdparty + + + thirdparty + + + source\platforms\openal + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\world\tile + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + source\client\gui\screens + + + source\world\level\levelgen\synth + + + source\world\level\levelgen\synth + + + source\world\level\levelgen\synth + + + source\world\phys + + + source\world\phys + + + source\world\phys + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\network + + + source\network + + + source\network + + + source\network + + + source\network + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\platforms\windows + + + source\platforms\windows + + + source\platforms\windows + + + + + thirdparty\raknet + + + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + \ No newline at end of file diff --git a/xenon_vs/Minecraft.sln b/platforms/xenon/Minecraft.sln similarity index 96% rename from xenon_vs/Minecraft.sln rename to platforms/xenon/Minecraft.sln index 4cae70b..faba8ef 100644 --- a/xenon_vs/Minecraft.sln +++ b/platforms/xenon/Minecraft.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Minecraft", "Minecraft.vcxproj", "{5871555D-341B-400D-B446-DF4868AAF7F6}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Minecraft", "projects/Minecraft.vcxproj", "{5871555D-341B-400D-B446-DF4868AAF7F6}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/platforms/xenon/projects/CustomProperties.props b/platforms/xenon/projects/CustomProperties.props new file mode 100644 index 0000000..0224e0b --- /dev/null +++ b/platforms/xenon/projects/CustomProperties.props @@ -0,0 +1,16 @@ + + + + + $(ProjectDir)..\..\..\ + + + <_PropertySheetDisplayName>CustomProperties + + + + + $(MC_ROOT) + + + \ No newline at end of file diff --git a/platforms/xenon/projects/Minecraft.vcxproj b/platforms/xenon/projects/Minecraft.vcxproj new file mode 100644 index 0000000..cb4967b --- /dev/null +++ b/platforms/xenon/projects/Minecraft.vcxproj @@ -0,0 +1,1028 @@ + + + + + CodeAnalysis + Xbox 360 + + + Debug + Xbox 360 + + + Profile + Xbox 360 + + + Profile_FastCap + Xbox 360 + + + Release + Xbox 360 + + + Release_LTCG + Xbox 360 + + + + {5871555D-341B-400D-B446-DF4868AAF7F6} + Xbox360Proj + + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + $(SolutionDir)bin\$(Configuration)\ + obj\$(Configuration)\ + $(ProjectName) + $(MC_ROOT);$(MC_ROOT)\source;$(MC_ROOT)\platforms\windows;$(MC_ROOT)\thirdparty;$(MC_ROOT)\thirdparty\zlib;$(MC_ROOT)\thirdparty\raknet;$(ProjectDir);$(Xbox360TechPreviewInclude);$(XDKInstallDir)\include\xbox;$(VC_IncludePath);$(WindowsSDK_IncludePath) + hdd01:\dev\$(SolutionName) + + + true + $(SolutionDir)bin\$(Configuration)\ + obj\$(Configuration)\ + $(ProjectName) + $(MC_ROOT);$(MC_ROOT)\source;$(MC_ROOT)\platforms\windows;$(MC_ROOT)\thirdparty;$(MC_ROOT)\thirdparty\zlib;$(MC_ROOT)\thirdparty\raknet;$(ProjectDir);$(Xbox360TechPreviewInclude);$(XDKInstallDir)\include\xbox;$(VC_IncludePath);$(WindowsSDK_IncludePath) + hdd01:\dev\$(SolutionName) + + + false + $(SolutionDir)bin\$(Configuration)\ + obj\$(Configuration)\ + $(ProjectName) + $(MC_ROOT);$(MC_ROOT)\source;$(MC_ROOT)\platforms\windows;$(MC_ROOT)\thirdparty;$(MC_ROOT)\thirdparty\zlib;$(MC_ROOT)\thirdparty\raknet;$(ProjectDir);$(Xbox360TechPreviewInclude);$(XDKInstallDir)\include\xbox;$(VC_IncludePath);$(WindowsSDK_IncludePath) + hdd01:\dev\$(SolutionName) + + + false + $(SolutionDir)bin\$(Configuration)\ + obj\$(Configuration)\ + $(ProjectName) + $(MC_ROOT);$(MC_ROOT)\source;$(MC_ROOT)\platforms\windows;$(MC_ROOT)\thirdparty;$(MC_ROOT)\thirdparty\zlib;$(MC_ROOT)\thirdparty\raknet;$(ProjectDir);$(Xbox360TechPreviewInclude);$(XDKInstallDir)\include\xbox;$(VC_IncludePath);$(WindowsSDK_IncludePath) + hdd01:\dev\$(SolutionName) + + + false + $(SolutionDir)bin\$(Configuration)\ + obj\$(Configuration)\ + $(ProjectName) + $(MC_ROOT);$(MC_ROOT)\source;$(MC_ROOT)\platforms\windows;$(MC_ROOT)\thirdparty;$(MC_ROOT)\thirdparty\zlib;$(MC_ROOT)\thirdparty\raknet;$(ProjectDir);$(Xbox360TechPreviewInclude);$(XDKInstallDir)\include\xbox;$(VC_IncludePath);$(WindowsSDK_IncludePath) + hdd01:\dev\$(SolutionName) + + + false + $(SolutionDir)bin\$(Configuration)\ + obj\$(Configuration)\ + $(ProjectName) + $(MC_ROOT);$(MC_ROOT)\source;$(MC_ROOT)\platforms\windows;$(MC_ROOT)\thirdparty;$(MC_ROOT)\thirdparty\zlib;$(MC_ROOT)\thirdparty\raknet;$(ProjectDir);$(Xbox360TechPreviewInclude);$(XDKInstallDir)\include\xbox;$(VC_IncludePath);$(WindowsSDK_IncludePath) + hdd01:\dev\$(SolutionName) + + + + NotUsing + Level3 + ProgramDatabase + Disabled + false + true + false + $(OutDir)$(ProjectName).pch + MultiThreadedDebug + USE_OLD_CPP;_DEBUG;_XBOX + Callcap + + + + + true + $(OutDir)$(ProjectName).pdb + xapilibd.lib;d3d9d.lib;d3dx9d.lib;xgraphicsd.lib;xboxkrnl.lib;xnetd.lib;xaudiod2.lib;xactd3.lib;x3daudiod.lib;xmcored.lib;xbdm.lib;vcompd.lib + $(CONTRIB_PATH)\SDK\Lib + + + CopyToHardDrive + true + + + + + NotUsing + Level4 + ProgramDatabase + Disabled + false + true + AnalyzeOnly + false + $(OutDir)$(ProjectName).pch + MultiThreadedDebug + USE_OLD_CPP;_DEBUG;_XBOX + Callcap + C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include + + + true + $(OutDir)$(ProjectName).pdb + xapilibd.lib;d3d9d.lib;d3dx9d.lib;xgraphicsd.lib;xboxkrnl.lib;xnetd.lib;xaudiod2.lib;xactd3.lib;x3daudiod.lib;xmcored.lib;xbdm.lib;vcompd.lib + $(CONTRIB_PATH)\SDK\Lib + + + CopyToHardDrive + true + + + + + Level3 + NotUsing + Full + true + false + true + ProgramDatabase + Size + false + $(OutDir)$(ProjectName).pch + MultiThreaded + USE_OLD_CPP;NDEBUG;_XBOX;PROFILE + Callcap + C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include + + + true + false + xapilib.lib + true + $(OutDir)$(ProjectName).pdb + true + xapilibi.lib;d3d9i.lib;d3dx9.lib;xgraphics.lib;xboxkrnl.lib;xnet.lib;xaudio2.lib;xact3i.lib;x3daudioi.lib;xmcorei.lib;xbdm.lib;vcomp.lib + $(CONTRIB_PATH)\SDK\Lib + + + CopyToHardDrive + true + + + + + Level3 + NotUsing + Full + true + false + true + ProgramDatabase + Fastcap + Size + false + $(OutDir)$(ProjectName).pch + MultiThreaded + USE_OLD_CPP;NDEBUG;_XBOX;PROFILE;FASTCAP + C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include + + + true + false + true + $(OutDir)$(ProjectName).pdb + true + xapilib.lib;d3d9.lib;d3dx9.lib;xgraphics.lib;xboxkrnl.lib;xnet.lib;xaudio2.lib;xact3.lib;x3daudio.lib;xmcore.lib;vcomp.lib;xbdm.lib + $(CONTRIB_PATH)\SDK\Lib + + + CopyToHardDrive + true + + + + + Level3 + NotUsing + Full + true + true + ProgramDatabase + Size + false + false + $(OutDir)$(ProjectName).pch + MultiThreaded + USE_OLD_CPP;NDEBUG;_XBOX + C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include + + + true + true + true + $(OutDir)$(ProjectName).pdb + true + xapilib.lib;d3d9.lib;d3dx9.lib;xgraphics.lib;xboxkrnl.lib;xnet.lib;xaudio2.lib;xact3.lib;x3daudio.lib;xmcore.lib;vcomp.lib + $(CONTRIB_PATH)\SDK\Lib + + + CopyToHardDrive + true + + + + + Level3 + NotUsing + Full + true + true + ProgramDatabase + Size + false + false + $(OutDir)$(ProjectName).pch + MultiThreaded + USE_OLD_CPP;NDEBUG;_XBOX;LTCG + C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include + + + true + true + true + $(OutDir)$(ProjectName).pdb + true + xapilib.lib;d3d9ltcg.lib;d3dx9.lib;xgraphics.lib;xboxkrnl.lib;xnet.lib;xaudio2.lib;xact3ltcg.lib;x3daudioltcg.lib;xmcoreltcg.lib;vcomp.lib + $(CONTRIB_PATH)\SDK\Lib + + + CopyToHardDrive + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/platforms/xenon/projects/Minecraft.vcxproj.filters b/platforms/xenon/projects/Minecraft.vcxproj.filters new file mode 100644 index 0000000..b10cab4 --- /dev/null +++ b/platforms/xenon/projects/Minecraft.vcxproj.filters @@ -0,0 +1,2222 @@ + + + + + {8d4cf099-09fc-46d6-8cbc-b00fcc66382f} + + + {d70c7fcc-0b30-43c2-aea1-f242ea8ddebe} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + + + {581d51eb-ddd9-41e0-86c7-b29782e0ae61} + + + {d7db338f-b359-4720-a51e-f2eac0cc6967} + + + {f8d05e9c-3d9c-4c5c-ab68-3708499ba745} + + + {e833eea4-3f4f-4b8f-85ea-8575598110be} + + + {1ec0ee0e-91b6-4511-b13a-9d03d6d984e2} + + + {c3a8e592-56de-40c6-957b-bc22cb059e5d} + + + {37e65ecf-9d30-480f-aa72-9f6250e794b5} + + + {907f5431-3ac4-467b-ade9-f29af024a877} + + + {ee9a1cfa-569d-47a5-8d41-e1786126faa6} + + + {788fc9d4-4ec3-4632-865a-667720a51a3d} + + + {f425febb-a863-4acc-be9c-d7c203671677} + + + {b5be2620-6bd7-4efa-a6a8-7555da32e2e8} + + + {f4b794c9-b2ce-4082-a10e-172b4d4be682} + + + {7df149d5-c3b3-470b-90ba-686cac408817} + + + {cec17a65-94ee-4447-a6c7-9a3000aeeee7} + + + {768d8aaa-9fd8-48ea-90a0-eaf14cee487b} + + + {4bf04714-5e7a-44d0-9566-fa1a602e5be9} + + + {ab8a132a-dae1-4c52-8c06-740d2d8d18b7} + + + {1169ce9d-1a5c-4c4f-bb4d-ce4466869c93} + + + {b928443b-4ee8-4712-9b2a-48b24663c57c} + + + {06bb47a7-508a-48e0-a928-22d188699674} + + + {df55bfca-55e5-4842-a3cf-75e649ff1ea7} + + + {31101b35-f1ce-490e-a6b9-a5a1fab80b27} + + + {cc57a0f6-733d-44fa-8478-b1826b074d66} + + + {b413cd08-238d-4e52-90c7-eccb86bc37ed} + + + {4bd8c4f7-8db0-4fa2-b674-5cab5bad2d0d} + + + {235360f7-6b7c-4029-afef-fd6b9898df39} + + + {eee35d5d-6a69-4fbe-80ce-7a16f1b52499} + + + {9c920748-ac55-4577-8c2e-89a78248273e} + + + {bebcc3c4-9696-4e08-8967-6ac4e3d5d671} + + + {27e531b5-8c5e-4fcc-aa64-b1f364da0746} + + + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + source + + + source + + + source + + + source + + + source\client\gui + + + source\client\gui + + + source\client\gui + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\model + + + source\client\model + + + source\client\model + + + source\client\model + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\sound + + + source\client\sound + + + source\client\sound + + + source\client\sound + + + source\client\sound + + + source\world\gamemode + + + source\world\gamemode + + + source\world\gamemode + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\tile + + + source\world\particle + + + source\world\particle + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\biome + + + source\world\level\levelgen\biome + + + source\platforms + + + source\platforms\openal + + + source\client + + + source\client\renderer + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\item + + + source\client\gui\screens + + + source\world\level\levelgen\synth + + + source\world\level\levelgen\synth + + + source\world\level\levelgen\synth + + + source\world\phys + + + source\world\phys + + + source\world\phys + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\network + + + source\network + + + source\network + + + source\network + + + source\network + + + source\network + + + source\network + + + source\platforms\windows + + + source\platforms\windows + + + thirdparty + + + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + source + + + source + + + source + + + source + + + source\client\gui + + + source\client\gui + + + source\client\gui + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\screens + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\gui\components + + + source\client\model + + + source\client\model + + + source\client\model + + + source\client\model + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\player\input + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\renderer\entity + + + source\client\sound + + + source\client\sound + + + source\client\sound + + + source\client\sound + + + source\world\gamemode + + + source\world\gamemode + + + source\world\gamemode + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\entity + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\tile + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\particle + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\item + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\storage + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\feature + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\chunk + + + source\world\level\levelgen\biome + + + source\world\level\levelgen\biome + + + thirdparty + + + thirdparty + + + source\platforms\openal + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\client\renderer + + + source\world\tile + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + thirdparty\zlib + + + source\client\gui\screens + + + source\world\level\levelgen\synth + + + source\world\level\levelgen\synth + + + source\world\level\levelgen\synth + + + source\world\phys + + + source\world\phys + + + source\world\phys + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\common + + + source\network + + + source\network + + + source\network + + + source\network + + + source\network + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\network\packets + + + source\platforms\windows + + + source\platforms\windows + + + source\platforms\windows + + + + + thirdparty\raknet + + + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + thirdparty\raknet + + + + \ No newline at end of file diff --git a/xenon_vs/ReadMe.txt b/platforms/xenon/projects/ReadMe.txt similarity index 100% rename from xenon_vs/ReadMe.txt rename to platforms/xenon/projects/ReadMe.txt diff --git a/xenon_vs/stdafx.cpp b/platforms/xenon/projects/stdafx.cpp similarity index 100% rename from xenon_vs/stdafx.cpp rename to platforms/xenon/projects/stdafx.cpp diff --git a/xenon_vs/stdafx.h b/platforms/xenon/projects/stdafx.h similarity index 100% rename from xenon_vs/stdafx.h rename to platforms/xenon/projects/stdafx.h diff --git a/windows_vs/minecraftcpp.vcxproj b/windows_vs/minecraftcpp.vcxproj deleted file mode 100644 index 66cc4e7..0000000 --- a/windows_vs/minecraftcpp.vcxproj +++ /dev/null @@ -1,954 +0,0 @@ - - - - - DebugAsan - Win32 - - - DebugAsan - x64 - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 16.0 - Win32Proj - {ad85f5f3-6ad0-4c11-bb1d-33adb8eeb0b9} - minecraftcpp - minecraftcpp - - - - Application - true - NotSet - v143 - - - Application - true - v143 - NotSet - true - - - Application - false - v143 - true - NotSet - - - Application - true - v143 - NotSet - - - Application - true - v143 - NotSet - true - - - Application - false - v143 - true - NotSet - - - - - - - - - - - - - - - - - - - - - - - - - - - $(ProjectDir)/../thirdparty;$(ProjectDir)/../platforms/windows;$(ProjectDir)/../thirdparty/zlib;$(ProjectDir)/../thirdparty/raknet;$(ProjectDir);$(ProjectDir)/..;$(ProjectDir)/../source;$(VC_IncludePath);$(WindowsSDK_IncludePath) - $(SolutionDir)bin\$(Configuration)\ - obj\$(Configuration)\ - - - $(ProjectDir)/../thirdparty;$(ProjectDir)/../platforms/windows;$(ProjectDir)/../thirdparty/zlib;$(ProjectDir)/../thirdparty/raknet;$(ProjectDir);$(ProjectDir)/..;$(ProjectDir)/../source;$(VC_IncludePath);$(WindowsSDK_IncludePath) - $(SolutionDir)bin\$(Configuration)\ - obj\$(Configuration)\ - - - $(ProjectDir)/../thirdparty;$(ProjectDir)/../platforms/windows;$(ProjectDir)/../thirdparty/zlib;$(ProjectDir)/../thirdparty/raknet;$(ProjectDir);$(ProjectDir)/..;$(ProjectDir)/../source;$(VC_IncludePath);$(WindowsSDK_IncludePath) - $(SolutionDir)bin\$(Configuration)\ - obj\$(Configuration)\ - - - $(ProjectDir)/../thirdparty;$(ProjectDir)/../platforms/windows;$(ProjectDir)/../thirdparty/zlib;$(ProjectDir)/../thirdparty/raknet;$(ProjectDir);$(ProjectDir)/..;$(ProjectDir)/../source;$(VC_IncludePath);$(WindowsSDK_IncludePath) - $(SolutionDir)bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - $(ProjectDir)/../thirdparty;$(ProjectDir)/../platforms/windows;$(ProjectDir)/../thirdparty/zlib;$(ProjectDir)/../thirdparty/raknet;$(ProjectDir);$(ProjectDir)/..;$(ProjectDir)/../source;$(VC_IncludePath);$(WindowsSDK_IncludePath) - $(SolutionDir)bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - $(ProjectDir)/../thirdparty;$(ProjectDir)/../platforms/windows;$(ProjectDir)/../thirdparty/zlib;$(ProjectDir)/../thirdparty/raknet;$(ProjectDir);$(ProjectDir)/..;$(ProjectDir)/../source;$(VC_IncludePath);$(WindowsSDK_IncludePath) - $(SolutionDir)bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - - Level3 - true - HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - true - Precise - false - - - Windows - true - opengl32.lib;glu32.lib;ws2_32.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) - $(CONTRIB_PATH)\SDK\Lib\;$(SolutionDir)..\thirdparty\OpenAL\libs\Win32\ - - - - - Level3 - true - HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - true - Precise - false - - - Windows - true - opengl32.lib;glu32.lib;ws2_32.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) - $(CONTRIB_PATH)\SDK\Lib\;$(SolutionDir)..\thirdparty\OpenAL\libs\Win32\ - - - - - Level3 - true - true - true - HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - true - Precise - false - - - Windows - true - true - true - opengl32.lib;glu32.lib;ws2_32.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) - $(CONTRIB_PATH)\SDK\Lib\;$(SolutionDir)..\thirdparty\OpenAL\libs\Win32\ - - - - - Level3 - true - HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - true - Precise - false - - - Windows - true - opengl32.lib;glu32.lib;ws2_32.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) - $(CONTRIB_PATH)\SDK\Lib\x64\;$(SolutionDir)..\thirdparty\OpenAL\libs\Win64\ - - - - - Level3 - true - HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - true - Precise - false - - - Windows - true - opengl32.lib;glu32.lib;ws2_32.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) - $(CONTRIB_PATH)\SDK\Lib\x64\;$(SolutionDir)..\thirdparty\OpenAL\libs\Win64\ - - - - - Level3 - true - true - true - HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - true - Precise - false - - - Windows - true - true - true - opengl32.lib;glu32.lib;ws2_32.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) - $(CONTRIB_PATH)\SDK\Lib\x64\;$(SolutionDir)..\thirdparty\OpenAL\libs\Win64\ - - - - - - \ No newline at end of file diff --git a/windows_vs/minecraftcpp.vcxproj.filters b/windows_vs/minecraftcpp.vcxproj.filters deleted file mode 100644 index 3335584..0000000 --- a/windows_vs/minecraftcpp.vcxproj.filters +++ /dev/null @@ -1,2221 +0,0 @@ - - - - - {8d4cf099-09fc-46d6-8cbc-b00fcc66382f} - - - {d70c7fcc-0b30-43c2-aea1-f242ea8ddebe} - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - - - {581d51eb-ddd9-41e0-86c7-b29782e0ae61} - - - {d7db338f-b359-4720-a51e-f2eac0cc6967} - - - {f8d05e9c-3d9c-4c5c-ab68-3708499ba745} - - - {e833eea4-3f4f-4b8f-85ea-8575598110be} - - - {1ec0ee0e-91b6-4511-b13a-9d03d6d984e2} - - - {c3a8e592-56de-40c6-957b-bc22cb059e5d} - - - {37e65ecf-9d30-480f-aa72-9f6250e794b5} - - - {907f5431-3ac4-467b-ade9-f29af024a877} - - - {ee9a1cfa-569d-47a5-8d41-e1786126faa6} - - - {788fc9d4-4ec3-4632-865a-667720a51a3d} - - - {f425febb-a863-4acc-be9c-d7c203671677} - - - {b5be2620-6bd7-4efa-a6a8-7555da32e2e8} - - - {f4b794c9-b2ce-4082-a10e-172b4d4be682} - - - {7df149d5-c3b3-470b-90ba-686cac408817} - - - {cec17a65-94ee-4447-a6c7-9a3000aeeee7} - - - {768d8aaa-9fd8-48ea-90a0-eaf14cee487b} - - - {4bf04714-5e7a-44d0-9566-fa1a602e5be9} - - - {ab8a132a-dae1-4c52-8c06-740d2d8d18b7} - - - {1169ce9d-1a5c-4c4f-bb4d-ce4466869c93} - - - {b928443b-4ee8-4712-9b2a-48b24663c57c} - - - {06bb47a7-508a-48e0-a928-22d188699674} - - - {df55bfca-55e5-4842-a3cf-75e649ff1ea7} - - - {31101b35-f1ce-490e-a6b9-a5a1fab80b27} - - - {cc57a0f6-733d-44fa-8478-b1826b074d66} - - - {b413cd08-238d-4e52-90c7-eccb86bc37ed} - - - {4bd8c4f7-8db0-4fa2-b674-5cab5bad2d0d} - - - {235360f7-6b7c-4029-afef-fd6b9898df39} - - - {eee35d5d-6a69-4fbe-80ce-7a16f1b52499} - - - {9c920748-ac55-4577-8c2e-89a78248273e} - - - {bebcc3c4-9696-4e08-8967-6ac4e3d5d671} - - - {27e531b5-8c5e-4fcc-aa64-b1f364da0746} - - - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - source - - - source - - - source - - - source - - - source\client\gui - - - source\client\gui - - - source\client\gui - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\model - - - source\client\model - - - source\client\model - - - source\client\model - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\sound - - - source\client\sound - - - source\client\sound - - - source\client\sound - - - source\client\sound - - - source\world\gamemode - - - source\world\gamemode - - - source\world\gamemode - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\tile - - - source\world\particle - - - source\world\particle - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\biome - - - source\world\level\levelgen\biome - - - source\platforms - - - source\platforms\openal - - - source\client - - - source\client\renderer - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\item - - - source\client\gui\screens - - - source\world\level\levelgen\synth - - - source\world\level\levelgen\synth - - - source\world\level\levelgen\synth - - - source\world\phys - - - source\world\phys - - - source\world\phys - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\network - - - source\network - - - source\network - - - source\network - - - source\network - - - source\network - - - source\network - - - source\platforms\windows - - - source\platforms\windows - - - thirdparty - - - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - source - - - source - - - source - - - source - - - source\client\gui - - - source\client\gui - - - source\client\gui - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\model - - - source\client\model - - - source\client\model - - - source\client\model - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\sound - - - source\client\sound - - - source\client\sound - - - source\client\sound - - - source\world\gamemode - - - source\world\gamemode - - - source\world\gamemode - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\biome - - - source\world\level\levelgen\biome - - - thirdparty - - - thirdparty - - - source\platforms\openal - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\world\tile - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - source\client\gui\screens - - - source\world\level\levelgen\synth - - - source\world\level\levelgen\synth - - - source\world\level\levelgen\synth - - - source\world\phys - - - source\world\phys - - - source\world\phys - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\network - - - source\network - - - source\network - - - source\network - - - source\network - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\platforms\windows - - - source\platforms\windows - - - source\platforms\windows - - - - - thirdparty\raknet - - - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - \ No newline at end of file diff --git a/windows_vs/minecraftcpp.vcxproj.user b/windows_vs/minecraftcpp.vcxproj.user deleted file mode 100644 index 6bcc069..0000000 --- a/windows_vs/minecraftcpp.vcxproj.user +++ /dev/null @@ -1,27 +0,0 @@ - - - - WindowsLocalDebugger - $(ProjectDir)\..\game - - - $(ProjectDir)\..\game - WindowsLocalDebugger - - - $(ProjectDir)\..\game - WindowsLocalDebugger - - - $(ProjectDir)\..\game - WindowsLocalDebugger - - - $(ProjectDir)\..\game - WindowsLocalDebugger - - - $(ProjectDir)\..\game - WindowsLocalDebugger - - \ No newline at end of file diff --git a/windows_vs/minecraftcpp_vs2010.vcxproj b/windows_vs/minecraftcpp_vs2010.vcxproj deleted file mode 100644 index 64e8dbf..0000000 --- a/windows_vs/minecraftcpp_vs2010.vcxproj +++ /dev/null @@ -1,792 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {AD85F5F3-6AD0-4C11-BB1D-33ADB8EEB0B9} - Win32Proj - minecraftcpp - - - - Application - true - NotSet - - - Application - false - true - NotSet - - - - - - - - - - - - - true - $(LibraryPath) - - - false - $(DXSDK_DIR)Lib\x86;$(LibraryPath) - - - - Level3 - Disabled - USE_OLD_CPP;HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - $(ProjectDir)/../thirdparty;$(ProjectDir)/../platforms/windows;$(ProjectDir)/../thirdparty/zlib;$(ProjectDir)/../thirdparty/raknet;$(ProjectDir);$(ProjectDir)/..;$(ProjectDir)/../source;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - Windows - true - opengl32.lib;glu32.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - $(DXSDK_DIR)Lib\x86 - - - - - Level3 - MaxSpeed - true - true - USE_OLD_CPP;HANDLE_CHARS_SEPARATELY;_USE_MATH_DEFINES;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - $(ProjectDir)/../thirdparty;$(ProjectDir)/../platforms/windows;$(ProjectDir)/../thirdparty/zlib;$(ProjectDir)/../thirdparty/raknet;$(ProjectDir);$(ProjectDir)/..;$(ProjectDir)/../source;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - Windows - true - true - true - opengl32.lib;glu32.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - $(DXSDK_DIR)Lib\x86 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/windows_vs/minecraftcpp_vs2010.vcxproj.filters b/windows_vs/minecraftcpp_vs2010.vcxproj.filters deleted file mode 100644 index d763526..0000000 --- a/windows_vs/minecraftcpp_vs2010.vcxproj.filters +++ /dev/null @@ -1,2218 +0,0 @@ - - - - - {8d4cf099-09fc-46d6-8cbc-b00fcc66382f} - - - {d70c7fcc-0b30-43c2-aea1-f242ea8ddebe} - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - - - {581d51eb-ddd9-41e0-86c7-b29782e0ae61} - - - {d7db338f-b359-4720-a51e-f2eac0cc6967} - - - {9a0b909e-b8ec-44f1-b6de-74518cd5d0cd} - - - {f8d05e9c-3d9c-4c5c-ab68-3708499ba745} - - - {e833eea4-3f4f-4b8f-85ea-8575598110be} - - - {1ec0ee0e-91b6-4511-b13a-9d03d6d984e2} - - - {c3a8e592-56de-40c6-957b-bc22cb059e5d} - - - {43af5a60-79b9-483d-b7a1-6afaa922d5c4} - - - {ef5aef49-90c0-42ec-bb7b-f1819f9133ee} - - - {37e65ecf-9d30-480f-aa72-9f6250e794b5} - - - {907f5431-3ac4-467b-ade9-f29af024a877} - - - {ee9a1cfa-569d-47a5-8d41-e1786126faa6} - - - {788fc9d4-4ec3-4632-865a-667720a51a3d} - - - {f425febb-a863-4acc-be9c-d7c203671677} - - - {b5be2620-6bd7-4efa-a6a8-7555da32e2e8} - - - {f4b794c9-b2ce-4082-a10e-172b4d4be682} - - - {7df149d5-c3b3-470b-90ba-686cac408817} - - - {cec17a65-94ee-4447-a6c7-9a3000aeeee7} - - - {768d8aaa-9fd8-48ea-90a0-eaf14cee487b} - - - {4bf04714-5e7a-44d0-9566-fa1a602e5be9} - - - {ab8a132a-dae1-4c52-8c06-740d2d8d18b7} - - - {1169ce9d-1a5c-4c4f-bb4d-ce4466869c93} - - - {b928443b-4ee8-4712-9b2a-48b24663c57c} - - - {06bb47a7-508a-48e0-a928-22d188699674} - - - {df55bfca-55e5-4842-a3cf-75e649ff1ea7} - - - {31101b35-f1ce-490e-a6b9-a5a1fab80b27} - - - {4cc1a780-f0a9-41b1-bee2-dc28f00fb958} - - - {cc57a0f6-733d-44fa-8478-b1826b074d66} - - - {b413cd08-238d-4e52-90c7-eccb86bc37ed} - - - {389f72f4-3246-4652-9649-30ac5f44eacb} - - - {27845c14-dcd4-43b3-9087-cfb3a5c7d531} - - - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - source - - - source - - - source - - - source - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\client\gui - - - source\client\gui - - - source\client\gui - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\model - - - source\client\model - - - source\client\model - - - source\client\model - - - source\network - - - source\network - - - source\network - - - source\network - - - source\network - - - source\network - - - source\network - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\sound - - - source\client\sound - - - source\client\sound - - - source\client\sound - - - source\client\sound - - - source\world\gamemode - - - source\world\gamemode - - - source\world\gamemode - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\tile - - - source\world\particle - - - source\world\particle - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\biome - - - source\world\level\levelgen\biome - - - source\platforms\windows - - - source\platforms\windows - - - source\platforms - - - source\platforms\openal - - - source\client - - - source\client\renderer - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\item - - - source\client\gui\screens - - - source\world\phys - - - source\world\phys - - - source\world\phys - - - source\world\level\levelgen\synth - - - source\world\level\levelgen\synth - - - source\world\level\levelgen\synth - - - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - source - - - source - - - source - - - source - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\common - - - source\client\gui - - - source\client\gui - - - source\client\gui - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\model - - - source\client\model - - - source\client\model - - - source\client\model - - - source\network - - - source\network - - - source\network - - - source\network - - - source\network - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\network\packets - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\sound - - - source\client\sound - - - source\client\sound - - - source\client\sound - - - source\world\gamemode - - - source\world\gamemode - - - source\world\gamemode - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\biome - - - source\world\level\levelgen\biome - - - source\platforms\windows - - - source\platforms\windows - - - source\platforms\windows - - - thirdparty - - - thirdparty - - - source\platforms\openal - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\world\tile - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - thirdparty\zlib - - - source\network\packets - - - source\client\gui\screens - - - source\world\phys - - - source\world\phys - - - source\world\phys - - - source\world\level\levelgen\synth - - - source\world\level\levelgen\synth - - - source\world\level\levelgen\synth - - - - - thirdparty\raknet - - - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - \ No newline at end of file diff --git a/xenon_vs/Minecraft.vcxproj b/xenon_vs/Minecraft.vcxproj deleted file mode 100644 index a023d5b..0000000 --- a/xenon_vs/Minecraft.vcxproj +++ /dev/null @@ -1,955 +0,0 @@ - - - - - CodeAnalysis - Xbox 360 - - - Debug - Xbox 360 - - - Profile - Xbox 360 - - - Profile_FastCap - Xbox 360 - - - Release - Xbox 360 - - - Release_LTCG - Xbox 360 - - - - {5871555D-341B-400D-B446-DF4868AAF7F6} - Xbox360Proj - - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - true - $(SolutionDir)bin\$(Configuration)\ - obj\$(Configuration)\ - $(ProjectName) - $(Xbox360TechPreviewInclude);$(XDKInstallDir)\include\xbox;$(ProjectDir)/../thirdparty;$(ProjectDir)/../thirdparty/raknet;$(ProjectDir);$(ProjectDir)/..;$(ProjectDir)/../source;$(ProjectDir)/../source/Network;$(ProjectDir)/../source/Sound;$(ProjectDir)/../source/GameMode;$(ProjectDir)/../source/App;$(ProjectDir)/../source/Base;$(ProjectDir)/../source/GUI;$(ProjectDir)/../source/GUI/Screen;$(ProjectDir)/../source/Renderer;$(ProjectDir)/../source/UserInput;$(ProjectDir)/../source/World;$(ProjectDir)/../source/World/Generator;$(ProjectDir)/../source/World/Item;$(ProjectDir)/../source/World/Tile;$(ProjectDir)/../source/World/Renderer;$(ProjectDir)/../source/World/Entity;$(ProjectDir)/../source/World/Entity/Models;$(ProjectDir)/../source/World/Particle;$(ProjectDir)/../source/World/Storage;$(VC_IncludePath);$(WindowsSDK_IncludePath) - hdd01:\dev\$(SolutionName) - - - true - $(SolutionDir)bin\$(Configuration)\ - obj\$(Configuration)\ - $(ProjectName) - $(Xbox360TechPreviewInclude);$(XDKInstallDir)\include\xbox;$(ProjectDir)/../thirdparty;$(ProjectDir)/../thirdparty/raknet;$(ProjectDir);$(ProjectDir)/..;$(ProjectDir)/../source;$(ProjectDir)/../source/Network;$(ProjectDir)/../source/Sound;$(ProjectDir)/../source/GameMode;$(ProjectDir)/../source/App;$(ProjectDir)/../source/Base;$(ProjectDir)/../source/GUI;$(ProjectDir)/../source/GUI/Screen;$(ProjectDir)/../source/Renderer;$(ProjectDir)/../source/UserInput;$(ProjectDir)/../source/World;$(ProjectDir)/../source/World/Generator;$(ProjectDir)/../source/World/Item;$(ProjectDir)/../source/World/Tile;$(ProjectDir)/../source/World/Renderer;$(ProjectDir)/../source/World/Entity;$(ProjectDir)/../source/World/Entity/Models;$(ProjectDir)/../source/World/Particle;$(ProjectDir)/../source/World/Storage;$(VC_IncludePath);$(WindowsSDK_IncludePath) - hdd01:\dev\$(SolutionName) - - - false - $(SolutionDir)bin\$(Configuration)\ - obj\$(Configuration)\ - $(ProjectName) - $(Xbox360TechPreviewInclude);$(XDKInstallDir)\include\xbox;$(ProjectDir)/../thirdparty;$(ProjectDir)/../thirdparty/raknet;$(ProjectDir);$(ProjectDir)/..;$(ProjectDir)/../source;$(ProjectDir)/../source/Network;$(ProjectDir)/../source/Sound;$(ProjectDir)/../source/GameMode;$(ProjectDir)/../source/App;$(ProjectDir)/../source/Base;$(ProjectDir)/../source/GUI;$(ProjectDir)/../source/GUI/Screen;$(ProjectDir)/../source/Renderer;$(ProjectDir)/../source/UserInput;$(ProjectDir)/../source/World;$(ProjectDir)/../source/World/Generator;$(ProjectDir)/../source/World/Item;$(ProjectDir)/../source/World/Tile;$(ProjectDir)/../source/World/Renderer;$(ProjectDir)/../source/World/Entity;$(ProjectDir)/../source/World/Entity/Models;$(ProjectDir)/../source/World/Particle;$(ProjectDir)/../source/World/Storage;$(VC_IncludePath);$(WindowsSDK_IncludePath) - hdd01:\dev\$(SolutionName) - - - false - $(SolutionDir)bin\$(Configuration)\ - obj\$(Configuration)\ - $(ProjectName) - $(Xbox360TechPreviewInclude);$(XDKInstallDir)\include\xbox;$(ProjectDir)/../thirdparty;$(ProjectDir)/../thirdparty/raknet;$(ProjectDir);$(ProjectDir)/..;$(ProjectDir)/../source;$(ProjectDir)/../source/Network;$(ProjectDir)/../source/Sound;$(ProjectDir)/../source/GameMode;$(ProjectDir)/../source/App;$(ProjectDir)/../source/Base;$(ProjectDir)/../source/GUI;$(ProjectDir)/../source/GUI/Screen;$(ProjectDir)/../source/Renderer;$(ProjectDir)/../source/UserInput;$(ProjectDir)/../source/World;$(ProjectDir)/../source/World/Generator;$(ProjectDir)/../source/World/Item;$(ProjectDir)/../source/World/Tile;$(ProjectDir)/../source/World/Renderer;$(ProjectDir)/../source/World/Entity;$(ProjectDir)/../source/World/Entity/Models;$(ProjectDir)/../source/World/Particle;$(ProjectDir)/../source/World/Storage;$(VC_IncludePath);$(WindowsSDK_IncludePath) - hdd01:\dev\$(SolutionName) - - - false - $(SolutionDir)bin\$(Configuration)\ - obj\$(Configuration)\ - $(ProjectName) - $(Xbox360TechPreviewInclude);$(XDKInstallDir)\include\xbox;$(ProjectDir)/../thirdparty;$(ProjectDir)/../thirdparty/raknet;$(ProjectDir);$(ProjectDir)/..;$(ProjectDir)/../source;$(ProjectDir)/../source/Network;$(ProjectDir)/../source/Sound;$(ProjectDir)/../source/GameMode;$(ProjectDir)/../source/App;$(ProjectDir)/../source/Base;$(ProjectDir)/../source/GUI;$(ProjectDir)/../source/GUI/Screen;$(ProjectDir)/../source/Renderer;$(ProjectDir)/../source/UserInput;$(ProjectDir)/../source/World;$(ProjectDir)/../source/World/Generator;$(ProjectDir)/../source/World/Item;$(ProjectDir)/../source/World/Tile;$(ProjectDir)/../source/World/Renderer;$(ProjectDir)/../source/World/Entity;$(ProjectDir)/../source/World/Entity/Models;$(ProjectDir)/../source/World/Particle;$(ProjectDir)/../source/World/Storage;$(VC_IncludePath);$(WindowsSDK_IncludePath) - hdd01:\dev\$(SolutionName) - - - false - $(SolutionDir)bin\$(Configuration)\ - obj\$(Configuration)\ - $(ProjectName) - $(Xbox360TechPreviewInclude);$(XDKInstallDir)\include\xbox;$(ProjectDir)/../thirdparty;$(ProjectDir)/../thirdparty/raknet;$(ProjectDir);$(ProjectDir)/..;$(ProjectDir)/../source;$(ProjectDir)/../source/Network;$(ProjectDir)/../source/Sound;$(ProjectDir)/../source/GameMode;$(ProjectDir)/../source/App;$(ProjectDir)/../source/Base;$(ProjectDir)/../source/GUI;$(ProjectDir)/../source/GUI/Screen;$(ProjectDir)/../source/Renderer;$(ProjectDir)/../source/UserInput;$(ProjectDir)/../source/World;$(ProjectDir)/../source/World/Generator;$(ProjectDir)/../source/World/Item;$(ProjectDir)/../source/World/Tile;$(ProjectDir)/../source/World/Renderer;$(ProjectDir)/../source/World/Entity;$(ProjectDir)/../source/World/Entity/Models;$(ProjectDir)/../source/World/Particle;$(ProjectDir)/../source/World/Storage;$(VC_IncludePath);$(WindowsSDK_IncludePath) - hdd01:\dev\$(SolutionName) - - - - NotUsing - Level3 - ProgramDatabase - Disabled - false - true - false - $(OutDir)$(ProjectName).pch - MultiThreadedDebug - _DEBUG;_XBOX - Callcap - - - - - true - $(OutDir)$(ProjectName).pdb - xapilibd.lib;d3d9d.lib;d3dx9d.lib;xgraphicsd.lib;xboxkrnl.lib;xnetd.lib;xaudiod2.lib;xactd3.lib;x3daudiod.lib;xmcored.lib;xbdm.lib;vcompd.lib - $(CONTRIB_PATH)\SDK\Lib - - - CopyToHardDrive - true - - - - - NotUsing - Level4 - ProgramDatabase - Disabled - false - true - AnalyzeOnly - false - $(OutDir)$(ProjectName).pch - MultiThreadedDebug - _DEBUG;_XBOX - Callcap - C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include - - - true - $(OutDir)$(ProjectName).pdb - xapilibd.lib;d3d9d.lib;d3dx9d.lib;xgraphicsd.lib;xboxkrnl.lib;xnetd.lib;xaudiod2.lib;xactd3.lib;x3daudiod.lib;xmcored.lib;xbdm.lib;vcompd.lib - $(CONTRIB_PATH)\SDK\Lib - - - CopyToHardDrive - true - - - - - Level3 - NotUsing - Full - true - false - true - ProgramDatabase - Size - false - $(OutDir)$(ProjectName).pch - MultiThreaded - NDEBUG;_XBOX;PROFILE - Callcap - C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include - - - true - false - xapilib.lib - true - $(OutDir)$(ProjectName).pdb - true - xapilibi.lib;d3d9i.lib;d3dx9.lib;xgraphics.lib;xboxkrnl.lib;xnet.lib;xaudio2.lib;xact3i.lib;x3daudioi.lib;xmcorei.lib;xbdm.lib;vcomp.lib - $(CONTRIB_PATH)\SDK\Lib - - - CopyToHardDrive - true - - - - - Level3 - NotUsing - Full - true - false - true - ProgramDatabase - Fastcap - Size - false - $(OutDir)$(ProjectName).pch - MultiThreaded - NDEBUG;_XBOX;PROFILE;FASTCAP - C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include - - - true - false - true - $(OutDir)$(ProjectName).pdb - true - xapilib.lib;d3d9.lib;d3dx9.lib;xgraphics.lib;xboxkrnl.lib;xnet.lib;xaudio2.lib;xact3.lib;x3daudio.lib;xmcore.lib;vcomp.lib;xbdm.lib - $(CONTRIB_PATH)\SDK\Lib - - - CopyToHardDrive - true - - - - - Level3 - NotUsing - Full - true - true - ProgramDatabase - Size - false - false - $(OutDir)$(ProjectName).pch - MultiThreaded - NDEBUG;_XBOX - C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include - - - true - true - true - $(OutDir)$(ProjectName).pdb - true - xapilib.lib;d3d9.lib;d3dx9.lib;xgraphics.lib;xboxkrnl.lib;xnet.lib;xaudio2.lib;xact3.lib;x3daudio.lib;xmcore.lib;vcomp.lib - $(CONTRIB_PATH)\SDK\Lib - - - CopyToHardDrive - true - - - - - Level3 - NotUsing - Full - true - true - ProgramDatabase - Size - false - false - $(OutDir)$(ProjectName).pch - MultiThreaded - NDEBUG;_XBOX;LTCG - C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include - - - true - true - true - $(OutDir)$(ProjectName).pdb - true - xapilib.lib;d3d9ltcg.lib;d3dx9.lib;xgraphics.lib;xboxkrnl.lib;xnet.lib;xaudio2.lib;xact3ltcg.lib;x3daudioltcg.lib;xmcoreltcg.lib;vcomp.lib - $(CONTRIB_PATH)\SDK\Lib - - - CopyToHardDrive - true - - - - - - - - - - - - - Create - Create - Create - Create - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/xenon_vs/Minecraft.vcxproj.filters b/xenon_vs/Minecraft.vcxproj.filters deleted file mode 100644 index c6a86a5..0000000 --- a/xenon_vs/Minecraft.vcxproj.filters +++ /dev/null @@ -1,2017 +0,0 @@ - - - - - {8d4cf099-09fc-46d6-8cbc-b00fcc66382f} - - - {d70c7fcc-0b30-43c2-aea1-f242ea8ddebe} - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - - - {581d51eb-ddd9-41e0-86c7-b29782e0ae61} - - - {d7db338f-b359-4720-a51e-f2eac0cc6967} - - - {9a0b909e-b8ec-44f1-b6de-74518cd5d0cd} - - - {f8d05e9c-3d9c-4c5c-ab68-3708499ba745} - - - {e833eea4-3f4f-4b8f-85ea-8575598110be} - - - {1ec0ee0e-91b6-4511-b13a-9d03d6d984e2} - - - {c3a8e592-56de-40c6-957b-bc22cb059e5d} - - - {43af5a60-79b9-483d-b7a1-6afaa922d5c4} - - - {ef5aef49-90c0-42ec-bb7b-f1819f9133ee} - - - {37e65ecf-9d30-480f-aa72-9f6250e794b5} - - - {907f5431-3ac4-467b-ade9-f29af024a877} - - - {ee9a1cfa-569d-47a5-8d41-e1786126faa6} - - - {788fc9d4-4ec3-4632-865a-667720a51a3d} - - - {f425febb-a863-4acc-be9c-d7c203671677} - - - {b5be2620-6bd7-4efa-a6a8-7555da32e2e8} - - - {f4b794c9-b2ce-4082-a10e-172b4d4be682} - - - {7df149d5-c3b3-470b-90ba-686cac408817} - - - {cec17a65-94ee-4447-a6c7-9a3000aeeee7} - - - {768d8aaa-9fd8-48ea-90a0-eaf14cee487b} - - - {4bf04714-5e7a-44d0-9566-fa1a602e5be9} - - - {ab8a132a-dae1-4c52-8c06-740d2d8d18b7} - - - {1169ce9d-1a5c-4c4f-bb4d-ce4466869c93} - - - {b928443b-4ee8-4712-9b2a-48b24663c57c} - - - {06bb47a7-508a-48e0-a928-22d188699674} - - - {df55bfca-55e5-4842-a3cf-75e649ff1ea7} - - - {31101b35-f1ce-490e-a6b9-a5a1fab80b27} - - - {4cc1a780-f0a9-41b1-bee2-dc28f00fb958} - - - {d754d82a-1cf9-4e4a-9dfd-2cc79f4d1fc1} - - - {ce62e59f-a5e8-4172-b06b-f829f64fe75c} - - - {9b1cacf0-a01a-40e7-8a40-8d7ba8d700f9} - - - {c07b19a6-230d-40ee-b0f4-2ec92529465a} - - - {dc03625a-05bd-49cc-bb8b-16fb025c7a7c} - - - {7275ebeb-aaff-4cec-9201-fba6338fdc6c} - - - {b14be4c2-775c-4df3-8d97-74ce8d17d4a2} - - - {25e70004-24c5-45ab-b162-a66774ab102a} - - - {397ab77a-750b-48bc-80e4-2b4b0e591498} - - - {4df57bad-28a3-4b35-9ba1-b964c0ae9c52} - - - {6c5a6ef7-1c6f-405d-823b-5411ba6d727e} - - - {9dbf1afd-5110-42a3-a056-24fba838acf4} - - - {a3d8ebfe-09f1-407e-bfd3-e0daab9f4bfc} - - - {2eac43a3-0aac-4563-9130-b0d326d94251} - - - {c9f299d9-024a-4720-a257-b4dc21e0eda8} - - - {c6b2a319-020f-4079-bef2-db17f90977cf} - - - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - source - - - source - - - source - - - source - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\gui - - - source\client\gui - - - source\client\gui - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\model - - - source\client\model - - - source\client\model - - - source\client\model - - - source\client\network - - - source\client\network - - - source\client\network - - - source\client\network - - - source\client\network - - - source\client\network - - - source\client\network - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\sound - - - source\client\sound - - - source\client\sound - - - source\client\sound - - - source\client\sound - - - source\world\gamemode - - - source\world\gamemode - - - source\world\gamemode - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\tile - - - source\world\particle - - - source\world\particle - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\biome - - - source\world\level\levelgen\biome - - - source\platforms\windows - - - source\platforms\windows - - - source\platforms - - - Header Files\Third Party - - - Header Files\Third Party - - - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - source - - - source - - - source - - - source - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\common - - - source\client\gui - - - source\client\gui - - - source\client\gui - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\screens - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\gui\components - - - source\client\model - - - source\client\model - - - source\client\model - - - source\client\model - - - source\client\network - - - source\client\network - - - source\client\network - - - source\client\network - - - source\client\network - - - source\client\network\packets - - - source\client\network\packets - - - source\client\network\packets - - - source\client\network\packets - - - source\client\network\packets - - - source\client\network\packets - - - source\client\network\packets - - - source\client\network\packets - - - source\client\network\packets - - - source\client\network\packets - - - source\client\network\packets - - - source\client\network\packets - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\player\input - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\renderer\entity - - - source\client\sound - - - source\client\sound - - - source\client\sound - - - source\client\sound - - - source\world\gamemode - - - source\world\gamemode - - - source\world\gamemode - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\entity - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\tile - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\particle - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\item - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\storage - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\feature - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\chunk - - - source\world\level\levelgen\biome - - - source\world\level\levelgen\biome - - - source\platforms\windows - - - source\platforms\windows - - - source\platforms\windows - - - thirdparty - - - thirdparty - - - - - thirdparty\raknet - - - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - thirdparty\raknet - - - \ No newline at end of file