>From: "Patrik Fors" <[EMAIL PROTECTED]>
>Sent: Thursday, September 02, 2004 9:49 AM

>This is kinda off topic but nant users are probably the most likely to
>know of a solution..

Try this:  Put the C# code into a regular C# project, but disable that
project from building in the Visual Studio Configuration Manager.  Let your
make project build it instead.  You should be able to edit the C# code
normally, though you should be careful that the make file puts the
source-related databases into the same places that Visual Studio puts them.

But really, you should try to get the root problem fixed.  If you have
trouble getting things to build as an ordinary C# project, then it could be
a bug or it could just be a problem with your configuration or expectations.
I wouldn't be surprised if you needed separate configurations for the
standard and compact .Net Frameworks, and maybe a bit of Visual Studio
automation to build both with one command.  Try asking in
news:microsoft.public.vstudio.general to help with the problem you have
building in Visual Studio.

Gary



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to