-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathDelegates.sln
More file actions
55 lines (55 loc) · 3.61 KB
/
Delegates.sln
File metadata and controls
55 lines (55 loc) · 3.61 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Delegates", "Delegates\Delegates.csproj", "{AD09DEB8-E904-4E8A-80D5-81536649CAF8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TitanicExplorer", "TitanicExplorer\TitanicExplorer.csproj", "{BFE2DF0E-36B7-4A6C-A5D7-6A4311D39212}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TitanicExplorer.Data", "TitanicExplorer.Data\TitanicExplorer.Data.csproj", "{F59ACB48-2B94-44C9-A97D-EDF2EE6B6AC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TitanicExplorer.Data.Tests", "TitanicExplorer.Data.Tests\TitanicExplorer.Data.Tests.csproj", "{061D6E67-45A1-4867-A9EC-BF637FE6004D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TitanicExplorer.Scripting", "TitanicExplorer.Scripting\TitanicExplorer.Scripting.csproj", "{9879136F-9AAD-43D9-8201-39A1CF92C323}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TitanicExplorer.Scripting.Tests", "TitanicExplorer.Scripting.Tests\TitanicExplorer.Scripting.Tests.csproj", "{7D179EC1-554D-49D9-962D-D4C9CDE51A4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD09DEB8-E904-4E8A-80D5-81536649CAF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD09DEB8-E904-4E8A-80D5-81536649CAF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD09DEB8-E904-4E8A-80D5-81536649CAF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD09DEB8-E904-4E8A-80D5-81536649CAF8}.Release|Any CPU.Build.0 = Release|Any CPU
{BFE2DF0E-36B7-4A6C-A5D7-6A4311D39212}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFE2DF0E-36B7-4A6C-A5D7-6A4311D39212}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFE2DF0E-36B7-4A6C-A5D7-6A4311D39212}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFE2DF0E-36B7-4A6C-A5D7-6A4311D39212}.Release|Any CPU.Build.0 = Release|Any CPU
{F59ACB48-2B94-44C9-A97D-EDF2EE6B6AC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F59ACB48-2B94-44C9-A97D-EDF2EE6B6AC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F59ACB48-2B94-44C9-A97D-EDF2EE6B6AC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F59ACB48-2B94-44C9-A97D-EDF2EE6B6AC9}.Release|Any CPU.Build.0 = Release|Any CPU
{061D6E67-45A1-4867-A9EC-BF637FE6004D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{061D6E67-45A1-4867-A9EC-BF637FE6004D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{061D6E67-45A1-4867-A9EC-BF637FE6004D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{061D6E67-45A1-4867-A9EC-BF637FE6004D}.Release|Any CPU.Build.0 = Release|Any CPU
{9879136F-9AAD-43D9-8201-39A1CF92C323}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9879136F-9AAD-43D9-8201-39A1CF92C323}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9879136F-9AAD-43D9-8201-39A1CF92C323}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9879136F-9AAD-43D9-8201-39A1CF92C323}.Release|Any CPU.Build.0 = Release|Any CPU
{7D179EC1-554D-49D9-962D-D4C9CDE51A4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D179EC1-554D-49D9-962D-D4C9CDE51A4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D179EC1-554D-49D9-962D-D4C9CDE51A4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D179EC1-554D-49D9-962D-D4C9CDE51A4C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CDB3A8CF-2C41-4FF3-A58A-3300B892A649}
EndGlobalSection
EndGlobal