Hello,
I am creating a .NET assembly. I want to have 2 different versions of this assembly. The only difference between the 2 versions is a guid string which is embedded in a .cs file. So for version 1 of the assembly, the guid will be ECABAFD2-7F19-11D2-978E-0000F8757E2A and for version 2 ECABAFD2-7F19-11D2-978E-0000F8757E2B
How do I manage something like this in Visual Studio 2010 ? Is there some kind of automation tool that can change that string for me and compile both versions ?
How would you do it ? I am opened to suggestions