I have a c# .net winforms solution and I want to create two different builds: one that supports IE6 and one that supports IE7. A few of the files in one of my projects are d
Assuming you are using VS2005 or above you can use the Condition property in the project file.
You'll need to edit the csproj file directly
then on the files you want to conditionally include