-
Notifications
You must be signed in to change notification settings - Fork 0
/
StardewMods.sln
45 lines (45 loc) · 2.18 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
37
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{D6BAE668-13C8-4D83-B97D-373831B056B1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
common.targets = common.targets
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = ".Common", "Common\.Common.shproj", "{D01808BC-BF83-4861-882B-7E792C3559E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DSVCore", "DSVCore\DSVCore.csproj", "{71CF6D1F-55BF-4EBB-A1D4-F3418B176F75}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LazyComms", "LazyComms\LazyComms.csproj", "{78319FCD-1B61-4825-9763-66F56CEF596A}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Common\Common.projitems*{d01808bc-bf83-4861-882b-7e792c3559e1}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71CF6D1F-55BF-4EBB-A1D4-F3418B176F75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71CF6D1F-55BF-4EBB-A1D4-F3418B176F75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71CF6D1F-55BF-4EBB-A1D4-F3418B176F75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71CF6D1F-55BF-4EBB-A1D4-F3418B176F75}.Release|Any CPU.Build.0 = Release|Any CPU
{78319FCD-1B61-4825-9763-66F56CEF596A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78319FCD-1B61-4825-9763-66F56CEF596A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78319FCD-1B61-4825-9763-66F56CEF596A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78319FCD-1B61-4825-9763-66F56CEF596A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3549DA9A-5078-4E74-AC0E-3A040FC53CAA}
EndGlobalSection
EndGlobal