6 .de Sp \" Vertical space (when we can't use .PP)
10 .TH prj2make "prj2make 1.0"
12 prj2make \- Makefile generator from Visual Studio and Sharp Develop
16 .B prj2make options file
18 The \fIprj2make\fP tool will produce Makefiles or NMakefiles from
19 Visual Studio solution files (files ending in .sln or .csproj) or
20 SharpDevelop combine files (files ending in .cmbx or .prjx).
22 This tool is commonly used to compile on Unix source code which has
23 been originally developed with Visual Studio or SharpDevelop.
25 This tool can also be used to convert Visual Studio project files
26 (.sln or .csproj) into Sharp Develop .prjx/.cmbx files, use the
27 `-csproj2prjx' for this.
31 will produce Makefiles suitable to be consumed by Unix Make. If your
32 application needs to target nmake, you can use the option `-isNmake'.
36 Use csc instead of mcs on the generated files.
39 Runs in conversion mode, and turns a csproj/sln into a set of
43 Produce makefiles suitable to be used by Nmake.
45 Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
47 Visit: http://www.mono-project.com for details
49 .BR mcs(1), mono(1), make(1), mono-config(5)