Skip to content

Commit d99901d

Browse files
committed
Fix reference to build items and remove solution items.
1 parent f7f29d6 commit d99901d

File tree

1 file changed

+5
-34
lines changed

1 file changed

+5
-34
lines changed

src/Renci.SshNet.VS2012.sln

Lines changed: 5 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2012
4-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A3063E62-89D5-43FF-AB1A-FFBECB4A1850}"
5-
ProjectSection(SolutionItems) = preProject
6-
Local.testsettings = Local.testsettings
7-
Renci.SshNet1.vsmdi = Renci.SshNet1.vsmdi
8-
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
9-
EndProjectSection
10-
EndProject
114
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Renci.SshNet", "Renci.SshNet\Renci.SshNet.csproj", "{2F5F8C90-0BD1-424F-997C-7BC6280919D1}"
125
EndProject
136
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Renci.SshNet.Tests", "Renci.SshNet.Tests\Renci.SshNet.Tests.csproj", "{C45379B9-17B1-4E89-BC2E-6D41726413E8}"
@@ -26,30 +19,19 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Renci.SshNet.WindowsPhone8"
2619
EndProject
2720
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{2D6CAE62-D053-476F-9BDD-2B1F27FA9C5D}"
2821
ProjectSection(SolutionItems) = preProject
29-
Build\build.cmd = Build\build.cmd
30-
Build\build.proj = Build\build.proj
22+
..\build\build.cmd = ..\build\build.cmd
23+
..\build\build.proj = ..\build\build.proj
3124
EndProjectSection
3225
EndProject
3326
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{94EE3919-19FA-4D9B-8DA9-249050B15232}"
3427
ProjectSection(SolutionItems) = preProject
35-
Build\nuget\SSH.NET.nuspec = Build\nuget\SSH.NET.nuspec
36-
EndProjectSection
37-
EndProject
38-
Project("{911E67C6-3D85-4FCE-B560-20A9C3E3FF48}") = "nuget", "Build\nuget\nuget.exe", "{8BE48567-6BDA-43D7-811D-9C30CCB3B7F2}"
39-
ProjectSection(DebuggerProjectSystem) = preProject
40-
PortSupplier = 00000000-0000-0000-0000-000000000000
41-
Executable = D:\Development\sshnet\Renci.SshClient\Build\nuget\nuget.exe
42-
RemoteMachine = MOTHER
43-
StartingDirectory = D:\Development\sshnet\Renci.SshClient\Build\nuget
44-
Environment = Default
45-
LaunchingEngine = 00000000-0000-0000-0000-000000000000
46-
LaunchSQLEngine = No
47-
AttachLaunchAction = No
28+
..\build\nuget\nuget.exe = ..\build\nuget\nuget.exe
29+
..\build\nuget\SSH.NET.nuspec = ..\build\nuget\SSH.NET.nuspec
4830
EndProjectSection
4931
EndProject
5032
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sandcastle", "sandcastle", "{A6C3FFD3-16A5-44D3-8C1F-3613D6DD17D1}"
5133
ProjectSection(SolutionItems) = preProject
52-
Build\sandcastle\SSH.NET.shfbproj = Build\sandcastle\SSH.NET.shfbproj
34+
..\build\sandcastle\SSH.NET.shfbproj = ..\build\sandcastle\SSH.NET.shfbproj
5335
EndProjectSection
5436
EndProject
5537
Global
@@ -181,23 +163,12 @@ Global
181163
{4A6CA785-1C8A-47FE-98C0-30C675A9328B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
182164
{4A6CA785-1C8A-47FE-98C0-30C675A9328B}.Release|x64.ActiveCfg = Release|Any CPU
183165
{4A6CA785-1C8A-47FE-98C0-30C675A9328B}.Release|x86.ActiveCfg = Release|Any CPU
184-
{8BE48567-6BDA-43D7-811D-9C30CCB3B7F2}.Debug|Any CPU.ActiveCfg = Debug
185-
{8BE48567-6BDA-43D7-811D-9C30CCB3B7F2}.Debug|ARM.ActiveCfg = Debug
186-
{8BE48567-6BDA-43D7-811D-9C30CCB3B7F2}.Debug|Mixed Platforms.ActiveCfg = Debug
187-
{8BE48567-6BDA-43D7-811D-9C30CCB3B7F2}.Debug|x64.ActiveCfg = Debug
188-
{8BE48567-6BDA-43D7-811D-9C30CCB3B7F2}.Debug|x86.ActiveCfg = Debug
189-
{8BE48567-6BDA-43D7-811D-9C30CCB3B7F2}.Release|Any CPU.ActiveCfg = Debug
190-
{8BE48567-6BDA-43D7-811D-9C30CCB3B7F2}.Release|ARM.ActiveCfg = Debug
191-
{8BE48567-6BDA-43D7-811D-9C30CCB3B7F2}.Release|Mixed Platforms.ActiveCfg = Debug
192-
{8BE48567-6BDA-43D7-811D-9C30CCB3B7F2}.Release|x64.ActiveCfg = Debug
193-
{8BE48567-6BDA-43D7-811D-9C30CCB3B7F2}.Release|x86.ActiveCfg = Debug
194166
EndGlobalSection
195167
GlobalSection(SolutionProperties) = preSolution
196168
HideSolutionNode = FALSE
197169
EndGlobalSection
198170
GlobalSection(NestedProjects) = preSolution
199171
{94EE3919-19FA-4D9B-8DA9-249050B15232} = {2D6CAE62-D053-476F-9BDD-2B1F27FA9C5D}
200172
{A6C3FFD3-16A5-44D3-8C1F-3613D6DD17D1} = {2D6CAE62-D053-476F-9BDD-2B1F27FA9C5D}
201-
{8BE48567-6BDA-43D7-811D-9C30CCB3B7F2} = {94EE3919-19FA-4D9B-8DA9-249050B15232}
202173
EndGlobalSection
203174
EndGlobal

0 commit comments

Comments
 (0)