mirror of
https://github.com/CDevJoud/Minecraft-Community-Edition.git
synced 2026-07-16 15:50:55 +00:00
48 lines
2.2 KiB
Plaintext
48 lines
2.2 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.14.36401.2
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
.gitignore = .gitignore
|
|
CMakeLists.txt = CMakeLists.txt
|
|
CODE_STYLE.md = CODE_STYLE.md
|
|
LICENSE = LICENSE
|
|
logo.webp = logo.webp
|
|
README.md = README.md
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Minecraft-Community-Edition", "Minecraft-Community-Edition\Minecraft-Community-Edition.vcxproj", "{96294425-B38E-4467-9D8B-95F38D448EA3}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Debug|x64 = Debug|x64
|
|
Debug|x86 = Debug|x86
|
|
Release|Any CPU = Release|Any CPU
|
|
Release|x64 = Release|x64
|
|
Release|x86 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{96294425-B38E-4467-9D8B-95F38D448EA3}.Debug|Any CPU.ActiveCfg = Debug|x64
|
|
{96294425-B38E-4467-9D8B-95F38D448EA3}.Debug|Any CPU.Build.0 = Debug|x64
|
|
{96294425-B38E-4467-9D8B-95F38D448EA3}.Debug|x64.ActiveCfg = Debug|x64
|
|
{96294425-B38E-4467-9D8B-95F38D448EA3}.Debug|x64.Build.0 = Debug|x64
|
|
{96294425-B38E-4467-9D8B-95F38D448EA3}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{96294425-B38E-4467-9D8B-95F38D448EA3}.Debug|x86.Build.0 = Debug|Win32
|
|
{96294425-B38E-4467-9D8B-95F38D448EA3}.Release|Any CPU.ActiveCfg = Release|x64
|
|
{96294425-B38E-4467-9D8B-95F38D448EA3}.Release|Any CPU.Build.0 = Release|x64
|
|
{96294425-B38E-4467-9D8B-95F38D448EA3}.Release|x64.ActiveCfg = Release|x64
|
|
{96294425-B38E-4467-9D8B-95F38D448EA3}.Release|x64.Build.0 = Release|x64
|
|
{96294425-B38E-4467-9D8B-95F38D448EA3}.Release|x86.ActiveCfg = Release|Win32
|
|
{96294425-B38E-4467-9D8B-95F38D448EA3}.Release|x86.Build.0 = Release|Win32
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {D3B76A48-7A09-4EDD-A2DC-EB64C2A8E47F}
|
|
EndGlobalSection
|
|
EndGlobal
|