-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathZoryn.Mods.sln
90 lines (90 loc) · 5.8 KB
/
Zoryn.Mods.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{D25CE26A-DE3F-47CD-AB0F-19B580C2CB6C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BetterRNG", "BetterRNG\BetterRNG.csproj", "{8BE2D59D-E1F3-4902-9F8C-81CBF4B1A1B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CalendarAnywhere", "CalendarAnywhere\CalendarAnywhere.csproj", "{37A3CBC3-5DE0-4A3F-902F-904139EFAA34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DurableFences", "DurableFences\DurableFences.csproj", "{7B37DC4C-21FA-4979-918B-818C2FCF988E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FishingMod", "FishingMod\FishingMod.csproj", "{9C9E4913-482D-4176-B072-96BC08697E3D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HealthBars", "HealthBars\HealthBars.csproj", "{8911BA55-65A5-4022-A797-84F3AAE6BAC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JunimoDepositAnywhere", "JunimoDepositAnywhere\JunimoDepositAnywhere.csproj", "{69D62815-3349-422A-BD3C-DBA89DB1B5E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MovementMod", "MovementMod\MovementMod.csproj", "{F3A942EC-D60A-44E0-900B-B673F73419C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RegenMod", "RegenMod\RegenMod.csproj", "{1082CA14-2E7A-441E-90E3-E6E7F448E58F}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "_Common", "_Common\_Common.shproj", "{98B203BA-0D08-4789-B857-E3143330AB64}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8BE2D59D-E1F3-4902-9F8C-81CBF4B1A1B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BE2D59D-E1F3-4902-9F8C-81CBF4B1A1B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BE2D59D-E1F3-4902-9F8C-81CBF4B1A1B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BE2D59D-E1F3-4902-9F8C-81CBF4B1A1B5}.Release|Any CPU.Build.0 = Release|Any CPU
{37A3CBC3-5DE0-4A3F-902F-904139EFAA34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37A3CBC3-5DE0-4A3F-902F-904139EFAA34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37A3CBC3-5DE0-4A3F-902F-904139EFAA34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37A3CBC3-5DE0-4A3F-902F-904139EFAA34}.Release|Any CPU.Build.0 = Release|Any CPU
{7B37DC4C-21FA-4979-918B-818C2FCF988E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B37DC4C-21FA-4979-918B-818C2FCF988E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B37DC4C-21FA-4979-918B-818C2FCF988E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B37DC4C-21FA-4979-918B-818C2FCF988E}.Release|Any CPU.Build.0 = Release|Any CPU
{9C9E4913-482D-4176-B072-96BC08697E3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C9E4913-482D-4176-B072-96BC08697E3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C9E4913-482D-4176-B072-96BC08697E3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C9E4913-482D-4176-B072-96BC08697E3D}.Release|Any CPU.Build.0 = Release|Any CPU
{8911BA55-65A5-4022-A797-84F3AAE6BAC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8911BA55-65A5-4022-A797-84F3AAE6BAC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8911BA55-65A5-4022-A797-84F3AAE6BAC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8911BA55-65A5-4022-A797-84F3AAE6BAC1}.Release|Any CPU.Build.0 = Release|Any CPU
{69D62815-3349-422A-BD3C-DBA89DB1B5E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69D62815-3349-422A-BD3C-DBA89DB1B5E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69D62815-3349-422A-BD3C-DBA89DB1B5E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69D62815-3349-422A-BD3C-DBA89DB1B5E7}.Release|Any CPU.Build.0 = Release|Any CPU
{F3A942EC-D60A-44E0-900B-B673F73419C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3A942EC-D60A-44E0-900B-B673F73419C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3A942EC-D60A-44E0-900B-B673F73419C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3A942EC-D60A-44E0-900B-B673F73419C6}.Release|Any CPU.Build.0 = Release|Any CPU
{1082CA14-2E7A-441E-90E3-E6E7F448E58F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1082CA14-2E7A-441E-90E3-E6E7F448E58F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1082CA14-2E7A-441E-90E3-E6E7F448E58F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1082CA14-2E7A-441E-90E3-E6E7F448E58F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B5896DFD-302D-4CE1-B29F-144185C24D93}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
_Common\_Common.projitems*{1082ca14-2e7a-441e-90e3-e6e7f448e58f}*SharedItemsImports = 5
_Common\_Common.projitems*{37a3cbc3-5de0-4a3f-902f-904139efaa34}*SharedItemsImports = 5
_Common\_Common.projitems*{69d62815-3349-422a-bd3c-dba89db1b5e7}*SharedItemsImports = 5
_Common\_Common.projitems*{7b37dc4c-21fa-4979-918b-818c2fcf988e}*SharedItemsImports = 5
_Common\_Common.projitems*{8911ba55-65a5-4022-a797-84f3aae6bac1}*SharedItemsImports = 5
_Common\_Common.projitems*{8be2d59d-e1f3-4902-9f8c-81cbf4b1a1b5}*SharedItemsImports = 5
_Common\_Common.projitems*{98b203ba-0d08-4789-b857-e3143330ab64}*SharedItemsImports = 13
_Common\_Common.projitems*{9c9e4913-482d-4176-b072-96bc08697e3d}*SharedItemsImports = 5
_Common\_Common.projitems*{f3a942ec-d60a-44e0-900b-b673f73419c6}*SharedItemsImports = 5
EndGlobalSection
EndGlobal