Hello, multiple .csproj files can becompiled using a solution (.sln) file. There is no need to reference the projects in a solution.
Daniel Am 04.03.2010 12:26, schrieb Ann Chaplinskaya: > Hello, > > I have several project files, each within their own sub-directory. I > need to compile them all using MSBuild tag in config file of CCnet. > But not all of them referenced to each other. Is it possible to do it > using one tag > <msbuild> > > <executable>c:\WINDOWS\Microsoft.NET\Framework\v4.0.30128\MSBuild.exe</executable> > <workingDirectory>c:\Projects\WTS\</workingDirectory> > > <projectFile>TherapyDeviceManager\TherapyDeviceManager.csproj</projectFile> > > > > <logger>c:\Programme\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MSBuild.dll</logger> > > > </msbuild>
