fix mono runtime and debug error ,rollback to the old version, now will using mono's compiler and manager

This commit is contained in:
2026-04-18 17:50:32 +08:00
parent 5058d6a3a9
commit 971f16d526
481 changed files with 5412 additions and 4663 deletions

View File

@ -1,16 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<InvariantGlobalization>true</InvariantGlobalization>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="Prism-ScriptCore">
<HintPath>..\Prism-ScriptCore\bin\Debug\net9.0\Prism-ScriptCore.dll</HintPath>
<HintPath>..\Prism-ScriptCore\bin\Debug\Prism-ScriptCore.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
</Project>

View File

@ -1,16 +0,0 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleApp", "ExampleApp.csproj", "{C201DF2F-9FD5-438D-8D27-5DF3B24E6C68}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C201DF2F-9FD5-438D-8D27-5DF3B24E6C68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C201DF2F-9FD5-438D-8D27-5DF3B24E6C68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C201DF2F-9FD5-438D-8D27-5DF3B24E6C68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C201DF2F-9FD5-438D-8D27-5DF3B24E6C68}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

View File

@ -1,3 +1,4 @@
using System;
using System.Runtime.InteropServices;
using Prism;