I have a small program that has been compiled to an executable on Windows 8.1 using Visual Studio 2013. The program works just fine, but I would like to remove all the metadata from the executable. If, for example, I use the powershell command,
Get-Content program.exe
It outputs strings like the full project path, copyright information, etc. Is there an option in Visual Studio that I can select not to include that information?