mtherien / slntools

Solution Tools for Visual Studio - manages solution files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SLNTools

I helpful utility for managing Visual Studio solutions.

Key features include:

  • Merging 2 solution files
  • Maintaining subsets of a solution file from a master solution file

Requirements to build only:

  • Framework 4.0.
  • Start "SLNTools.BuildReleaseVersion.cmd", the result will be put in the "bin\Release" subfolder.

Requirements to build/modify:

  • Visual Studio 2010
  • Wix Toolset v3.5 (http://wix.codeplex.com/releases/view/60102), although its only used to modify the properties of the WiX projet. The project itself is build using the WiX binaries that has been included in the solution.

About

Solution Tools for Visual Studio - manages solution files

License:MIT License


Languages

Language:C# 99.8%Language:Batchfile 0.2%