-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure .sln file format consistency with Visual Studio 2022 (#516)
### Summary & Motivation Ensure that working with Visual Studio 2022 on Windows does not change the format of the `.sln` file. - Change .NET Projects types from `FAE04EC0-301F-11D3-BF4B-00C04F79EFBC` (old .NET Framework) to `9A19103F-16F7-4668-BE54-9A1E7A4F7556` (new .NET Core) - Move `GlobalSection(SolutionProperties)` above `GlobalSection(NestedProjects)` - Fix naming of `SharedKernel.Tests` ### Checklist - [x] I have added a Label to the pull-request - [x] I have added tests, and done manual regression tests - [x] I have updated the documentation, if necessary
- Loading branch information
Showing
1 changed file
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters