Is it possible to generate different builds from the same solution? Ideally I'd like to have a single solution but with some means of triggering slightly different builds to generate, for example, 'Lite', 'Standard' and 'Professional' versions of the same software product. Each version would ship with a slightly different set of files.
I realise that I could achieve this using 3 different solutions but ideally I would have a single solution that referenced ALL the files necessary for the three versions but with some means of asssociating some files with specific versions and generating a build for a selected version on demand.
Can this be achieved by the Configuration Manager somehow? I can't make head nor tail of how to use that!
Alternatively, perhaps I could work with a single build but somehow control which files are transferred to the target machine at install time?
Thanks in advance.
I realise that I could achieve this using 3 different solutions but ideally I would have a single solution that referenced ALL the files necessary for the three versions but with some means of asssociating some files with specific versions and generating a build for a selected version on demand.
Can this be achieved by the Configuration Manager somehow? I can't make head nor tail of how to use that!
Alternatively, perhaps I could work with a single build but somehow control which files are transferred to the target machine at install time?
Thanks in advance.