Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not output exe assembly to bin/Debug folder when working on individual file #17

Open
ramon-rocha opened this issue Dec 9, 2012 · 0 comments

Comments

@ramon-rocha
Copy link
Owner

Currently, if a single source file is opened without a project, the generated EXE file will be created in a bin/Debug folder in the same location as the source file.

Ideally, the EXE file should be created in the same folder as the source code file without the creation of a bin/Debug folder.

Note, however, that this behavior would not match the default behavior in MonoDevelop for single source files of other languages, such as C#, which also create an EXE in a bin/Debug folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant