This will build the specified project to its appropriate output directory (ie: "bin\Debug" or "bin\Release")
Sample:
<project name="Hello World" default="build" basedir=".">
<property name="basename" value="HelloWorld"/>
<property name="debug" value="true"/>
<target name="clean">
</target>
<target name="build">
<vsproj projectfile="testing.csproj" configuration="debug"/>
</target>
</project>
Cort Schaefer wrote:
Even better! Do you have this built as a *Task.dll that can be played
with now?
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of
Matthew Mastracci
Sent: Wednesday, November 13, 2002 11:26 AM
To: [EMAIL PROTECTED]
Subject: Re: [nant-dev] C# project file compiler - support for .csproj
files in NAnt?
Whoops! I forgot to mention that it *does not require DevStudio*.
This means you can compile your VS.NET projects on a computer without a VS.NET licence (only the .NET development SDK is required).
Matthew Mastracci wrote:
I've written a compiler for C# project files (.csproj) that could easily be set up to support VB.NET (.vbproj) project files as well. It's fairly complete and supports compilation for Web, winexe, exe's, dll's and all the other project types I've thrown at it.
I would like to contribute this to the NAnt project, if someone is willing to integrate it, or tell me where the best place is to put it.
It needs some error checking (and maybe some sanity checking :)), but otherwise it is feature-complete for C#.http://www.gothawte.com/rd523.html
Let me know if anyone is interested!
-------------------------------------------------------
This sf.net email is sponsored by: Are you worried about your web server security? Click here for a FREE Thawte Apache SSL Guide and answer your Apache SSL security needs:
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers
.
-------------------------------------------------------
This sf.net email is sponsored by: Are you worried about your web server security? Click here for a FREE Thawte Apache SSL Guide and answer your Apache SSL security needs: http://www.gothawte.com/rd523.html
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers
-------------------------------------------------------
This sf.net email is sponsored by: Are you worried about your web server security? Click here for a FREE Thawte Apache SSL Guide and answer your Apache SSL security needs: http://www.gothawte.com/rd523.html
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers
.
VSProjTasks.dll
Description: application/msdownload
