Visual Studio extension to let CSharp build with a really sharp speed!!!
Why we need this? Source code under version control, but your project use project reference, and your project CA is enabled, in order to speed up build, you need change project reference to file reference, disable CA in your configuration, but this will actually change the project file, make your work copy dirty. SharpBuildPkg use a msbuild, skip resolve reference by default, disable CA if needed, save your time.
A sharpbuild, keep the coffee away!!! Enjoy!!! How does it work? Actually this tool will run msbuild, build without resolve project reference, disable CA, also without any change your project files. !!!Your project file will not be dirty!!! How to install? Download/DoubleClick SharpBuildPkg.vsix, or search SharpBuild in VS gallery query window Requirements? Visual Studio 2010. How to use? Visual Studio->Tool->Option->Sharp Build, to config. In solution explorer, right click Solution/Project, two menus are available in the node, Sharp Build/Deploy. Know issues / Features ? Welcome any suggesion, mail to: boyd4y@gmail.com
open sourced: https://github.com/boyd4y/sharpbuild |