-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgregCore.sln
More file actions
70 lines (70 loc) · 4.58 KB
/
Copy pathgregCore.sln
File metadata and controls
70 lines (70 loc) · 4.58 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
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.37111.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gregCore", "gregCore.csproj", "{73B346A1-72BC-4F8C-BDAF-C2E88AB9CF69}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gregCore.Abstractions", "src\gregCore.Abstractions\gregCore.Abstractions.csproj", "{A1B2C3D4-E5F6-4789-ABCD-EF1234567890}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gregCore.SDK", "src\gregCore.SDK\gregCore.SDK.csproj", "{B2C3D4E5-F678-49AB-CDEF-123456789012}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gregCore.Core", "src\gregCore.Core\gregCore.Core.csproj", "{C3D4E567-89AB-4CDE-F123-456789012345}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gregCore.Mod", "src\gregCore.Mod\gregCore.Mod.csproj", "{D4E56789-ABCD-4E12-3456-789012345678}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gregCore.Hooks", "src\gregCore.Hooks\gregCore.Hooks.csproj", "{E56789AB-CDEF-4512-3456-789012345678}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gregCore.Patches", "src\gregCore.Patches\gregCore.Patches.csproj", "{F6789ABC-DEF5-5123-4567-890123456789}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gregCore.Compatibility", "src\gregCore.Compatibility\gregCore.Compatibility.csproj", "{89ABCD12-EF67-4123-4567-890123456789}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gregCore.Bridge", "src\gregCore.Bridge\gregCore.Bridge.csproj", "{9ABCDE23-F678-4231-5678-901234567890}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gregCore.UI", "src\gregCore.UI\gregCore.UI.csproj", "{ABCDEF34-5678-4321-6789-012345678901}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gregCore.Shared", "src\gregCore.Shared\gregCore.Shared.csproj", "{BCDE1234-5678-5341-7890-123456789012}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gregCore.Tests", "tests\gregCore.Tests.csproj", "{FAF3FBA7-1865-41EF-BA90-215D9E7BF597}"
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
{73B346A1-72BC-4F8C-BDAF-C2E88AB9CF69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73B346A1-72BC-4F8C-BDAF-C2E88AB9CF69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73B346A1-72BC-4F8C-BDAF-C2E88AB9CF69}.Debug|x64.ActiveCfg = Debug|Any CPU
{73B346A1-72BC-4F8C-BDAF-C2E88AB9CF69}.Debug|x64.Build.0 = Debug|Any CPU
{73B346A1-72BC-4F8C-BDAF-C2E88AB9CF69}.Debug|x86.ActiveCfg = Debug|Any CPU
{73B346A1-72BC-4F8C-BDAF-C2E88AB9CF69}.Debug|x86.Build.0 = Debug|Any CPU
{73B346A1-72BC-4F8C-BDAF-C2E88AB9CF69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73B346A1-72BC-4F8C-BDAF-C2E88AB9CF69}.Release|Any CPU.Build.0 = Release|Any CPU
{73B346A1-72BC-4F8C-BDAF-C2E88AB9CF69}.Release|x64.ActiveCfg = Release|Any CPU
{73B346A1-72BC-4F8C-BDAF-C2E88AB9CF69}.Release|x64.Build.0 = Release|Any CPU
{73B346A1-72BC-4F8C-BDAF-C2E88AB9CF69}.Release|x86.ActiveCfg = Release|Any CPU
{73B346A1-72BC-4F8C-BDAF-C2E88AB9CF69}.Release|x86.Build.0 = Release|Any CPU
{FAF3FBA7-1865-41EF-BA90-215D9E7BF597}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAF3FBA7-1865-41EF-BA90-215D9E7BF597}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAF3FBA7-1865-41EF-BA90-215D9E7BF597}.Debug|x64.ActiveCfg = Debug|Any CPU
{FAF3FBA7-1865-41EF-BA90-215D9E7BF597}.Debug|x64.Build.0 = Debug|Any CPU
{FAF3FBA7-1865-41EF-BA90-215D9E7BF597}.Debug|x86.ActiveCfg = Debug|Any CPU
{FAF3FBA7-1865-41EF-BA90-215D9E7BF597}.Debug|x86.Build.0 = Debug|Any CPU
{FAF3FBA7-1865-41EF-BA90-215D9E7BF597}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAF3FBA7-1865-41EF-BA90-215D9E7BF597}.Release|Any CPU.Build.0 = Release|Any CPU
{FAF3FBA7-1865-41EF-BA90-215D9E7BF597}.Release|x64.ActiveCfg = Release|Any CPU
{FAF3FBA7-1865-41EF-BA90-215D9E7BF597}.Release|x64.Build.0 = Release|Any CPU
{FAF3FBA7-1865-41EF-BA90-215D9E7BF597}.Release|x86.ActiveCfg = Release|Any CPU
{FAF3FBA7-1865-41EF-BA90-215D9E7BF597}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {798E71F5-042F-4369-BFB3-984CC5DB2169}
EndGlobalSection
EndGlobal