Hi Michael

Good work! However you'll find you can use the Style Task (available in
NAnt-Contrib 0.85) to achieve similar results - for example:

<?xml version="1.0" encoding="UTF-8" ?>
<project name="test" default="convert">
   <target name="convert">
      <style style="VSConvert.xsl" in="NAntContrib.csproj"
out="NAntContrib.xml"/>
   </target>
</project>

HTH
Regards
Subbu

-----Original Message-----
From: Gold, Michael [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 21 April 2004 12:27 AM
To: '[EMAIL PROTECTED]'
Subject: [NAntC-Dev] CSProj to Nant .NET tool


Hi All,

I've written an article and a free tool that uses Gordon Weakliem's XSL
Transform script to convert VS.NET projects to NANT. The article has been
published on C# Corner (see the link below).  You are free to package this
tool on NANT-Contrib as part of the Open Source License Agreement,
Best Regards,
-Mike Gold

http://www.c-sharpcorner.com/Code/2004/April/XSlTransformerMG.asp


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to