Converts Visual Studio solutions to Linux gcc
Overview
MakeItSo converts Visual Studio solutions to gcc makefiles for Linux. It will convert all projects in a solution and create a makefile for each one. It also creates a master makefile that will build them in the correct dependency order.
Current version (1.2)
Version 1.2 supports C++ and C# VS 2008 and VS 2010 solutions: * C++ projects are converted to gcc builds. Converts executables, static libraries, and DLLs into equivalent gcc makefiles. * C# projects are converted to mono builds. Converts executables and libraries (including WinForms executables and WinForms custom controls) into equivalent mono makefiles.
https://github.com/ErikZhou/make-it-so
Please download the tool
https://github.com/ErikZhou/make-it-so/blob/master/MakeItSo_1.2.2.zip
Usage:
MakeItSo -file=e:\code\my_solution\my_solution.sln