I wrote a little MSBuild script to build my project on multiple versions. When I run it from VS2012 Command Prompt it works, I don't get any errors or exceptions. However when I compare the produced assemblies, they are identical. Is there something wrong in my script?I wrote a little MSBuild script to build my pro