1. 新建 .NET Core 3.1 WPF 项目 ChineseChess.GUI,使用微软建议模板生成

2. 移除 原先的ChineseChess.UI项目
This commit is contained in:
筱傑
2021-05-30 22:57:53 +08:00
parent fc7f3c5fca
commit 66af740423
64 changed files with 2206 additions and 462 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.0.0" name="ChineseChess.GUI.app" />
<!-- https://docs.microsoft.com/en-us/windows/desktop/sbscs/application-manifests -->
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/PM</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
</windowsSettings>
</application>
</assembly>