-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathModLib.sln
42 lines (42 loc) · 2.17 KB
/
ModLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModLib", "ModLib.csproj", "{D0D189A7-42C9-4CAB-B182-488C2293A11B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModLib.Patches", "ModLib.Patches\ModLib.Patches.csproj", "{F81C97FE-515A-4177-B14E-98933F62E56B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A153651A-686A-465C-A4DB-CEF73418ABA1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModLib.Definitions", "ModLib.Definitions\ModLib.Definitions.csproj", "{BD318A9C-F60A-4B37-BAAB-0873838DB5B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0D189A7-42C9-4CAB-B182-488C2293A11B}.Debug|x64.ActiveCfg = Debug|x64
{D0D189A7-42C9-4CAB-B182-488C2293A11B}.Debug|x64.Build.0 = Debug|x64
{D0D189A7-42C9-4CAB-B182-488C2293A11B}.Release|x64.ActiveCfg = Release|x64
{D0D189A7-42C9-4CAB-B182-488C2293A11B}.Release|x64.Build.0 = Release|x64
{F81C97FE-515A-4177-B14E-98933F62E56B}.Debug|x64.ActiveCfg = Debug|x64
{F81C97FE-515A-4177-B14E-98933F62E56B}.Debug|x64.Build.0 = Debug|x64
{F81C97FE-515A-4177-B14E-98933F62E56B}.Release|x64.ActiveCfg = Release|x64
{F81C97FE-515A-4177-B14E-98933F62E56B}.Release|x64.Build.0 = Release|x64
{BD318A9C-F60A-4B37-BAAB-0873838DB5B2}.Debug|x64.ActiveCfg = Debug|Any CPU
{BD318A9C-F60A-4B37-BAAB-0873838DB5B2}.Debug|x64.Build.0 = Debug|Any CPU
{BD318A9C-F60A-4B37-BAAB-0873838DB5B2}.Release|x64.ActiveCfg = Release|Any CPU
{BD318A9C-F60A-4B37-BAAB-0873838DB5B2}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5AC94954-2732-4D2B-A7A8-BBB14D56C9DD}
EndGlobalSection
EndGlobal