Daniel swrites: > Hi Guys, > > thanks for that, that make sense. > > I looked up that tasks thing, and found the paragraph of using MSBuild > - just one thing - our project, stored in VSS doesn't contain .sln > file (which seems to be required). I understand .sln file is specific > to each developer's machine. > > Any ideas? > > Thanks, > Dan
As far as i know the user or machine specific options are not stored in the solution file. The solution is just the "top-level project". But even if you don't want to check in the solution you should still be able to use MSBuild to build the projects (.csproj files or similar). A drawback is that you need to run MSBuild on all the projects in the correct order. I hope this helps. regards, Daniel
