Fix manifest file

This commit is contained in:
Vulpovile
2022-10-03 07:57:11 -07:00
parent 43647086fb
commit ad29d96068
3 changed files with 6 additions and 29 deletions

View File

@@ -718,7 +718,7 @@
>
</File>
<File
RelativePath=".\resource.h"
RelativePath=".\src\include\resource.h"
>
</File>
<File
@@ -898,6 +898,10 @@
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
<File
RelativePath=".\Blocks3D.exe.manifest"
>
</File>
<File
RelativePath=".\Dialogs.rc"
>
@@ -906,10 +910,6 @@
RelativePath=".\icon1.ico"
>
</File>
<File
RelativePath=".\manifest.xml"
>
</File>
<File
RelativePath=".\Parts.bmp"
>

View File

@@ -48,4 +48,4 @@ IDI_ICON1 ICON "FatB3dIcon.ico"
// Manifest resources
//
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
2 RT_MANIFEST ".\\manifest.xml"
1 RT_MANIFEST ".\\Blocks3D.exe.manifest"

View File

@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="v0.0.105.1"
processorArchitecture="*"
name="CompanyName.ProductName.YourApplication"
type="win32"
/>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
</dependentAssembly>
</dependency>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>