7

How i can recompile my edited codes Or replace it with original files and save it as exe in dotpeek ?

I try to recompile edited files and save it but i cant

If you found any way please share Thanks

Al00X
  • 71
  • 1
  • 1
  • 3

1 Answers1

17

Right click the opened file in Assembly Explorer pane and choose, Export to Project, this will save it as a Visual Studio Project that you can open and work towards compiling.

Hayden Thring
  • 1,718
  • 17
  • 25