I see plenty of articles on how to embed a manifest file to require admin, but the problem I find with that is we auto-increment the version number number, so a static manifest file doesn't seem like it'd work because we'd have to update the version number each time.
Is there any way to get VS to generate the manifest and embed it automatically and have it updated with the info from the AssemblyInfo.cs file?