-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathMonkeyLoader.GamePacks.Resonite.sln
More file actions
73 lines (73 loc) · 4.27 KB
/
MonkeyLoader.GamePacks.Resonite.sln
File metadata and controls
73 lines (73 loc) · 4.27 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonkeyLoader.Resonite.Data", "MonkeyLoader.Resonite.Data\MonkeyLoader.Resonite.Data.csproj", "{0B2654DA-F027-4B3A-9C96-9ACEFB3B27E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonkeyLoader.Resonite.Integration", "MonkeyLoader.Resonite.Integration\MonkeyLoader.Resonite.Integration.csproj", "{40835522-1978-431B-A395-0870583B80F5}"
ProjectSection(ProjectDependencies) = postProject
{FE8D398D-D028-4478-87FC-43E9A6D75C7C} = {FE8D398D-D028-4478-87FC-43E9A6D75C7C}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2B75D50A-95BF-42EF-94FA-99464A307B9B}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
docfx.json = docfx.json
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonkeyLoaderWrapper", "MonkeyLoaderWrapper\MonkeyLoaderWrapper.csproj", "{FE8D398D-D028-4478-87FC-43E9A6D75C7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonkeyLoaderWrapper.Linux", "MonkeyLoaderWrapper.Linux\MonkeyLoaderWrapper.Linux.csproj", "{E5612DD7-954D-43A8-A0F0-F51E3144A994}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\docfx.yml = .github\workflows\docfx.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonkeyLoader.Resonite.Core", "MonkeyLoader.Resonite.Core\MonkeyLoader.Resonite.Core.csproj", "{1DD99E73-5628-4400-84B3-D175B03A99C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B2654DA-F027-4B3A-9C96-9ACEFB3B27E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B2654DA-F027-4B3A-9C96-9ACEFB3B27E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B2654DA-F027-4B3A-9C96-9ACEFB3B27E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B2654DA-F027-4B3A-9C96-9ACEFB3B27E0}.Release|Any CPU.Build.0 = Release|Any CPU
{40835522-1978-431B-A395-0870583B80F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40835522-1978-431B-A395-0870583B80F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40835522-1978-431B-A395-0870583B80F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40835522-1978-431B-A395-0870583B80F5}.Release|Any CPU.Build.0 = Release|Any CPU
{FE8D398D-D028-4478-87FC-43E9A6D75C7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE8D398D-D028-4478-87FC-43E9A6D75C7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE8D398D-D028-4478-87FC-43E9A6D75C7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE8D398D-D028-4478-87FC-43E9A6D75C7C}.Release|Any CPU.Build.0 = Release|Any CPU
{E5612DD7-954D-43A8-A0F0-F51E3144A994}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5612DD7-954D-43A8-A0F0-F51E3144A994}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5612DD7-954D-43A8-A0F0-F51E3144A994}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5612DD7-954D-43A8-A0F0-F51E3144A994}.Release|Any CPU.Build.0 = Release|Any CPU
{1DD99E73-5628-4400-84B3-D175B03A99C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DD99E73-5628-4400-84B3-D175B03A99C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DD99E73-5628-4400-84B3-D175B03A99C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DD99E73-5628-4400-84B3-D175B03A99C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {2B75D50A-95BF-42EF-94FA-99464A307B9B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D505B2E-FBA2-4F50-BC1C-838BC8DF0D5C}
EndGlobalSection
EndGlobal