0

I searched for a long time, but found no good tutorial or something simillar. Like the Titel says it‘s about c#. The thing is I do not know how to Export my Console App as a standalone program (Visual Studio 2017) Maybe someone can help me.

Thanks anyway :)

Kirdus
  • 97
  • 2
  • 10
  • 1
    You build it and then move the executable + all necessary dll files to the target machine. A search should have revealed that much easily – UnholySheep Jan 09 '18 at 00:02
  • Just all those dll Files? – Kirdus Jan 09 '18 at 00:08
  • Yes, the build folder has the executable and the dll files it needs. See also: https://stackoverflow.com/questions/1057878/how-to-compile-the-finished-c-sharp-project-and-then-run-outside-visual-studio – UnholySheep Jan 09 '18 at 00:11
  • Okay Thanks so far :) will Test it out tomorrow. – Kirdus Jan 09 '18 at 06:15

0 Answers0