Hello,

The task converts Visual Studio.NET solution files to NAnt build files or
nmake files.
This is done using the SLiNgshoT library, which was already included in the
NAntContrib project.

Note that the SLiNgshoT library does not currently support all project
types.

Regards,

Bernard

Example:

<?xml version="1.0"?>
<project name="demo">
    <!-- convert the SLiNgshoT.sln solution to a nant build file -->
    <slingshot solution="SLiNgshoT.sln" format="nant"
output="MySolution.build">
        <parameters>
            <option name="build.basedir" value="..\bin"/>
        </parameters>
    </slingshot>
    <!-- run the generated build file -->
    <nant buildfile="MySolution.build" target="Debug"/>
</project>




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to