-
Notifications
You must be signed in to change notification settings - Fork 50
/
PrimS.Telnet.sln
85 lines (85 loc) · 5.12 KB
/
PrimS.Telnet.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrimS.Telnet.48.CiTests", "PrimS.Telnet.48.CiTests\PrimS.Telnet.48.CiTests.csproj", "{A6FFDD66-624F-421B-B402-B6F02071CC10}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{C32FBB99-146C-4733-BA43-D725EBDBF7F5}"
ProjectSection(SolutionItems) = preProject
BuildNuget.ps1 = BuildNuget.ps1
License.txt = License.txt
nuget.exe = nuget.exe
Ptelnet128x600.png = Ptelnet128x600.png
Telnet.nuspec = Telnet.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{FFCF9AB9-95FA-40CE-89CD-37F5D82D23E2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
Settings.StyleCop = Settings.StyleCop
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrimS.Telnet.NetStandard", "PrimS.Telnet.NetStandard\PrimS.Telnet.NetStandard.csproj", "{3C62B208-6588-4403-9DDA-9B833B2C123F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrimS.Telnet.NetStandard.CiTests", "NetStandard.CiTests\PrimS.Telnet.NetStandard.CiTests.csproj", "{C86EF0B7-4772-4B6E-876E-1A36B4259001}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrimS.Telnet.Sync", "PrimS.Telnet.Sync\PrimS.Telnet.Sync.csproj", "{E99132BB-F35D-44FB-885C-CCB4AEC1CF34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrimS.Telnet.Sync.CiTests", "PrimS.Telnet.Sync.CiTests\PrimS.Telnet.Sync.CiTests.csproj", "{C06628AF-EC29-42D9-A445-8F32FC949C11}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{CB09D5D1-A0A1-4190-91A6-F259E60AAC72}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{49C8DB0D-CA4C-402C-9A7D-4AB0A6268472}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrimS.Telnet", "PrimS.Telnet\PrimS.Telnet.csproj", "{C237BB37-BCCA-41BE-BAB0-8E608A42D7CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrimS.Telnet.CiTests", "PrimS.Telnet.CiTests\PrimS.Telnet.CiTests.csproj", "{E29EE552-A4A2-40F0-AE4C-24C58CAADD3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6FFDD66-624F-421B-B402-B6F02071CC10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6FFDD66-624F-421B-B402-B6F02071CC10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6FFDD66-624F-421B-B402-B6F02071CC10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C62B208-6588-4403-9DDA-9B833B2C123F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C62B208-6588-4403-9DDA-9B833B2C123F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C62B208-6588-4403-9DDA-9B833B2C123F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C62B208-6588-4403-9DDA-9B833B2C123F}.Release|Any CPU.Build.0 = Release|Any CPU
{C86EF0B7-4772-4B6E-876E-1A36B4259001}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C86EF0B7-4772-4B6E-876E-1A36B4259001}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C86EF0B7-4772-4B6E-876E-1A36B4259001}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E99132BB-F35D-44FB-885C-CCB4AEC1CF34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E99132BB-F35D-44FB-885C-CCB4AEC1CF34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E99132BB-F35D-44FB-885C-CCB4AEC1CF34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E99132BB-F35D-44FB-885C-CCB4AEC1CF34}.Release|Any CPU.Build.0 = Release|Any CPU
{C06628AF-EC29-42D9-A445-8F32FC949C11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C06628AF-EC29-42D9-A445-8F32FC949C11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C06628AF-EC29-42D9-A445-8F32FC949C11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C237BB37-BCCA-41BE-BAB0-8E608A42D7CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C237BB37-BCCA-41BE-BAB0-8E608A42D7CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C237BB37-BCCA-41BE-BAB0-8E608A42D7CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C237BB37-BCCA-41BE-BAB0-8E608A42D7CB}.Release|Any CPU.Build.0 = Release|Any CPU
{E29EE552-A4A2-40F0-AE4C-24C58CAADD3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E29EE552-A4A2-40F0-AE4C-24C58CAADD3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E29EE552-A4A2-40F0-AE4C-24C58CAADD3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E29EE552-A4A2-40F0-AE4C-24C58CAADD3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{49C8DB0D-CA4C-402C-9A7D-4AB0A6268472} = {CB09D5D1-A0A1-4190-91A6-F259E60AAC72}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2BE0BC56-5673-4BC5-AB2A-2645AD51175C}
EndGlobalSection
EndGlobal