-
Notifications
You must be signed in to change notification settings - Fork 1
/
TelnetNegotiationCore.sln
58 lines (58 loc) · 3.63 KB
/
TelnetNegotiationCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TelnetNegotiationCore", "TelnetNegotiationCore\TelnetNegotiationCore.csproj", "{20904985-F6F4-4305-BFEF-2D48A87CF021}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TelnetNegotiationCore.TestServer", "TelnetNegotiationCore.TestServer\TelnetNegotiationCore.TestServer.csproj", "{95A8E7BD-F269-47C3-BE06-47D898128633}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{444703E8-4E7D-48CE-9F96-E510E3A99FA5}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE = LICENSE
README.md = README.md
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TelnetNegotiationCore.UnitTests", "TelnetNegotiationCore.UnitTests\TelnetNegotiationCore.UnitTests.csproj", "{0EC8EB89-8596-4426-83B0-29354F5B8938}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TelnetNegotiationCore.TestClient", "TelnetNegotiationCore.TestClient\TelnetNegotiationCore.TestClient.csproj", "{E1A76C78-8246-472F-824E-9F7F9B3778B7}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "TelnetNegotiationCore.Functional", "TelnetNegotiationCore.Functional\TelnetNegotiationCore.Functional.fsproj", "{0307D0B8-AAA7-40C8-9E3E-34BE64F93BB7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20904985-F6F4-4305-BFEF-2D48A87CF021}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20904985-F6F4-4305-BFEF-2D48A87CF021}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20904985-F6F4-4305-BFEF-2D48A87CF021}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20904985-F6F4-4305-BFEF-2D48A87CF021}.Release|Any CPU.Build.0 = Release|Any CPU
{95A8E7BD-F269-47C3-BE06-47D898128633}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95A8E7BD-F269-47C3-BE06-47D898128633}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95A8E7BD-F269-47C3-BE06-47D898128633}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95A8E7BD-F269-47C3-BE06-47D898128633}.Release|Any CPU.Build.0 = Release|Any CPU
{0EC8EB89-8596-4426-83B0-29354F5B8938}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EC8EB89-8596-4426-83B0-29354F5B8938}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EC8EB89-8596-4426-83B0-29354F5B8938}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EC8EB89-8596-4426-83B0-29354F5B8938}.Release|Any CPU.Build.0 = Release|Any CPU
{E1A76C78-8246-472F-824E-9F7F9B3778B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1A76C78-8246-472F-824E-9F7F9B3778B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1A76C78-8246-472F-824E-9F7F9B3778B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1A76C78-8246-472F-824E-9F7F9B3778B7}.Release|Any CPU.Build.0 = Release|Any CPU
{0307D0B8-AAA7-40C8-9E3E-34BE64F93BB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0307D0B8-AAA7-40C8-9E3E-34BE64F93BB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0307D0B8-AAA7-40C8-9E3E-34BE64F93BB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0307D0B8-AAA7-40C8-9E3E-34BE64F93BB7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE0005F6-3F9E-4CB8-90FF-3437B7FCAEF7}
EndGlobalSection
EndGlobal