From 8e9a9f35b0479c4e7e6610c40133a8e3947be992 Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Tue, 20 Mar 2018 06:44:43 -0700 Subject: [PATCH] Remove DevDivInsertionFiles.sln DevDivInsertionFiles.vbproj is the last project which isn't included in Roslyn.sln. Included it there and remove the solution that used to drive it's build. --- Roslyn.sln | 7 +++++ build/scripts/build-utils.ps1 | 3 +-- build/scripts/build.ps1 | 1 - .../DevDivInsertionFiles.sln | 26 ------------------- 4 files changed, 8 insertions(+), 29 deletions(-) delete mode 100644 src/Setup/DevDivInsertionFiles/DevDivInsertionFiles.sln diff --git a/Roslyn.sln b/Roslyn.sln index 28c8f8b31e8..be244dcfde5 100644 --- a/Roslyn.sln +++ b/Roslyn.sln @@ -359,6 +359,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.CodeAnalysis.Pool EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevDivPackagesDebugger", "src\Setup\DevDivPackages\Debugger\DevDivPackagesDebugger.csproj", "{18BDB5D5-340B-4834-B4FC-0327729A4A26}" EndProject +Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "DevDivInsertionFiles", "src\Setup\DevDivInsertionFiles\DevDivInsertionFiles.vbproj", "{5FE910A9-E7C9-40E1-AAF1-6C6C7DD61B67}" +EndProject Global GlobalSection(SharedMSBuildProjectFiles) = preSolution src\Compilers\VisualBasic\BasicAnalyzerDriver\BasicAnalyzerDriver.projitems*{2523d0e6-df32-4a3e-8ae0-a19bffae2ef6}*SharedItemsImports = 4 @@ -956,6 +958,10 @@ Global {18BDB5D5-340B-4834-B4FC-0327729A4A26}.Debug|Any CPU.Build.0 = Debug|Any CPU {18BDB5D5-340B-4834-B4FC-0327729A4A26}.Release|Any CPU.ActiveCfg = Release|Any CPU {18BDB5D5-340B-4834-B4FC-0327729A4A26}.Release|Any CPU.Build.0 = Release|Any CPU + {5FE910A9-E7C9-40E1-AAF1-6C6C7DD61B67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5FE910A9-E7C9-40E1-AAF1-6C6C7DD61B67}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5FE910A9-E7C9-40E1-AAF1-6C6C7DD61B67}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5FE910A9-E7C9-40E1-AAF1-6C6C7DD61B67}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -1126,6 +1132,7 @@ Global {FC2AE90B-2E4B-4045-9FDD-73D4F5ED6C89} = {C2D1346B-9665-4150-B644-075CF1636BAA} {49E7C367-181B-499C-AC2E-8E17C81418D6} = {C2D1346B-9665-4150-B644-075CF1636BAA} {18BDB5D5-340B-4834-B4FC-0327729A4A26} = {C2D1346B-9665-4150-B644-075CF1636BAA} + {5FE910A9-E7C9-40E1-AAF1-6C6C7DD61B67} = {FD0FAF5F-1DED-485C-99FA-84B97F3A8EEC} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {604E6B91-7BC0-4126-AE07-D4D2FEFC3D29} diff --git a/build/scripts/build-utils.ps1 b/build/scripts/build-utils.ps1 index c49407b8329..b5ace39effd 100644 --- a/build/scripts/build-utils.ps1 +++ b/build/scripts/build-utils.ps1 @@ -440,8 +440,7 @@ function Restore-Packages([string]$dotnetExe = "", [string]$project = "") { else { $all = @( "Roslyn Toolset:build\ToolsetPackages\RoslynToolset.csproj", - "Roslyn:Roslyn.sln", - "DevDivInsertionFiles:src\Setup\DevDivInsertionFiles\DevDivInsertionFiles.sln") + "Roslyn:Roslyn.sln") foreach ($cur in $all) { $both = $cur.Split(':') diff --git a/build/scripts/build.ps1 b/build/scripts/build.ps1 index 2441d118ef1..a44595bc12e 100644 --- a/build/scripts/build.ps1 +++ b/build/scripts/build.ps1 @@ -260,7 +260,6 @@ function Build-ExtraSignArtifacts() { Copy-Item "PowerShell\*.ps1" $dir } - Run-MSBuild "DevDivInsertionFiles\DevDivInsertionFiles.sln" -buildArgs "" Copy-Item -Force "Vsix\myget_org-extensions.config" $configDir } finally { diff --git a/src/Setup/DevDivInsertionFiles/DevDivInsertionFiles.sln b/src/Setup/DevDivInsertionFiles/DevDivInsertionFiles.sln deleted file mode 100644 index 3a149bff57c..00000000000 --- a/src/Setup/DevDivInsertionFiles/DevDivInsertionFiles.sln +++ /dev/null @@ -1,26 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26405.2 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "DevDivInsertionFiles", "DevDivInsertionFiles.vbproj", "{5FE910A9-E7C9-40E1-AAF1-6C6C7DD61B67}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5FE910A9-E7C9-40E1-AAF1-6C6C7DD61B67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5FE910A9-E7C9-40E1-AAF1-6C6C7DD61B67}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5FE910A9-E7C9-40E1-AAF1-6C6C7DD61B67}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5FE910A9-E7C9-40E1-AAF1-6C6C7DD61B67}.Release|Any CPU.Build.0 = Release|Any CPU - {18BDB5D5-340B-4834-B4FC-0327729A4A26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {18BDB5D5-340B-4834-B4FC-0327729A4A26}.Debug|Any CPU.Build.0 = Debug|Any CPU - {18BDB5D5-340B-4834-B4FC-0327729A4A26}.Release|Any CPU.ActiveCfg = Release|Any CPU - {18BDB5D5-340B-4834-B4FC-0327729A4A26}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal -- GitLab