Hi
I want to genarate two different builds(x64 and x86) from my asp.net application by right clicking on the solution explorer which provides the build option.
I have seen the options for x64 and x86 from Configuration Manager of my asp.net application. I have third party dll(sharpsvn.dll) in my application which is for x86 and x64 also.
My question is that is it possible to generate two builds one for x64 and another for x86 having the third party dlls as required for both from build option simultaneously.
Thank You