-
Notifications
You must be signed in to change notification settings - Fork 14
/
SimpleIRCLib.sln
37 lines (37 loc) · 2.02 KB
/
SimpleIRCLib.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.27428.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIRCLib", "SimpleIRCLib\SimpleIRCLib.csproj", "{3D881A50-DB1A-464E-A51E-4CE5EB8BD5F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IrcLibTest", "IrcLibTest\IrcLibTest.csproj", "{27C58F1A-4851-4A5B-85F7-C387971543DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormExample", "FormExample\FormExample.csproj", "{A46528E0-6BB9-4200-8276-3F840E0A7C72}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D881A50-DB1A-464E-A51E-4CE5EB8BD5F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D881A50-DB1A-464E-A51E-4CE5EB8BD5F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D881A50-DB1A-464E-A51E-4CE5EB8BD5F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D881A50-DB1A-464E-A51E-4CE5EB8BD5F1}.Release|Any CPU.Build.0 = Release|Any CPU
{27C58F1A-4851-4A5B-85F7-C387971543DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27C58F1A-4851-4A5B-85F7-C387971543DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27C58F1A-4851-4A5B-85F7-C387971543DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27C58F1A-4851-4A5B-85F7-C387971543DA}.Release|Any CPU.Build.0 = Release|Any CPU
{A46528E0-6BB9-4200-8276-3F840E0A7C72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A46528E0-6BB9-4200-8276-3F840E0A7C72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A46528E0-6BB9-4200-8276-3F840E0A7C72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A46528E0-6BB9-4200-8276-3F840E0A7C72}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {584E8A95-B483-45A0-A38B-985C12EF6371}
EndGlobalSection
EndGlobal