编译策略: “入口程序、硬件与 Native 依赖项目固定 x64,纯托管类库保持 Any CPU”的平台策略

This commit is contained in:
zhengxuan.zhang
2026-06-05 21:33:56 +08:00
parent a216d48bd5
commit 7683596c17
24 changed files with 115 additions and 93 deletions
@@ -2,6 +2,8 @@
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<PlatformTarget>x64</PlatformTarget>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>