-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.sln
More file actions
61 lines (61 loc) · 3.46 KB
/
Copy pathapp.sln
File metadata and controls
61 lines (61 loc) · 3.46 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "app", "program\app.vcxproj", "{4E4536B5-7943-4153-B43A-1D196B9FC220}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod-template", "mods\mod-template\program\mod-template.vcxproj", "{ABCDEF01-2345-6789-ABCD-EF0123456789}"
ProjectSection(ProjectDependencies) = postProject
{4E4536B5-7943-4153-B43A-1D196B9FC220} = {4E4536B5-7943-4153-B43A-1D196B9FC220}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod-scratchpad", "mods\mod-scratchpad\program\mod-scratchpad.vcxproj", "{17D3CE4A-7533-4861-AE31-5ACF25BD537A}"
ProjectSection(ProjectDependencies) = postProject
{4E4536B5-7943-4153-B43A-1D196B9FC220} = {4E4536B5-7943-4153-B43A-1D196B9FC220}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod-ui-main", "mods\mod-ui-main\program\mod-ui-main.vcxproj", "{24C2DDB9-6B7B-4B8A-A10A-359259964794}"
ProjectSection(ProjectDependencies) = postProject
{4E4536B5-7943-4153-B43A-1D196B9FC220} = {4E4536B5-7943-4153-B43A-1D196B9FC220}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod-uitheme-rlyeh3", "mods\mod-uitheme-rlyeh3\program\mod-uitheme-rlyeh3.vcxproj", "{37C290AD-5F29-408A-80EF-FC4837176F2E}"
ProjectSection(ProjectDependencies) = postProject
{4E4536B5-7943-4153-B43A-1D196B9FC220} = {4E4536B5-7943-4153-B43A-1D196B9FC220}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E4536B5-7943-4153-B43A-1D196B9FC220}.Debug|x64.ActiveCfg = Debug|x64
{4E4536B5-7943-4153-B43A-1D196B9FC220}.Debug|x64.Build.0 = Debug|x64
{4E4536B5-7943-4153-B43A-1D196B9FC220}.Release|x64.ActiveCfg = Release|x64
{4E4536B5-7943-4153-B43A-1D196B9FC220}.Release|x64.Build.0 = Release|x64
{ABCDEF01-2345-6789-ABCD-EF0123456789}.Debug|x64.ActiveCfg = Debug|x64
{ABCDEF01-2345-6789-ABCD-EF0123456789}.Debug|x64.Build.0 = Debug|x64
{ABCDEF01-2345-6789-ABCD-EF0123456789}.Release|x64.ActiveCfg = Release|x64
{ABCDEF01-2345-6789-ABCD-EF0123456789}.Release|x64.Build.0 = Release|x64
{17D3CE4A-7533-4861-AE31-5ACF25BD537A}.Debug|x64.ActiveCfg = Debug|x64
{17D3CE4A-7533-4861-AE31-5ACF25BD537A}.Debug|x64.Build.0 = Debug|x64
{17D3CE4A-7533-4861-AE31-5ACF25BD537A}.Release|x64.ActiveCfg = Release|x64
{17D3CE4A-7533-4861-AE31-5ACF25BD537A}.Release|x64.Build.0 = Release|x64
{24C2DDB9-6B7B-4B8A-A10A-359259964794}.Debug|x64.ActiveCfg = Debug|x64
{24C2DDB9-6B7B-4B8A-A10A-359259964794}.Debug|x64.Build.0 = Debug|x64
{24C2DDB9-6B7B-4B8A-A10A-359259964794}.Release|x64.ActiveCfg = Release|x64
{24C2DDB9-6B7B-4B8A-A10A-359259964794}.Release|x64.Build.0 = Release|x64
{37C290AD-5F29-408A-80EF-FC4837176F2E}.Debug|x64.ActiveCfg = Debug|x64
{37C290AD-5F29-408A-80EF-FC4837176F2E}.Debug|x64.Build.0 = Debug|x64
{37C290AD-5F29-408A-80EF-FC4837176F2E}.Release|x64.ActiveCfg = Release|x64
{37C290AD-5F29-408A-80EF-FC4837176F2E}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {88DEFE5B-B058-4369-93B3-CE6673CE4F46}
EndGlobalSection
EndGlobal