mirror of
https://github.com/jie65535/ChineseChess.git
synced 2024-07-27 18:55:00 +08:00
1. 新建 .NET Core 3.1 WPF 项目 ChineseChess.GUI,使用微软建议模板生成
2. 移除 原先的ChineseChess.UI项目
This commit is contained in:
11
ChineseChess.GUI/app.manifest
Normal file
11
ChineseChess.GUI/app.manifest
Normal 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>
|
Reference in New Issue
Block a user