-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathGumpStudio.sln
53 lines (53 loc) · 3.12 KB
/
GumpStudio.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
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{C8217AC5-135D-40A9-A2E6-7DC00BC26147}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GumpStudio", "Application\GumpStudio.csproj", "{915B0ED2-D471-4554-B692-64CE6931B7A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SnapToGrid", "Plugins\SnapToGrid\SnapToGrid.csproj", "{979E9537-FADC-4CC2-9EB1-648B4A6C2221}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpExport", "Plugins\CSharpExport\CSharpExport.csproj", "{C50E2839-7CA2-426B-A8C0-83B7ABBDEDD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ultima", "Ultima\Ultima.csproj", "{E08CFBE4-E013-44EE-8829-426D05BC083F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9557107F-5DA7-4F2A-962A-4E615A4D0A5D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{915B0ED2-D471-4554-B692-64CE6931B7A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{915B0ED2-D471-4554-B692-64CE6931B7A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{915B0ED2-D471-4554-B692-64CE6931B7A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{915B0ED2-D471-4554-B692-64CE6931B7A0}.Release|Any CPU.Build.0 = Release|Any CPU
{979E9537-FADC-4CC2-9EB1-648B4A6C2221}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{979E9537-FADC-4CC2-9EB1-648B4A6C2221}.Debug|Any CPU.Build.0 = Debug|Any CPU
{979E9537-FADC-4CC2-9EB1-648B4A6C2221}.Release|Any CPU.ActiveCfg = Release|Any CPU
{979E9537-FADC-4CC2-9EB1-648B4A6C2221}.Release|Any CPU.Build.0 = Release|Any CPU
{C50E2839-7CA2-426B-A8C0-83B7ABBDEDD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C50E2839-7CA2-426B-A8C0-83B7ABBDEDD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C50E2839-7CA2-426B-A8C0-83B7ABBDEDD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C50E2839-7CA2-426B-A8C0-83B7ABBDEDD2}.Release|Any CPU.Build.0 = Release|Any CPU
{E08CFBE4-E013-44EE-8829-426D05BC083F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E08CFBE4-E013-44EE-8829-426D05BC083F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E08CFBE4-E013-44EE-8829-426D05BC083F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E08CFBE4-E013-44EE-8829-426D05BC083F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{979E9537-FADC-4CC2-9EB1-648B4A6C2221} = {C8217AC5-135D-40A9-A2E6-7DC00BC26147}
{C50E2839-7CA2-426B-A8C0-83B7ABBDEDD2} = {C8217AC5-135D-40A9-A2E6-7DC00BC26147}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E06BED54-0FB4-4BBB-927F-16719AB26954}
EndGlobalSection
EndGlobal