View Single Post
  #1  
Old 06-17-2003, 01:28 PM
Bill O Bill O is online now
Registered User
 
Join Date: 06-17-2003
Posts: 2
Question How to create a .net build command line

Is there an example of a .net build command where the project does not have a .sln file but the project is specified? The projects that I am trying to build are VC6, I used a conversion script to convert the .dsp into a .vcproj and now I need to know if I have my build command correct. This is the command line that I am trying to use:

%DEVENV_NET% "C:\Dev_Area\Projects\SpObj\SpAMCWObject\ SpAMCWObject PS\ SpAMCWObject PS.vcproj" /build Release /project "C:\Dev_Area\Projects\SpObj\SpAMCWObject\ SpAMCWObject PS\ SpAMCWObject PS.vcproj"


Thank you,

Bill O.
Reply With Quote