Before I begin, I am aware of this answer but this did not work for me.
My question is simple, I am making an application that changes some files and makes some folders. It was all working great, but since today my application wants admin rights. I didn't enable this anywhere. I have tried adding an app.manifest file which says:
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
I tried rebuilding, cleaning and then building, but still it wants admin rights. Anything I'm missing?