Skip to content

Commit

Permalink
Replace MSBuild.Dev.sln and MSBuild.SourceBuild.sln with solution fil…
Browse files Browse the repository at this point in the history
…ters (#6010)

Trivially replaced the two .sln's, which are a strict subset of MSBuild.sln, with .slnf's for easier maintenance.
  • Loading branch information
ladipro authored Jan 8, 2021
1 parent c99c6ee commit c6ed2fe
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 649 deletions.
422 changes: 0 additions & 422 deletions MSBuild.Dev.sln

This file was deleted.

19 changes: 19 additions & 0 deletions MSBuild.Dev.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"solution": {
"path": "MSBuild.sln",
"projects": [
"src\\Build.OM.UnitTests\\Microsoft.Build.Engine.OM.UnitTests.csproj",
"src\\Build.UnitTests\\Microsoft.Build.Engine.UnitTests.csproj",
"src\\Build\\Microsoft.Build.csproj",
"src\\Framework.UnitTests\\Microsoft.Build.Framework.UnitTests.csproj",
"src\\Framework\\Microsoft.Build.Framework.csproj",
"src\\MSBuild.UnitTests\\Microsoft.Build.CommandLine.UnitTests.csproj",
"src\\MSBuild\\MSBuild.csproj",
"src\\Tasks.UnitTests\\Microsoft.Build.Tasks.UnitTests.csproj",
"src\\Tasks\\Microsoft.Build.Tasks.csproj",
"src\\Utilities.UnitTests\\Microsoft.Build.Utilities.UnitTests.csproj",
"src\\Utilities\\Microsoft.Build.Utilities.csproj",
"src\\Xunit.NetCore.Extensions\\Xunit.NetCore.Extensions.csproj"
]
}
}
224 changes: 0 additions & 224 deletions MSBuild.SourceBuild.sln

This file was deleted.

13 changes: 13 additions & 0 deletions MSBuild.SourceBuild.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"solution": {
"path": "MSBuild.sln",
"projects": [
"src\\Build\\Microsoft.Build.csproj",
"src\\Framework\\Microsoft.Build.Framework.csproj",
"src\\MSBuild\\MSBuild.csproj",
"src\\Package\\Localization\\Localization.csproj",
"src\\Tasks\\Microsoft.Build.Tasks.csproj",
"src\\Utilities\\Microsoft.Build.Utilities.csproj"
]
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To get started on **Visual Studio 2019**:
3. Clone the source code: `git clone https://github.com/Microsoft/msbuild.git`
- You may have to [download Git](https://git-scm.com/downloads) first.
4. Run `.\build.cmd` from the root of the repo to build the code. This also restores packages needed to open the projects in Visual Studio.
5. Open `MSBuild.sln` or `MSBuild.Dev.sln` in Visual Studio 2019.
5. Open `MSBuild.sln` or `MSBuild.Dev.slnf` in Visual Studio 2019.

Note: To create a usable MSBuild with your changes, run `.\build.cmd /p:CreateBootstrap=true`.

Expand Down
Loading

0 comments on commit c6ed2fe

Please sign in to comment.