Use branching in TFS for 32 bit and 64 bit version of a software?

Posted by Malkier on Stack Overflow See other posts from Stack Overflow or by Malkier
Published on 2011-01-11T12:40:08Z Indexed on 2011/01/11 12:53 UTC
Read the original article Hit count: 198

Filed under:
|
|
|

Hi everyone, we are in the process of porting a 32bit application, which uses the Outlook Redemption DLL to a 64 bit version, since redemption has recently been released as a 64 bit version as well. We'd like to maintain two versions of the application, one for 32 and one for 64 bit. What is the best way to organize these projects under team foundation server source control? Would I create a branch of the existing 32 bit version? Copying the whole project seems sub-optimal since it would duplicate all the business logic code. Any suggestions?

© Stack Overflow or respective owner

Related posts about tfs

Related posts about 64bit