Skip to content

change the output directories to directories which is not under version control #9

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

m-tmatma
Copy link
Contributor

As mentioned #8, I'm implementing a Visual Studio Plugin using this library.

When the development, it is not convenient to overwrite the version controlled files whenever compling
because I need to exclude slnStartupProjectLibrary.dll whenever committing the files to the repositoy

It is very tedious.

So I will change the output directories to the directories which is not under version control.
I think the version controlled files should be updated only when releasing the files.

… packages.config is used.

change output directories from bin to bin/Release and bin/Debug
specify Configuration as nuget parameter
@m-tmatma
Copy link
Contributor Author

@michakfromparis

Please review and comment.

@m-tmatma
Copy link
Contributor Author

I change the plugin to link the sources files directly.
So it becomes that this pull request is not necessary for my plugin.

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

Successfully merging this pull request may close these issues.

1 participant