Skip to content

Commit a21c92c

Browse files
committed
Update slnf as stated in CI :|
1 parent 9daa168 commit a21c92c

8 files changed

+15
-11
lines changed

.generated.NoMobile.sln

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Hangfire", "src\Sent
170170
EndProject
171171
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Hangfire.Tests", "test\Sentry.Hangfire.Tests\Sentry.Hangfire.Tests.csproj", "{46E40BE8-1AB0-4846-B0A2-A40AD0272C64}"
172172
EndProject
173-
Project("{00000000-0000-0000-0000-000000000000}") = "Sentry.Samples.AspNetCore.WebAPI.Profiling", "samples\Sentry.Samples.AspNetCore.WebAPI.Profiling\Sentry.Samples.AspNetCore.WebAPI.Profiling.csproj", "{A5B26C14-7313-4EDC-91E3-287F9374AB75}"
173+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Samples.AspNetCore.WebAPI.Profiling", "samples\Sentry.Samples.AspNetCore.WebAPI.Profiling\Sentry.Samples.AspNetCore.WebAPI.Profiling.csproj", "{A5B26C14-7313-4EDC-91E3-287F9374AB75}"
174174
EndProject
175175
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{233D34AB-970E-4913-AA1E-172E833FB5B2}"
176176
ProjectSection(SolutionItems) = preProject
@@ -197,7 +197,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.TrimTest", "test\Sen
197197
EndProject
198198
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.MauiTrimTest", "test\Sentry.MauiTrimTest\Sentry.MauiTrimTest.csproj", "{DF92E098-822C-4B94-B96B-56BFB91FBB54}"
199199
EndProject
200-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators", "src\Sentry.SourceGenerators\Sentry.SourceGenerators.csproj", "{E9B3DA59-E0FB-4CA6-93AC-05F0F5AD83E1}"
200+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators", "src\Sentry.SourceGenerators\Sentry.SourceGenerators.csproj", "{C3CDF61C-3E28-441C-A9CE-011C89D11719}"
201201
EndProject
202202
Global
203203
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -534,10 +534,10 @@ Global
534534
{DF92E098-822C-4B94-B96B-56BFB91FBB54}.Debug|Any CPU.Build.0 = Debug|Any CPU
535535
{DF92E098-822C-4B94-B96B-56BFB91FBB54}.Release|Any CPU.ActiveCfg = Release|Any CPU
536536
{DF92E098-822C-4B94-B96B-56BFB91FBB54}.Release|Any CPU.Build.0 = Release|Any CPU
537-
{E9B3DA59-E0FB-4CA6-93AC-05F0F5AD83E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
538-
{E9B3DA59-E0FB-4CA6-93AC-05F0F5AD83E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
539-
{E9B3DA59-E0FB-4CA6-93AC-05F0F5AD83E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
540-
{E9B3DA59-E0FB-4CA6-93AC-05F0F5AD83E1}.Release|Any CPU.Build.0 = Release|Any CPU
537+
{C3CDF61C-3E28-441C-A9CE-011C89D11719}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
538+
{C3CDF61C-3E28-441C-A9CE-011C89D11719}.Debug|Any CPU.Build.0 = Debug|Any CPU
539+
{C3CDF61C-3E28-441C-A9CE-011C89D11719}.Release|Any CPU.ActiveCfg = Release|Any CPU
540+
{C3CDF61C-3E28-441C-A9CE-011C89D11719}.Release|Any CPU.Build.0 = Release|Any CPU
541541
EndGlobalSection
542542
GlobalSection(SolutionProperties) = preSolution
543543
HideSolutionNode = FALSE
@@ -625,6 +625,6 @@ Global
625625
{D7DF0B26-AD43-4F8B-9BFE-C4471CCC9821} = {21B42F60-5802-404E-90F0-AEBCC56760C0}
626626
{6030B748-0000-43B5-B8A8-399AA42F5229} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
627627
{DF92E098-822C-4B94-B96B-56BFB91FBB54} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
628-
{E9B3DA59-E0FB-4CA6-93AC-05F0F5AD83E1} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
628+
{C3CDF61C-3E28-441C-A9CE-011C89D11719} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
629629
EndGlobalSection
630630
EndGlobal

Sentry-CI-Build-Linux.slnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
5050
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
5151
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
52+
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
5253
"src\\Sentry\\Sentry.csproj",
5354
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
5455
"test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj",

Sentry-CI-Build-Windows.slnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
5252
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
5353
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
54+
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
5455
"src\\Sentry\\Sentry.csproj",
5556
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
5657
"test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj",

Sentry-CI-Build-macOS.slnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
5757
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
5858
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
59+
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
5960
"src\\Sentry\\Sentry.csproj",
6061
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
6162
"test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj",

Sentry-CI-CodeQL.slnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
2121
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
2222
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
23+
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
2324
"src\\Sentry\\Sentry.csproj"
2425
]
2526
}

SentryMobile.slnf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"src\\Sentry.Bindings.Cocoa\\Sentry.Bindings.Cocoa.csproj",
1313
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
1414
"src\\Sentry.Maui\\Sentry.Maui.csproj",
15-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
1615
"src\\Sentry\\Sentry.csproj",
1716
"test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj",
1817
"test\\Sentry.Extensions.Logging.Tests\\Sentry.Extensions.Logging.Tests.csproj",
@@ -22,4 +21,4 @@
2221
"test\\Sentry.Tests\\Sentry.Tests.csproj"
2322
]
2423
}
25-
}
24+
}

SentryNoMobile.slnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"samples\\Sentry.Samples.OpenTelemetry.Console\\Sentry.Samples.OpenTelemetry.Console.csproj",
3333
"samples\\Sentry.Samples.Serilog\\Sentry.Samples.Serilog.csproj",
3434
"src\\Sentry.Analyzers\\Sentry.Analyzers.csproj",
35+
"src\\Sentry.AspNet\\Sentry.AspNet.csproj",
3536
"src\\Sentry.AspNetCore.Blazor.WebAssembly\\Sentry.AspNetCore.Blazor.WebAssembly.csproj",
3637
"src\\Sentry.AspNetCore.Grpc\\Sentry.AspNetCore.Grpc.csproj",
3738
"src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj",
38-
"src\\Sentry.AspNet\\Sentry.AspNet.csproj",
3939
"src\\Sentry.Azure.Functions.Worker\\Sentry.Azure.Functions.Worker.csproj",
4040
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
4141
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
@@ -72,4 +72,4 @@
7272
"test\\SingleFileTestApp\\SingleFileTestApp.csproj"
7373
]
7474
}
75-
}
75+
}

SentryNoSamples.slnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
2222
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
2323
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
24+
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
2425
"src\\Sentry\\Sentry.csproj",
2526
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
2627
"test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj",

0 commit comments

Comments
 (0)