remove a .manifest file from version control, and add .manefest to the ignore list

This commit is contained in:
adelikat 2015-07-09 11:07:30 -04:00
parent bc321fedac
commit a7610bbe5b
2 changed files with 1 additions and 11 deletions

1
.gitignore vendored
View File

@ -255,3 +255,4 @@
.hg
.hgignore
.hgtags
/output/*.manifest

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>