forked from EldinZenderink/SimpleIRCLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SimpleIRCLib.sln
66 lines (66 loc) · 3.33 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIRCLib", "SimpleIRCLib\SimpleIRCLib.csproj", "{3D881A50-DB1A-464E-A51E-4CE5EB8BD5F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{3D1FF420-4E90-4A76-9091-E168B79E8992}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{E2B0562E-08CF-4173-B97B-DE3D8642FBDA}"
ProjectSection(SolutionItems) = preProject
Docs\Home.md = Docs\Home.md
Docs\SimpleIRCLib.md = Docs\SimpleIRCLib.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{A723C8DF-5C3D-433A-9853-E4390B935769}"
ProjectSection(SolutionItems) = preProject
Assets\icon.ico = Assets\icon.ico
Assets\icon.psd = Assets\icon.psd
Assets\icon_1024_1024.png = Assets\icon_1024_1024.png
Assets\icon_128_128.png = Assets\icon_128_128.png
Assets\icon_256_256.png = Assets\icon_256_256.png
Assets\icon_512_512.png = Assets\icon_512_512.png
Assets\icon_64_64.png = Assets\icon_64_64.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{61A1B529-C3E0-4775-B5FE-489D67F1A007}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IrcLibSample", "Samples\IrcLibSample\IrcLibSample.csproj", "{32EEB4D3-9BD2-440E-9EC6-85379D77A8D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{82B6543B-E1CC-425C-988E-E849D834A3B5}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
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
{3D1FF420-4E90-4A76-9091-E168B79E8992}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D1FF420-4E90-4A76-9091-E168B79E8992}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D1FF420-4E90-4A76-9091-E168B79E8992}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D1FF420-4E90-4A76-9091-E168B79E8992}.Release|Any CPU.Build.0 = Release|Any CPU
{32EEB4D3-9BD2-440E-9EC6-85379D77A8D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32EEB4D3-9BD2-440E-9EC6-85379D77A8D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32EEB4D3-9BD2-440E-9EC6-85379D77A8D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32EEB4D3-9BD2-440E-9EC6-85379D77A8D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{32EEB4D3-9BD2-440E-9EC6-85379D77A8D1} = {61A1B529-C3E0-4775-B5FE-489D67F1A007}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {584E8A95-B483-45A0-A38B-985C12EF6371}
EndGlobalSection
EndGlobal