Skip to content

Commit d9da82d

Browse files
committed
Update solution filters
1 parent 5c7927d commit d9da82d

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

.generated.NoMobile.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.MauiTrimTest", "test
199199
EndProject
200200
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators", "src\Sentry.SourceGenerators\Sentry.SourceGenerators.csproj", "{C3CDF61C-3E28-441C-A9CE-011C89D11719}"
201201
EndProject
202-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators.Tests", "test\Sentry.SourceGenerators.Tests\Sentry.SourceGenerators.Tests.csproj", "{2E9ACF05-88E8-4719-9E3E-8BBA9CF8FBC8}"
202+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators.Tests", "test\Sentry.SourceGenerators.Tests\Sentry.SourceGenerators.Tests.csproj", "{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893}"
203203
EndProject
204204
Global
205205
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -540,10 +540,10 @@ Global
540540
{C3CDF61C-3E28-441C-A9CE-011C89D11719}.Debug|Any CPU.Build.0 = Debug|Any CPU
541541
{C3CDF61C-3E28-441C-A9CE-011C89D11719}.Release|Any CPU.ActiveCfg = Release|Any CPU
542542
{C3CDF61C-3E28-441C-A9CE-011C89D11719}.Release|Any CPU.Build.0 = Release|Any CPU
543-
{2E9ACF05-88E8-4719-9E3E-8BBA9CF8FBC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
544-
{2E9ACF05-88E8-4719-9E3E-8BBA9CF8FBC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
545-
{2E9ACF05-88E8-4719-9E3E-8BBA9CF8FBC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
546-
{2E9ACF05-88E8-4719-9E3E-8BBA9CF8FBC8}.Release|Any CPU.Build.0 = Release|Any CPU
543+
{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
544+
{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893}.Debug|Any CPU.Build.0 = Debug|Any CPU
545+
{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893}.Release|Any CPU.ActiveCfg = Release|Any CPU
546+
{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893}.Release|Any CPU.Build.0 = Release|Any CPU
547547
EndGlobalSection
548548
GlobalSection(SolutionProperties) = preSolution
549549
HideSolutionNode = FALSE
@@ -632,6 +632,6 @@ Global
632632
{6030B748-0000-43B5-B8A8-399AA42F5229} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
633633
{DF92E098-822C-4B94-B96B-56BFB91FBB54} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
634634
{C3CDF61C-3E28-441C-A9CE-011C89D11719} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
635-
{2E9ACF05-88E8-4719-9E3E-8BBA9CF8FBC8} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
635+
{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
636636
EndGlobalSection
637637
EndGlobal

Sentry-CI-Build-Linux.slnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
7171
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
7272
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
73+
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
7374
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
7475
"test\\Sentry.Testing\\Sentry.Testing.csproj",
7576
"test\\Sentry.Tests\\Sentry.Tests.csproj",

Sentry-CI-Build-Windows.slnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
7373
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
7474
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
75+
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
7576
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
7677
"test\\Sentry.Testing\\Sentry.Testing.csproj",
7778
"test\\Sentry.Tests\\Sentry.Tests.csproj",

Sentry-CI-Build-macOS.slnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
7979
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
8080
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
81+
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
8182
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
8283
"test\\Sentry.Testing\\Sentry.Testing.csproj",
8384
"test\\Sentry.Tests\\Sentry.Tests.csproj",

SentryMobile.slnf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
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",
1918
"test\\Sentry.Maui.Device.TestApp\\Sentry.Maui.Device.TestApp.csproj",
2019
"test\\Sentry.Maui.Tests\\Sentry.Maui.Tests.csproj",
21-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
2220
"test\\Sentry.Testing\\Sentry.Testing.csproj",
2321
"test\\Sentry.Tests\\Sentry.Tests.csproj"
2422
]
2523
}
26-
}
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",
@@ -73,4 +73,4 @@
7373
"test\\SingleFileTestApp\\SingleFileTestApp.csproj"
7474
]
7575
}
76-
}
76+
}

SentryNoSamples.slnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
4343
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
4444
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
45+
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
4546
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
4647
"test\\Sentry.Testing\\Sentry.Testing.csproj",
4748
"test\\Sentry.Tests\\Sentry.Tests.csproj"

0 commit comments

Comments
 (0)