Thread: .NET sln
View Single Post
  #3  
Old 02-03-2006, 08:04 AM
rsmoke rsmoke is online now
Registered User
 
Join Date: 02-02-2006
Location: Charlotte, NC
Posts: 1
We would like to use the process files algorithm you're suggesting to remove our dependency on solution files during the build process. However, because our .NET Project files have project references to other .NET Projects we are getting build errors when we implement the Process Files step as described above.

Is it possible to (successfully) build just a project that has other project references (without using a solution file). Are we missing a configuration step? Any help as to whether this is feasible would be appreciated. Thanks,

Ryan

[EDIT] To clarify we are using VS.NET 2003, not VS.NET 2005.
Reply With Quote