Skip to content

Commit

Permalink
Remove nuspec file from solution
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Jul 22, 2019
1 parent fd48f78 commit 66b37c8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/Cake.Tfs.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cake.Tfs", "Cake.Tfs\Cake.Tfs.csproj", "{005C2EED-D4F3-439A-96A0-56727EB429F0}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cake.Tfs", "Cake.Tfs\Cake.Tfs.csproj", "{005C2EED-D4F3-439A-96A0-56727EB429F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cake.Tfs.Tests", "Cake.Tfs.Tests\Cake.Tfs.Tests.csproj", "{28A97671-EECD-40D7-A732-B5ADA9341BE5}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cake.Tfs.Tests", "Cake.Tfs.Tests\Cake.Tfs.Tests.csproj", "{28A97671-EECD-40D7-A732-B5ADA9341BE5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{E086EBC9-C1E6-4B49-AFFB-B3F6340886BA}"
ProjectSection(SolutionItems) = preProject
..\setup.cake = ..\setup.cake
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuspec", "nuspec", "{6F7F1BB2-1303-4C80-9384-DCFD944C4810}"
ProjectSection(SolutionItems) = preProject
..\nuspec\nuget\Cake.Tfs.nuspec = ..\nuspec\nuget\Cake.Tfs.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -35,9 +30,6 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6F7F1BB2-1303-4C80-9384-DCFD944C4810} = {E086EBC9-C1E6-4B49-AFFB-B3F6340886BA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {58CF5AF4-ECA8-4C6B-B179-44F3D534E39B}
EndGlobalSection
Expand Down

0 comments on commit 66b37c8

Please sign in to comment.