RE: [Nant-users] problems compiling a simple ConsoleWindow application

2003-06-25 Thread Erv Walter
First, I assume you have an Imports line in your source, but I'll ask anyway. Second, no, I don't think vbc.exe figures our default references automatically like csc.exe for C# code does. For VB.NET code, you will need to list the specific references in your build file. You might be able to make

[Nant-users] problems compiling a simple ConsoleWindow application

2003-06-25 Thread Holden, Mark
I'm trying to get a simple ConsoleApplication built. compile.executables: [echo] visualstudio.project.ConsoleApplication1.assemblyname [echo] visualstudio.project.ConsoleApplication1.assemblyname [vbc] Compiling 1 files to C:\dev\CustomerCentricity\foo\build\bin\ConsoleApplication