The easiest way I know of is the following:
<project name="MyProject" default="build">
  <property name="configuration" value="debug"/>
  <task name="build">
    <solution configuration="${configuration}">
      <projects>
        <include name="MyProject.csproj"/>
      </projects>
    </solution>
  </task>
</project>

On 7/20/06, Steve Whitley <[EMAIL PROTECTED]> wrote:
is there an easy way (I'm really surprised there isnt already a task for
just a project) to compile a single project?

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to