Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] Third Party Tools (https://www.kinook.com/Forum/forumdisplay.php?f=3)
-   -   Make VS 2005 vs Make VS 2008 (https://www.kinook.com/Forum/showthread.php?t=3806)

teognost 09-23-2008 11:20 AM

Make VS 2005 vs Make VS 2008
 
As I seen your answer on this post:
http://www.kinook.com/Forum/showthre...t=make+VS+2008

for me it is not clear why exist 3 actions Make VS.NET / Make VS 2005 / Make VS 2008 if they are actually the same ?
And having a VBP project -how can I tell if an action is Make VS 2005, Make VS.NET or Make VS 2008(as when checking the properties I did not notice any difference)?

We have a build box with VS2005 installed and we used Make VS 2005 action (or Make VS.NET ,I am not sure)
From now we plan to migrate the trunk builds to VS 2008 but branch builds will remain to VS 2005 (so both VS 2005 and 2008 will be installed on build box)
I guess I should put some switches to use a Make VS 2008 action for trunk and Make VS 2005 action for branches (I will use the same VBP project for trunk and branch builds)
Or should I use a Make VS.NET action as it will detect automatically whether is VS2005 \2008 solution and I do not need any switches?

kinook 09-23-2008 12:23 PM

They are all aliases for the very same action, so you can use them interchangeably. They're only there for convenience, since it may not be obvious to users that the Make VS.NET action also works with VS 2008, for instance. It's the version of the project or solution file for a particular step that determines which version of VS will be invoked when the step is built.

teognost 09-24-2008 07:22 AM

Thanks for info!
So basically in case of moving to VS 2008 -I do not need to make any change into existing VBP project ,based on project being compiled the step is performed correctly.

teognost 09-24-2008 10:07 AM

Quote:

Originally posted by kinook
They are all aliases for the very same action, so you can use them interchangeably. They're only there for convenience, since it may not be obvious to users that the Make VS.NET action also works with VS 2008, for instance. It's the version of the project or solution file for a particular step that determines which version of VS will be invoked when the step is built.
One more thing -is required some special setting when compiling VS2008 project in order to use .Net Frwork 3.5 (VS 2005 used .Net Frwork 2.0)?
Is it ok if VS2008 is installed after VisBuild is installed on that box?(I am thinking maybe first VS2005 and VS2008 need to be installed and then VisBuild as it would set some system macros)

kinook 09-24-2008 10:15 AM

Quote:

Originally posted by teognost
One more thing -is required some special setting when compiling VS2008 project in order to use .Net Frwork 3.5 (VS 2005 used .Net Frwork 2.0)?
No. By default, MSBuild 3.5 will be used for VS 2008 projects and MSBuild 2.0 will be used for VS 2005 projects.

Quote:

Is it ok if VS2008 is installed after VisBuild is installed on that box?
VBP can be installed before or after VS (it determines versions and compiler locations at build time).


All times are GMT -5. The time now is 06:26 AM.


Copyright © 1999-2023 Kinook Software, Inc.