-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIntegratedMinecraftServer.sln
54 lines (54 loc) · 3.27 KB
/
IntegratedMinecraftServer.sln
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMS-Service", "IMS-Service\IMS-Service.csproj", "{5AB51E65-1D15-4F85-BCF5-E32143B9A32F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMS-Interface", "IMS-Interface\IMS-Interface.csproj", "{6D868738-AF53-40FC-9EFA-45669213C932}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMS-Library", "IMS-Library\IMS-Library.csproj", "{5D97B096-4F0C-45E9-84BA-619B8CA1510C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMS-DevelopmentKitTemplate", "IMS-DevelopmentKitTemplate\IMS-DevelopmentKitTemplate.csproj", "{06BE2238-749F-4A47-90D8-54C9312C8038}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IMS-DevelopmentKit", "IMS-DevelopmentKit\IMS-DevelopmentKit.csproj", "{C0649ED2-EFAC-433F-AE2D-016DCF06FAFA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C4E76AC1-2CF3-4C86-8342-462C04489F38}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5AB51E65-1D15-4F85-BCF5-E32143B9A32F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AB51E65-1D15-4F85-BCF5-E32143B9A32F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AB51E65-1D15-4F85-BCF5-E32143B9A32F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AB51E65-1D15-4F85-BCF5-E32143B9A32F}.Release|Any CPU.Build.0 = Release|Any CPU
{6D868738-AF53-40FC-9EFA-45669213C932}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D868738-AF53-40FC-9EFA-45669213C932}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D868738-AF53-40FC-9EFA-45669213C932}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D868738-AF53-40FC-9EFA-45669213C932}.Release|Any CPU.Build.0 = Release|Any CPU
{5D97B096-4F0C-45E9-84BA-619B8CA1510C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D97B096-4F0C-45E9-84BA-619B8CA1510C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D97B096-4F0C-45E9-84BA-619B8CA1510C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D97B096-4F0C-45E9-84BA-619B8CA1510C}.Release|Any CPU.Build.0 = Release|Any CPU
{06BE2238-749F-4A47-90D8-54C9312C8038}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06BE2238-749F-4A47-90D8-54C9312C8038}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06BE2238-749F-4A47-90D8-54C9312C8038}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06BE2238-749F-4A47-90D8-54C9312C8038}.Release|Any CPU.Build.0 = Release|Any CPU
{C0649ED2-EFAC-433F-AE2D-016DCF06FAFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0649ED2-EFAC-433F-AE2D-016DCF06FAFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0649ED2-EFAC-433F-AE2D-016DCF06FAFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0649ED2-EFAC-433F-AE2D-016DCF06FAFA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1840C25A-A361-4E09-BB0D-4D10725148BB}
EndGlobalSection
EndGlobal