forked from DespairScent-SDV/alanperrow-StardewModding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStardewModding.sln
61 lines (61 loc) · 3.85 KB
/
StardewModding.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConvenientInventory", "ConvenientInventory\ConvenientInventory.csproj", "{287A38BF-C277-4F67-8D15-C7CBE4231BB6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToggleableWateringCan", "ToggleableWateringCan\ToggleableWateringCan.csproj", "{BE18A677-F9B4-4ED8-94A9-C8431B903A32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FasterPathSpeed", "FasterPathSpeed\FasterPathSpeed.csproj", "{039F8143-F1C1-4003-AF46-E40FE4AF5420}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SplitscreenImproved", "SplitscreenImproved\SplitscreenImproved.csproj", "{C408ED18-0F8B-4D7F-810D-78B51BB64609}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{287A38BF-C277-4F67-8D15-C7CBE4231BB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{287A38BF-C277-4F67-8D15-C7CBE4231BB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{287A38BF-C277-4F67-8D15-C7CBE4231BB6}.Debug|x64.ActiveCfg = Debug|Any CPU
{287A38BF-C277-4F67-8D15-C7CBE4231BB6}.Debug|x64.Build.0 = Debug|Any CPU
{287A38BF-C277-4F67-8D15-C7CBE4231BB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{287A38BF-C277-4F67-8D15-C7CBE4231BB6}.Release|Any CPU.Build.0 = Release|Any CPU
{287A38BF-C277-4F67-8D15-C7CBE4231BB6}.Release|x64.ActiveCfg = Release|Any CPU
{287A38BF-C277-4F67-8D15-C7CBE4231BB6}.Release|x64.Build.0 = Release|Any CPU
{BE18A677-F9B4-4ED8-94A9-C8431B903A32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE18A677-F9B4-4ED8-94A9-C8431B903A32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE18A677-F9B4-4ED8-94A9-C8431B903A32}.Debug|x64.ActiveCfg = Debug|Any CPU
{BE18A677-F9B4-4ED8-94A9-C8431B903A32}.Debug|x64.Build.0 = Debug|Any CPU
{BE18A677-F9B4-4ED8-94A9-C8431B903A32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE18A677-F9B4-4ED8-94A9-C8431B903A32}.Release|Any CPU.Build.0 = Release|Any CPU
{BE18A677-F9B4-4ED8-94A9-C8431B903A32}.Release|x64.ActiveCfg = Release|Any CPU
{BE18A677-F9B4-4ED8-94A9-C8431B903A32}.Release|x64.Build.0 = Release|Any CPU
{039F8143-F1C1-4003-AF46-E40FE4AF5420}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{039F8143-F1C1-4003-AF46-E40FE4AF5420}.Debug|Any CPU.Build.0 = Debug|Any CPU
{039F8143-F1C1-4003-AF46-E40FE4AF5420}.Debug|x64.ActiveCfg = Debug|Any CPU
{039F8143-F1C1-4003-AF46-E40FE4AF5420}.Debug|x64.Build.0 = Debug|Any CPU
{039F8143-F1C1-4003-AF46-E40FE4AF5420}.Release|Any CPU.ActiveCfg = Release|Any CPU
{039F8143-F1C1-4003-AF46-E40FE4AF5420}.Release|Any CPU.Build.0 = Release|Any CPU
{039F8143-F1C1-4003-AF46-E40FE4AF5420}.Release|x64.ActiveCfg = Release|Any CPU
{039F8143-F1C1-4003-AF46-E40FE4AF5420}.Release|x64.Build.0 = Release|Any CPU
{C408ED18-0F8B-4D7F-810D-78B51BB64609}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C408ED18-0F8B-4D7F-810D-78B51BB64609}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C408ED18-0F8B-4D7F-810D-78B51BB64609}.Debug|x64.ActiveCfg = Debug|Any CPU
{C408ED18-0F8B-4D7F-810D-78B51BB64609}.Debug|x64.Build.0 = Debug|Any CPU
{C408ED18-0F8B-4D7F-810D-78B51BB64609}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C408ED18-0F8B-4D7F-810D-78B51BB64609}.Release|Any CPU.Build.0 = Release|Any CPU
{C408ED18-0F8B-4D7F-810D-78B51BB64609}.Release|x64.ActiveCfg = Release|Any CPU
{C408ED18-0F8B-4D7F-810D-78B51BB64609}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CBCF527F-0173-460F-8410-C6053B20D9CF}
EndGlobalSection
EndGlobal