forked from CJBok/SDV-Mods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStardewCJB.sln
46 lines (46 loc) · 2.28 KB
/
StardewCJB.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28705.295
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CJBShowItemSellPrice", "CJBShowItemSellPrice\CJBShowItemSellPrice.csproj", "{D4C790D4-10E4-431E-83AE-926AA16407DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CJBCheatsMenu", "CJBCheatsMenu\CJBCheatsMenu.csproj", "{25358189-F40E-427D-B4E9-5F0EB707A8A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CJBItemSpawner", "CJBItemSpawner\CJBItemSpawner.csproj", "{EC7EA9A2-AF3A-48AC-8048-024254359D5E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{74124A73-75C8-4CF4-9640-B3039FBE7E1A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
common.targets = common.targets
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4C790D4-10E4-431E-83AE-926AA16407DD}.Debug|x86.ActiveCfg = Debug|x86
{D4C790D4-10E4-431E-83AE-926AA16407DD}.Debug|x86.Build.0 = Debug|x86
{D4C790D4-10E4-431E-83AE-926AA16407DD}.Release|x86.ActiveCfg = Release|x86
{D4C790D4-10E4-431E-83AE-926AA16407DD}.Release|x86.Build.0 = Release|x86
{25358189-F40E-427D-B4E9-5F0EB707A8A1}.Debug|x86.ActiveCfg = Debug|x86
{25358189-F40E-427D-B4E9-5F0EB707A8A1}.Debug|x86.Build.0 = Debug|x86
{25358189-F40E-427D-B4E9-5F0EB707A8A1}.Release|x86.ActiveCfg = Release|x86
{25358189-F40E-427D-B4E9-5F0EB707A8A1}.Release|x86.Build.0 = Release|x86
{EC7EA9A2-AF3A-48AC-8048-024254359D5E}.Debug|x86.ActiveCfg = Debug|x86
{EC7EA9A2-AF3A-48AC-8048-024254359D5E}.Debug|x86.Build.0 = Debug|x86
{EC7EA9A2-AF3A-48AC-8048-024254359D5E}.Release|x86.ActiveCfg = Release|x86
{EC7EA9A2-AF3A-48AC-8048-024254359D5E}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F003DE3E-BC6A-4F76-B451-74B2ABA409A9}
EndGlobalSection
EndGlobal