Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1626 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
3 changed files with 59 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
||||||
|
|
||||||
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> |
||||||
|
<description>Updates the assembly version in GlobalAssemblyInfo.cs</description> |
||||||
|
|
||||||
|
<!-- required because Vista otherwise thinks UpdateAssemblyInfo requires admin rights --> |
||||||
|
<!-- because it contains the word "Update" --> |
||||||
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> |
||||||
|
<security> |
||||||
|
<requestedPrivileges> |
||||||
|
<requestedExecutionLevel level="asInvoker" uiAccess="false"/> |
||||||
|
</requestedPrivileges> |
||||||
|
</security> |
||||||
|
</trustInfo> |
||||||
|
</assembly> |
Loading…
Reference in new issue