slnStartupProject icon indicating copy to clipboard operation
slnStartupProject copied to clipboard

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

Open m-tmatma opened this issue 7 years ago • 2 comments

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.

m-tmatma avatar May 13 '17 01:05 m-tmatma

@michaKFromParis

Please review and comment.

m-tmatma avatar May 13 '17 01:05 m-tmatma

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

m-tmatma avatar May 13 '17 03:05 m-tmatma