feat: add icon for editor layout

This commit is contained in:
2025-11-18 21:12:33 +08:00
parent 86ea296a1b
commit 9d41119710
46 changed files with 54 additions and 141 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="MSTest.Sdk/3.6.4">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<LangVersion>latest</LangVersion>
<!--
Displays error on console in addition to the log file. Note that this feature comes with a performance impact.

View File

@ -1 +1,3 @@
[assembly: Parallelize(Scope = ExecutionScope.MethodLevel)]
using Microsoft.VisualStudio.TestTools.UnitTesting;
[assembly: Parallelize(Scope = ExecutionScope.MethodLevel)]