@@ -3,13 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio Version 17
4
4
VisualStudioVersion = 17.5.33326.253
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "build" , "build" , "{2D6CAE62-D053-476F-9BDD-2B1F27FA9C5D}"
7
- EndProject
8
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "sandcastle" , "sandcastle" , "{A6C3FFD3-16A5-44D3-8C1F-3613D6DD17D1}"
9
- Project Section (SolutionItems ) = preProject
10
- build \sandcastle \SSH .NET .shfbproj = build \sandcastle \SSH .NET .shfbproj
11
- EndProject Section
12
- EndProject
13
6
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Renci.SshNet" , "src\Renci.SshNet\Renci.SshNet.csproj" , "{2F5F8C90-0BD1-424F-997C-7BC6280919D1}"
14
7
EndProject
15
8
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{04E8CC26-116E-4116-9558-7ED542548E70}"
@@ -19,9 +12,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
19
12
.gitignore = .gitignore
20
13
appveyor .yml = appveyor .yml
21
14
CODEOWNERS = CODEOWNERS
15
+ CONTRIBUTING .md = CONTRIBUTING .md
22
16
Directory .Build .props = Directory .Build .props
23
17
global .json = global .json
24
18
LICENSE = LICENSE
19
+ nuget .config = nuget .config
25
20
README .md = README .md
26
21
stylecop .json = stylecop .json
27
22
THIRD -PARTY -NOTICES .TXT = THIRD -PARTY -NOTICES .TXT
@@ -84,7 +79,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Renci.SshNet.Benchmarks", "
84
79
EndProject
85
80
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Renci.SshNet.IntegrationBenchmarks" , "test\Renci.SshNet.IntegrationBenchmarks\Renci.SshNet.IntegrationBenchmarks.csproj" , "{6DFC1807-3F44-4302-A302-43F7D887C4E0}"
86
81
EndProject
87
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "Renci.SshNet.AotCompatibilityTestApp" , "test\Renci.SshNet.AotCompatibilityTestApp\Renci.SshNet.AotCompatibilityTestApp.csproj" , "{F2E3FC50-4EF4-488C-B3D2-C45E99898D8B}"
82
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "Renci.SshNet.AotCompatibilityTestApp" , "test\Renci.SshNet.AotCompatibilityTestApp\Renci.SshNet.AotCompatibilityTestApp.csproj" , "{F2E3FC50-4EF4-488C-B3D2-C45E99898D8B}"
88
83
EndProject
89
84
Global
90
85
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -239,8 +234,6 @@ Global
239
234
HideSolutionNode = FALSE
240
235
EndGlobalSection
241
236
GlobalSection (NestedProjects ) = preSolution
242
- {2D6CAE62-D053-476F-9BDD-2B1F27FA9C5D} = {04E8CC26-116E-4116-9558-7ED542548E70}
243
- {A6C3FFD3-16A5-44D3-8C1F-3613D6DD17D1} = {2D6CAE62-D053-476F-9BDD-2B1F27FA9C5D}
244
237
{D21A4D03-0AC2-4613-BB6D-74D2D16A72CC} = {04E8CC26-116E-4116-9558-7ED542548E70}
245
238
{2F4155AA-750A-4D33-B2E6-ED06660016CE} = {04E8CC26-116E-4116-9558-7ED542548E70}
246
239
{47CAF831-32E1-49AD-8E24-6A8732CC2F35} = {2F4155AA-750A-4D33-B2E6-ED06660016CE}
0 commit comments