Menu

#235 <solution> cannot handle .csdproj files

0.8.4.0
open
nobody
Tasks (408)
3
2004-12-14
2004-11-28
hfrmobile
No

I'd like to create a NAnt build for a Pocket PC
application using the .NET Compact Framework 1.0:

The <solution> task cannot handle .csdproj (C# Device
Project File) files even I provide the -k:netcf-1.0
parameter.

<solution configuration="release"
solutionfile="${build.root}/AppName.sln" />

Output:

[solution] Only C#, VB.NET and C++ projects are
supported. Skipping project 'AppName.csdproj'.

BUILD SUCCEEDED

Using the <csc> task it is possible to compile it!

Kind Regards,
hfr

Discussion

  • hfrmobile

    hfrmobile - 2004-12-14
    • priority: 5 --> 3
     
  • hfrmobile

    hfrmobile - 2004-12-14

    Logged In: YES
    user_id=1167777

    ...or just use <csc> task

     

Log in to post a comment.