This repository was archived by the owner on Oct 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUntStudio.sln
More file actions
61 lines (61 loc) · 4.14 KB
/
UntStudio.sln
File metadata and controls
61 lines (61 loc) · 4.14 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UntStudio.Server", "UntStudio.Server\UntStudio.Server.csproj", "{14C577D9-1954-4B55-B998-D7309EB8EF4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UntStudio.Loader", "UntStudio.Loader\UntStudio.Loader.csproj", "{6E9825D1-5109-4CF8-9860-5B4D6AD09387}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UntStudio.Bootstrapper", "UntStudio.Bootstrapper\UntStudio.Bootstrapper.csproj", "{B46A8C6B-FEF6-4770-91A2-657AEBD91A68}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UntStudio.Bootstrapper.API", "UntStudio.Bootstrapper.API\UntStudio.Bootstrapper.API.csproj", "{B8014FE3-E453-4695-A47A-FFC6760FD2D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UntStudio.Loader.API", "UntStudio.Loader.API\UntStudio.Loader.API.csproj", "{DD45D182-3F30-4386-94B3-203951C18D22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UntStudio.Loader.OpenMod.Integration", "UntStudio.Loader.OpenMod.Integration\UntStudio.Loader.OpenMod.Integration.csproj", "{4CFDAA87-B5AC-4330-B19C-7E76FBB93452}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UntStudio.External.API", "UntStudio.External.API\UntStudio.External.API.csproj", "{87FE99AD-B3B3-43B6-B81E-67DFD80AE8CF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14C577D9-1954-4B55-B998-D7309EB8EF4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14C577D9-1954-4B55-B998-D7309EB8EF4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14C577D9-1954-4B55-B998-D7309EB8EF4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14C577D9-1954-4B55-B998-D7309EB8EF4F}.Release|Any CPU.Build.0 = Release|Any CPU
{6E9825D1-5109-4CF8-9860-5B4D6AD09387}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E9825D1-5109-4CF8-9860-5B4D6AD09387}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E9825D1-5109-4CF8-9860-5B4D6AD09387}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E9825D1-5109-4CF8-9860-5B4D6AD09387}.Release|Any CPU.Build.0 = Release|Any CPU
{B46A8C6B-FEF6-4770-91A2-657AEBD91A68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B46A8C6B-FEF6-4770-91A2-657AEBD91A68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B46A8C6B-FEF6-4770-91A2-657AEBD91A68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B46A8C6B-FEF6-4770-91A2-657AEBD91A68}.Release|Any CPU.Build.0 = Release|Any CPU
{B8014FE3-E453-4695-A47A-FFC6760FD2D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8014FE3-E453-4695-A47A-FFC6760FD2D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8014FE3-E453-4695-A47A-FFC6760FD2D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8014FE3-E453-4695-A47A-FFC6760FD2D2}.Release|Any CPU.Build.0 = Release|Any CPU
{DD45D182-3F30-4386-94B3-203951C18D22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD45D182-3F30-4386-94B3-203951C18D22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD45D182-3F30-4386-94B3-203951C18D22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD45D182-3F30-4386-94B3-203951C18D22}.Release|Any CPU.Build.0 = Release|Any CPU
{4CFDAA87-B5AC-4330-B19C-7E76FBB93452}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CFDAA87-B5AC-4330-B19C-7E76FBB93452}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CFDAA87-B5AC-4330-B19C-7E76FBB93452}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CFDAA87-B5AC-4330-B19C-7E76FBB93452}.Release|Any CPU.Build.0 = Release|Any CPU
{87FE99AD-B3B3-43B6-B81E-67DFD80AE8CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87FE99AD-B3B3-43B6-B81E-67DFD80AE8CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87FE99AD-B3B3-43B6-B81E-67DFD80AE8CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87FE99AD-B3B3-43B6-B81E-67DFD80AE8CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8AE35337-1A82-4512-BC28-578FC09B4FD7}
EndGlobalSection
EndGlobal