Browse Source
Fix ncrunch configuration. (#15440 )
NCrunch does not support supplying target frameworks as MSBuild properties, so had to go through each of the ncrunch project files and specify the TFM explicitly.
pull/15449/head
Steven Kirk
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
75 changed files with
314 additions and
31 deletions
.ncrunch/AppWithoutLifetime.v3.ncrunchproject
.ncrunch/Avalonia.Analyzers.v3.ncrunchproject
.ncrunch/Avalonia.Android.v3.ncrunchproject
.ncrunch/Avalonia.Base.UnitTests.v3.ncrunchproject
.ncrunch/Avalonia.Benchmarks.v3.ncrunchproject
.ncrunch/Avalonia.Browser.Blazor.v3.ncrunchproject
.ncrunch/Avalonia.Browser.v3.ncrunchproject
.ncrunch/Avalonia.Build.Tasks.UnitTest.v3.ncrunchproject
.ncrunch/Avalonia.Build.Tasks.v3.ncrunchproject
.ncrunch/Avalonia.Controls.DataGrid.UnitTests.v3.ncrunchproject
.ncrunch/Avalonia.Controls.UnitTests.v3.ncrunchproject
.ncrunch/Avalonia.Designer.HostApp.netcoreapp2.0.v3.ncrunchproject
.ncrunch/Avalonia.Designer.HostApp.v3.ncrunchproject
.ncrunch/Avalonia.DesignerSupport.TestApp.v3.ncrunchproject
.ncrunch/Avalonia.DesignerSupport.Tests.v3.ncrunchproject
.ncrunch/Avalonia.Direct2D1.RenderTests.v3.ncrunchproject
.ncrunch/Avalonia.Direct2D1.UnitTests.v3.ncrunchproject
.ncrunch/Avalonia.Generators.Tests.v3.ncrunchproject
.ncrunch/Avalonia.Generators.v3.ncrunchproject
.ncrunch/Avalonia.Headless.NUnit.UnitTests.v3.ncrunchproject
.ncrunch/Avalonia.Headless.XUnit.UnitTests.v3.ncrunchproject
.ncrunch/Avalonia.IntegrationTests.Appium.v3.ncrunchproject
.ncrunch/Avalonia.LeakTests.v3.ncrunchproject
.ncrunch/Avalonia.Markup.UnitTests.v3.ncrunchproject
.ncrunch/Avalonia.Markup.Xaml.UnitTests.v3.ncrunchproject
.ncrunch/Avalonia.MicroCom.v3.ncrunchproject
.ncrunch/Avalonia.ReactiveUI.UnitTests.v3.ncrunchproject
.ncrunch/Avalonia.RenderTests.WpfCompare.v3.ncrunchproject
.ncrunch/Avalonia.Skia.RenderTests.v3.ncrunchproject
.ncrunch/Avalonia.Skia.UnitTests.v3.ncrunchproject
.ncrunch/Avalonia.Themes.Simple.net8.0.v3.ncrunchproject
.ncrunch/Avalonia.Tizen.v3.ncrunchproject
.ncrunch/Avalonia.UnitTests.v3.ncrunchproject
.ncrunch/Avalonia.Win32.Interoperability.v3.ncrunchproject
.ncrunch/Avalonia.iOS.v3.ncrunchproject
.ncrunch/Avalonia.net8.0.v3.ncrunchproject
.ncrunch/BindingDemo.v3.ncrunchproject
.ncrunch/ControlCatalog.Android.v3.ncrunchproject
.ncrunch/ControlCatalog.Browser.Blazor.v3.ncrunchproject
.ncrunch/ControlCatalog.Browser.v3.ncrunchproject
.ncrunch/ControlCatalog.Desktop.v3.ncrunchproject
.ncrunch/ControlCatalog.NetCore.v3.ncrunchproject
.ncrunch/ControlCatalog.Tizen.v3.ncrunchproject
.ncrunch/ControlCatalog.iOS.v3.ncrunchproject
.ncrunch/ControlCatalog.net6.0.v3.ncrunchproject
.ncrunch/ControlCatalog.net8.0.v3.ncrunchproject
.ncrunch/ControlSamples.v3.ncrunchproject
.ncrunch/DevAnalyzers.v3.ncrunchproject
.ncrunch/DevGenerators.v3.ncrunchproject
.ncrunch/Generators.Sandbox.v3.ncrunchproject
.ncrunch/GpuInterop.v3.ncrunchproject
.ncrunch/IntegrationTestApp.v3.ncrunchproject
.ncrunch/MiniMvvm.v3.ncrunchproject
.ncrunch/PInvoke.net6.0.v3.ncrunchproject
.ncrunch/PInvoke.netstandard2.0.v3.ncrunchproject
.ncrunch/PInvoke.v3.ncrunchproject
.ncrunch/PlatformSanityChecks.v3.ncrunchproject
.ncrunch/Previewer.v3.ncrunchproject
.ncrunch/ReactiveUIDemo.v3.ncrunchproject
.ncrunch/RemoteDemo.v3.ncrunchproject
.ncrunch/RenderDemo.v3.ncrunchproject
.ncrunch/SafeAreaDemo.Android.v3.ncrunchproject
.ncrunch/SafeAreaDemo.Desktop.v3.ncrunchproject
.ncrunch/SafeAreaDemo.iOS.v3.ncrunchproject
.ncrunch/SafeAreaDemo.v3.ncrunchproject
.ncrunch/Sandbox.v3.ncrunchproject
.ncrunch/SingleProjectSandbox.v3.ncrunchproject
.ncrunch/UnloadableAssemblyLoadContext.v3.ncrunchproject
.ncrunch/UnloadableAssemblyLoadContextPlug.v3.ncrunchproject
.ncrunch/VirtualizationDemo.v3.ncrunchproject
.ncrunch/WindowsInteropTest.net461.v3.ncrunchproject
.ncrunch/WindowsInteropTest.net6.0-windows.v3.ncrunchproject
.ncrunch/WindowsInteropTest.v3.ncrunchproject
.ncrunch/_build.v3.ncrunchproject
Avalonia.v3.ncrunchsolution
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = netstandard2.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0-android34.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0-browser</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0-browser</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net472</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = netstandard2.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -1,5 +0,0 @@
<ProjectConfiguration>
<Settings>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,7 @@
<ProjectConfiguration>
<Settings>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = netstandard2.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net462</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = netstandard2.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0-windows</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0-tizen</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = netstandard2.0</Value>
</CustomBuildProperties>
<XUnit2Enabled>False</XUnit2Enabled>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0-windows</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = netstandard2.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<HiddenComponentWarnings>
<Value>DerivedFilesIncludedInWorkspace</Value>
</HiddenComponentWarnings>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0-android34.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0-browser</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0-browser</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net461</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0-tizen</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0-ios17.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +0,0 @@
<ProjectConfiguration>
<Settings>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = netstandard2.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = netstandard2.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,7 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = netstandard2.0</Value>
</CustomBuildProperties>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = netstandard2.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +0,0 @@
<ProjectConfiguration>
<Settings>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +0,0 @@
<ProjectConfiguration>
<Settings>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = netstandard2.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0-android34.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0-ios17.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net7.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -0,0 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net7.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +0,0 @@
<ProjectConfiguration>
<Settings>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +0,0 @@
<ProjectConfiguration>
<Settings>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0-windows</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -1,5 +1,8 @@
<ProjectConfiguration>
<Settings>
<CustomBuildProperties>
<Value>TargetFramework = net8.0</Value>
</CustomBuildProperties>
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely>
</Settings>
</ProjectConfiguration>
@ -10,8 +10,11 @@
<AllowParallelTestExecution>True</AllowParallelTestExecution>
<CustomBuildProperties>
<Value>RunApiCompat = false</Value>
<Value>TargetFrameworks = net8.0;netstandard2.0</Value>
</CustomBuildProperties>
<EnableRDI>False</EnableRDI>
<ProjectConfigStoragePathRelativeToSolutionDir>.ncrunch</ProjectConfigStoragePathRelativeToSolutionDir>
<RdiConfigured>True</RdiConfigured>
<SolutionConfigured>True</SolutionConfigured>
</Settings>
</SolutionConfiguration>