Skip to content

Commit d5f66e8

Browse files
committed
Converted to the SLNX solution format
1 parent c3a578d commit d5f66e8

File tree

57 files changed

+1319
-11854
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1319
-11854
lines changed

AspNetCore.sln

Lines changed: 0 additions & 11799 deletions
This file was deleted.

AspNetCore.slnx

Lines changed: 1264 additions & 0 deletions
Large diffs are not rendered by default.

eng/scripts/CodeCheck.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ try {
165165
}
166166

167167
# ComponentsWebAssembly-CSharp.sln is used by the templating engine; MessagePack.sln is irrelevant (in submodule).
168-
$solution = Get-ChildItem "$repoRoot/AspNetCore.sln"
168+
$solution = Get-ChildItem "$repoRoot/AspNetCore.slnx"
169169
$solutionFile = Split-Path -Leaf $solution
170170

171171
Write-Host "Checking that $solutionFile is up to date"

eng/tools/tools.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"eng\\tools\\BaselineGenerator\\BaselineGenerator.csproj",
66
"eng\\tools\\RepoTasks\\RepoTasks.csproj",

src/Analyzers/Analyzers.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects" : [
55
"src\\Mvc\\Mvc\\src\\Microsoft.AspNetCore.Mvc.csproj",
66
"src\\SignalR\\server\\SignalR\\src\\Microsoft.AspNetCore.SignalR.csproj",

src/Antiforgery/Antiforgery.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Antiforgery\\samples\\MinimalFormSample\\MinimalFormSample.csproj",
66
"src\\Antiforgery\\src\\Microsoft.AspNetCore.Antiforgery.csproj",

src/Azure/Azure.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Antiforgery\\src\\Microsoft.AspNetCore.Antiforgery.csproj",
66
"src\\Azure\\AzureAppServices.HostingStartup\\src\\Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj",

src/Caching/Caching.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Caching\\SqlServer\\src\\Microsoft.Extensions.Caching.SqlServer.csproj",
66
"src\\Caching\\SqlServer\\test\\Microsoft.Extensions.Caching.SqlServer.Tests.csproj",

src/Components/Components.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Analyzers\\Microsoft.AspNetCore.Analyzer.Testing\\src\\Microsoft.AspNetCore.Analyzer.Testing.csproj",
66
"src\\Antiforgery\\src\\Microsoft.AspNetCore.Antiforgery.csproj",

src/Components/ComponentsNoDeps.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"solution": {
3-
"path": "..\\..\\AspNetCore.sln",
3+
"path": "..\\..\\AspNetCore.slnx",
44
"projects": [
55
"src\\Components\\Analyzers\\src\\Microsoft.AspNetCore.Components.Analyzers.csproj",
66
"src\\Components\\Analyzers\\test\\Microsoft.AspNetCore.Components.Analyzers.Tests.csproj",

0 commit comments

Comments
 (0)