-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAtlantis.sln
59 lines (59 loc) · 3.48 KB
/
Atlantis.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
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atlantis", "Atlantis\Atlantis.csproj", "{3464FCF7-A68E-40CC-A354-32B80E698890}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atlantis.Net.Irc", "Atlantis.Net.Irc\Atlantis.Net.Irc.csproj", "{07410E3A-D2CF-4A81-BA52-864C8D206664}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{92E16622-1050-47F2-9AC8-F8B3010F8742}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IrcClientDaemon", "IrcClientDaemon\IrcClientDaemon.csproj", "{2A99FC4D-CD01-4DEE-8613-170FA5389A14}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Atlantis.Unity", "Atlantis.Unity\Atlantis.Unity.csproj", "{DC78D97F-0DEB-4B88-85FE-557626F73331}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{603E3A37-E6DF-4C82-ACBB-0B56DD42B82A}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atlantis.Windows", "Atlantis.Windows\Atlantis.Windows.csproj", "{21A39D2B-C117-4B4F-A485-9686FEB2ED8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3464FCF7-A68E-40CC-A354-32B80E698890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3464FCF7-A68E-40CC-A354-32B80E698890}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3464FCF7-A68E-40CC-A354-32B80E698890}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3464FCF7-A68E-40CC-A354-32B80E698890}.Release|Any CPU.Build.0 = Release|Any CPU
{07410E3A-D2CF-4A81-BA52-864C8D206664}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07410E3A-D2CF-4A81-BA52-864C8D206664}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07410E3A-D2CF-4A81-BA52-864C8D206664}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07410E3A-D2CF-4A81-BA52-864C8D206664}.Release|Any CPU.Build.0 = Release|Any CPU
{2A99FC4D-CD01-4DEE-8613-170FA5389A14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A99FC4D-CD01-4DEE-8613-170FA5389A14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A99FC4D-CD01-4DEE-8613-170FA5389A14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A99FC4D-CD01-4DEE-8613-170FA5389A14}.Release|Any CPU.Build.0 = Release|Any CPU
{DC78D97F-0DEB-4B88-85FE-557626F73331}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC78D97F-0DEB-4B88-85FE-557626F73331}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC78D97F-0DEB-4B88-85FE-557626F73331}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC78D97F-0DEB-4B88-85FE-557626F73331}.Release|Any CPU.Build.0 = Release|Any CPU
{21A39D2B-C117-4B4F-A485-9686FEB2ED8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21A39D2B-C117-4B4F-A485-9686FEB2ED8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21A39D2B-C117-4B4F-A485-9686FEB2ED8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21A39D2B-C117-4B4F-A485-9686FEB2ED8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD351E07-096A-4ED1-A6BA-A95BB4261DF6}
EndGlobalSection
EndGlobal