Add Manifest

This commit is contained in:
Vulpovile
2022-10-03 07:46:09 -07:00
parent 7f5ab0df7f
commit eb07d852db
2 changed files with 24 additions and 14 deletions

View File

@@ -906,6 +906,10 @@
RelativePath=".\icon1.ico" RelativePath=".\icon1.ico"
> >
</File> </File>
<File
RelativePath=".\manifest.xml"
>
</File>
<File <File
RelativePath=".\Parts.bmp" RelativePath=".\Parts.bmp"
> >

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <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> <dependency>
<dependentAssembly> <dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>