基本版本
This commit is contained in:
BIN
res/ico.ico
Normal file
BIN
res/ico.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
1
res/ico.rc
Normal file
1
res/ico.rc
Normal file
@@ -0,0 +1 @@
|
||||
IDI_ICON1 ICON DISCARDABLE "ico.ico"
|
||||
1
res/manifest.rc
Normal file
1
res/manifest.rc
Normal file
@@ -0,0 +1 @@
|
||||
1 24 "manifest.xml"
|
||||
42
res/manifest.xml
Normal file
42
res/manifest.xml
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
version="1.0.0.0"
|
||||
processorArchitecture="*"
|
||||
name="cmakeCreate"
|
||||
type="win32"/>
|
||||
|
||||
<description>Your Application Description</description>
|
||||
|
||||
<!-- 启用 Windows 通用控件 -->
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
processorArchitecture="*"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
||||
<!-- 启用 DPI 感知 -->
|
||||
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||
<asmv3:windowsSettings>
|
||||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
|
||||
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
|
||||
</asmv3:windowsSettings>
|
||||
</asmv3:application>
|
||||
|
||||
<!-- 请求管理员权限(可选) -->
|
||||
<!--
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
-->
|
||||
</assembly>
|
||||
Reference in New Issue
Block a user