I just made a project and it runs in MonoDevelop, but I would like to run it myself from commandline so I know I can just give the exe file onwards and I can’t find the exe file for it. So is there some special place I should look for it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I couldn’t find a better link that than these two –
http://mono.1490590.n4.nabble.com/Copying-files-to-output-directory-in-MonoDevelop-td1514760.html
http://lists.ximian.com/pipermail/monodevelop-list/2009-January/008833.html
But it seems to suggest the output can be configured by you. You can see it in the .csproj file. The default appears to be
../ProjectFolder/Bin/Release/or../ProjectFolder/Bin/Debug/