Compile to stand alone exe for C# app in Visual Studio 2010

Posted by Wil on Stack Overflow See other posts from Stack Overflow or by Wil
Published on 2010-06-03T01:35:43Z Indexed on 2010/06/03 1:44 UTC
Read the original article Hit count: 235

Similar to this question http://stackoverflow.com/questions/2035083/compile-to-a-stand-alone-executable-exe-in-visual-studio

But nothing there works for me.

I've written an app that is very simple in C#. I want this to compile to a stand alone exe file, but I can't seem to find the proper settings to do this. Everything compiles into a publish folder and there is only the setup/install files.

Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2010