|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Building other sln (to build references)Hi,
We have a quite a big test/automation frameworkd which is used be testers to write their tests. Right now all of the framework is built by seprate solution and tests (those using the framework) refer to the binaries. What it requirs peopl is that they have to keep two vs.net opened one for framework and one for tests and rebuild framework if there was any change in framework. rather i add all framework .csproj to test's sln is there a way i can add references to framework sln file for it to build. Thanks, Sajjad Hi Sajjad,
Thank you for posting. From your description, you're going to do some automation build task for your multiple VS 2005 solutions, correct? If the concerns you mentioned is that you have to interactively open two VS IDE and build the separate solutions individually, I think you can consider use the VS IDE's "devenv.exe" with command line option to build the solutions in a batch or script file. #Devenv Command Line Switches http://msdn2.microsoft.com/en-us/library/xee0c8y7.aspx Regards, Steven Cheng Microsoft Online Community Support ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. Get Secure! www.microsoft.com/security (This posting is provided "AS IS", with no warranties, and confers no rights.) i can use batch file with msbuild as well (just call it twice)
my question was is there a way i could avoid having a batch file. Is there a way i could reference another project file, rather including it. beacuse if i include it then users see big list of project. Also user dont need to build it every time, its just part of dependencies to be build Show quoteHide quote "Steven Cheng[MSFT]" <stch***@online.microsoft.com> wrote in message news:xs2ojWyeGHA.4672@TK2MSFTNGXA01.phx.gbl... > Hi Sajjad, > > Thank you for posting. > > From your description, you're going to do some automation build task for > your multiple VS 2005 solutions, correct? If the concerns you mentioned is > that you have to interactively open two VS IDE and build the separate > solutions individually, I think you can consider use the VS IDE's > "devenv.exe" with command line option to build the solutions in a batch or > script file. > > #Devenv Command Line Switches > http://msdn2.microsoft.com/en-us/library/xee0c8y7.aspx > > Regards, > > Steven Cheng > Microsoft Online Community Support > > > ================================================== > > When responding to posts, please "Reply to Group" via your newsreader so > that others may learn and benefit from your issue. > > ================================================== > > > This posting is provided "AS IS" with no warranties, and confers no > rights. > > > > Get Secure! www.microsoft.com/security > (This posting is provided "AS IS", with no warranties, and confers no > rights.) > > > Thanks for your response Sajjad,
I'm afraid so far there is not cross-solution project reference support in VS 2005, we can only make project reference within the same solution. Regards, Steven Cheng Microsoft Online Community Support ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. Get Secure! www.microsoft.com/security (This posting is provided "AS IS", with no warranties, and confers no rights.) I dig it little more and found out that there is an elment <msbuild> which
allows building other project (without importing) Show quoteHide quote "Steven Cheng[MSFT]" <stch***@online.microsoft.com> wrote in message news:Y%239nBOZfGHA.5772@TK2MSFTNGXA01.phx.gbl... > Thanks for your response Sajjad, > > I'm afraid so far there is not cross-solution project reference support in > VS 2005, we can only make project reference within the same solution. > > Regards, > > Steven Cheng > Microsoft Online Community Support > > > ================================================== > > When responding to posts, please "Reply to Group" via your newsreader so > that others may learn and benefit from your issue. > > ================================================== > > > This posting is provided "AS IS" with no warranties, and confers no > rights. > > > > Get Secure! www.microsoft.com/security > (This posting is provided "AS IS", with no warranties, and confers no > rights.) > Thanks for your followup Sajjad,
I think this is a good idea and use commandline build tool will recommended for large and complex structured solution. Thanks for sharing this with us. Regards, Steven Cheng Microsoft Online Community Support ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. Get Secure! www.microsoft.com/security (This posting is provided "AS IS", with no warranties, and confers no rights.)
Other interesting topics
User control accessing outside control
SDK VS RUNTIME LIBRARY Line break in GridView Header Text Second Super Simple Question (Which I cant get!) Postback,Master page,User control problem SqlDataSource Datasource doesn't generate data GridView: Calculated Field Need Control type Web services and firewalls |
|||||||||||||||||||||||