-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathModernMinecraft.sln
More file actions
31 lines (30 loc) · 1.68 KB
/
ModernMinecraft.sln
File metadata and controls
31 lines (30 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModernLauncher", "ModernLauncher\ModernLauncher.csproj", "{DA3E5DF8-599D-499F-BB07-CDDF01C2A00E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KMCCC.Pro", "ModernLauncher\KMCCC\KMCCC.Pro\KMCCC.Pro.csproj", "{4270E717-21EE-46CF-A55A-B8AF33BBCB54}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "KMCCC.Shared", "ModernLauncher\KMCCC\KMCCC.Shared\KMCCC.Shared.shproj", "{564F0AF1-50E3-4AB4-A3B1-9A73882C3F3B}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ModernMinecraftShared", "ModernMinecraftShared\ModernMinecraftShared.shproj", "{2DEA8834-AC97-4617-AE5F-BD620DE32B45}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA3E5DF8-599D-499F-BB07-CDDF01C2A00E}.Debug|x86.ActiveCfg = Debug|x86
{DA3E5DF8-599D-499F-BB07-CDDF01C2A00E}.Debug|x86.Build.0 = Debug|x86
{DA3E5DF8-599D-499F-BB07-CDDF01C2A00E}.Release|x86.ActiveCfg = Release|x86
{DA3E5DF8-599D-499F-BB07-CDDF01C2A00E}.Release|x86.Build.0 = Release|x86
{4270E717-21EE-46CF-A55A-B8AF33BBCB54}.Debug|x86.ActiveCfg = Debug|Any CPU
{4270E717-21EE-46CF-A55A-B8AF33BBCB54}.Debug|x86.Build.0 = Debug|Any CPU
{4270E717-21EE-46CF-A55A-B8AF33BBCB54}.Release|x86.ActiveCfg = Release|Any CPU
{4270E717-21EE-46CF-A55A-B8AF33BBCB54}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.StandardHeader = $1
EndGlobalSection
EndGlobal