Last change
on this file since 978fdf3c4b was
19d4eac43b,
checked in by Oleksii Serdiuk, 12 years ago
|
Added manifest embedding when built with MinGW.
Before this manifest was only generated and embedded if TSPSG was built
with Microsoft Visual C++ compiler.
|
-
Property mode set to
100644
|
File size:
567 bytes
|
Rev | Line | |
---|
[19d4eac43b] | 1 | <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'> |
---|
| 2 | <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> |
---|
| 3 | <security> |
---|
| 4 | <requestedPrivileges> |
---|
| 5 | <requestedExecutionLevel level='asInvoker' uiAccess='false' /> |
---|
| 6 | </requestedPrivileges> |
---|
| 7 | </security> |
---|
| 8 | </trustInfo> |
---|
| 9 | <dependency> |
---|
| 10 | <dependentAssembly> |
---|
| 11 | <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*' /> |
---|
| 12 | </dependentAssembly> |
---|
| 13 | </dependency> |
---|
| 14 | </assembly> |
---|
Note: See
TracBrowser
for help on using the repository browser.