Delete Project64.exe.manifest
Redundant since Visual Studio will generate an intermediate manifest and embed it into the executable. So it should be safe to delete.
This commit is contained in:
parent
f2a5b01620
commit
0b5fa5ba55
|
@ -1,28 +0,0 @@
|
||||||
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
|
||||||
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
|
|
||||||
<trustInfo xmlns='urn:schemas-microsoft-com:asm.v3'>
|
|
||||||
<security>
|
|
||||||
<requestedPrivileges>
|
|
||||||
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
|
|
||||||
</requestedPrivileges>
|
|
||||||
</security>
|
|
||||||
</trustInfo>
|
|
||||||
<assemblyIdentity
|
|
||||||
version='2.1.0.1'
|
|
||||||
processorArchitecture='x86'
|
|
||||||
name='Project64'
|
|
||||||
type='win32'
|
|
||||||
/>
|
|
||||||
<dependency>
|
|
||||||
<dependentAssembly>
|
|
||||||
<assemblyIdentity
|
|
||||||
type='win32'
|
|
||||||
name='Microsoft.Windows.Common-Controls'
|
|
||||||
version='6.0.0.0'
|
|
||||||
processorArchitecture='X86'
|
|
||||||
publicKeyToken='6595b64144ccf1df'
|
|
||||||
language='*'
|
|
||||||
/>
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
</assembly>
|
|
Loading…
Reference in New Issue