-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathStardewValley.sln
37 lines (37 loc) · 1.94 KB
/
StardewValley.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StardewValley", "StardewValley\StardewValley.csproj", "{0B6047B9-4B65-4058-97D0-1A669EF8E029}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StardewValley.GameData", "StardewValley.GameData\StardewValley.GameData.csproj", "{37282048-0EAF-4DE3-A7C8-0DEF3FECB704}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netcode", "Netcode\Netcode.csproj", "{4EC221F1-FC32-4025-9A8B-A746B780A098}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B6047B9-4B65-4058-97D0-1A669EF8E029}.Debug|x86.ActiveCfg = Debug|x86
{0B6047B9-4B65-4058-97D0-1A669EF8E029}.Debug|x86.Build.0 = Debug|x86
{0B6047B9-4B65-4058-97D0-1A669EF8E029}.Release|x86.ActiveCfg = Release|x86
{0B6047B9-4B65-4058-97D0-1A669EF8E029}.Release|x86.Build.0 = Release|x86
{37282048-0EAF-4DE3-A7C8-0DEF3FECB704}.Debug|x86.ActiveCfg = Debug|x86
{37282048-0EAF-4DE3-A7C8-0DEF3FECB704}.Debug|x86.Build.0 = Debug|x86
{37282048-0EAF-4DE3-A7C8-0DEF3FECB704}.Release|x86.ActiveCfg = Release|x86
{37282048-0EAF-4DE3-A7C8-0DEF3FECB704}.Release|x86.Build.0 = Release|x86
{4EC221F1-FC32-4025-9A8B-A746B780A098}.Debug|x86.ActiveCfg = Debug|x86
{4EC221F1-FC32-4025-9A8B-A746B780A098}.Debug|x86.Build.0 = Debug|x86
{4EC221F1-FC32-4025-9A8B-A746B780A098}.Release|x86.ActiveCfg = Release|x86
{4EC221F1-FC32-4025-9A8B-A746B780A098}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6DA807B-7E25-4385-8C42-DC3DC743958D}
EndGlobalSection
EndGlobal