-
Notifications
You must be signed in to change notification settings - Fork 21
/
IrcD.Net.sln
37 lines (37 loc) · 2.04 KB
/
IrcD.Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.438
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IrcD.Net", "IrcD.Net\IrcD.Net.csproj", "{5CC4A3FD-04E7-4F6A-B6C1-74AB924030A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IrcD.Test", "IrcD.Test\IrcD.Test.csproj", "{FE5C36F8-0549-494E-9D1B-32C3623B6225}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IrcD.Server", "IrcD.Server\IrcD.Server.csproj", "{B5BFAA25-4ACC-41F0-8438-98368C6778D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5CC4A3FD-04E7-4F6A-B6C1-74AB924030A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CC4A3FD-04E7-4F6A-B6C1-74AB924030A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CC4A3FD-04E7-4F6A-B6C1-74AB924030A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CC4A3FD-04E7-4F6A-B6C1-74AB924030A1}.Release|Any CPU.Build.0 = Release|Any CPU
{FE5C36F8-0549-494E-9D1B-32C3623B6225}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE5C36F8-0549-494E-9D1B-32C3623B6225}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE5C36F8-0549-494E-9D1B-32C3623B6225}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE5C36F8-0549-494E-9D1B-32C3623B6225}.Release|Any CPU.Build.0 = Release|Any CPU
{B5BFAA25-4ACC-41F0-8438-98368C6778D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5BFAA25-4ACC-41F0-8438-98368C6778D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5BFAA25-4ACC-41F0-8438-98368C6778D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5BFAA25-4ACC-41F0-8438-98368C6778D6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8FAC6718-2CE3-4F22-BF99-008239729E55}
EndGlobalSection
EndGlobal