forked from StephenKairos/Teban100-StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStardewMods.sln
36 lines (36 loc) · 2.02 KB
/
StardewMods.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoGate", "AutoGate\AutoGate.csproj", "{81DADD9E-64CA-48AB-8712-3582227CA7F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InventoryCycle", "InventoryCycle\InventoryCycle.csproj", "{2C185793-14A0-420B-969F-958E1F7B9F3E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RopeBridge", "RopeBridge\RopeBridge.csproj", "{10498F04-C89F-41E6-AAA6-975931B66C92}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81DADD9E-64CA-48AB-8712-3582227CA7F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81DADD9E-64CA-48AB-8712-3582227CA7F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81DADD9E-64CA-48AB-8712-3582227CA7F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81DADD9E-64CA-48AB-8712-3582227CA7F8}.Release|Any CPU.Build.0 = Release|Any CPU
{2C185793-14A0-420B-969F-958E1F7B9F3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C185793-14A0-420B-969F-958E1F7B9F3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C185793-14A0-420B-969F-958E1F7B9F3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C185793-14A0-420B-969F-958E1F7B9F3E}.Release|Any CPU.Build.0 = Release|Any CPU
{10498F04-C89F-41E6-AAA6-975931B66C92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10498F04-C89F-41E6-AAA6-975931B66C92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10498F04-C89F-41E6-AAA6-975931B66C92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10498F04-C89F-41E6-AAA6-975931B66C92}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E00FCE90-6ABE-4799-B2C6-4BCB5EF39C8D}
EndGlobalSection
EndGlobal