slnStartupProject
slnStartupProject copied to clipboard
A command line utility to set the default StartUp Project of a Visual Studio solution file
This pull request implements to a unittest for bug #6 #7 will add VS2017 projects and solution. But it was not needed. VS2017 can handle VS2013 projects. So I reimplement...
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...
I'm implementing Visual Studio Plugin for setting Startup Project with slnStartupProjectLibrary. The plugin is signed with strong name. So slnStartupProjectLibrary must be signed with strong name if the plugin call...