Skip to content

Commit 66b37c8

Browse files
committed
Remove nuspec file from solution
1 parent fd48f78 commit 66b37c8

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/Cake.Tfs.sln

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.27004.2009
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cake.Tfs", "Cake.Tfs\Cake.Tfs.csproj", "{005C2EED-D4F3-439A-96A0-56727EB429F0}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cake.Tfs", "Cake.Tfs\Cake.Tfs.csproj", "{005C2EED-D4F3-439A-96A0-56727EB429F0}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cake.Tfs.Tests", "Cake.Tfs.Tests\Cake.Tfs.Tests.csproj", "{28A97671-EECD-40D7-A732-B5ADA9341BE5}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cake.Tfs.Tests", "Cake.Tfs.Tests\Cake.Tfs.Tests.csproj", "{28A97671-EECD-40D7-A732-B5ADA9341BE5}"
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{E086EBC9-C1E6-4B49-AFFB-B3F6340886BA}"
1111
ProjectSection(SolutionItems) = preProject
1212
..\setup.cake = ..\setup.cake
1313
EndProjectSection
1414
EndProject
15-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuspec", "nuspec", "{6F7F1BB2-1303-4C80-9384-DCFD944C4810}"
16-
ProjectSection(SolutionItems) = preProject
17-
..\nuspec\nuget\Cake.Tfs.nuspec = ..\nuspec\nuget\Cake.Tfs.nuspec
18-
EndProjectSection
19-
EndProject
2015
Global
2116
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2217
Debug|Any CPU = Debug|Any CPU
@@ -35,9 +30,6 @@ Global
3530
GlobalSection(SolutionProperties) = preSolution
3631
HideSolutionNode = FALSE
3732
EndGlobalSection
38-
GlobalSection(NestedProjects) = preSolution
39-
{6F7F1BB2-1303-4C80-9384-DCFD944C4810} = {E086EBC9-C1E6-4B49-AFFB-B3F6340886BA}
40-
EndGlobalSection
4133
GlobalSection(ExtensibilityGlobals) = postSolution
4234
SolutionGuid = {58CF5AF4-ECA8-4C6B-B179-44F3D534E39B}
4335
EndGlobalSection

0 commit comments

Comments
 (0)