Force Visual Studio 2012 to use old C# compiler -
I recently found that (because only) installing Visual Studio 2012 on my machine, Visual Studio 2010 causes the new C # to be used. Compiler It also happens when setting the language version for 4 ().
I want to know if it is possible to force the old sticker to use the old compiler, I think it is not possible because it seems that the compiler is installed in the framework of the framework which is NET 4 and .NET 4.5 are similar, but I was thinking that someone has managed to do it in any way.
You can see the use of the command line compiler, and post your code on the old compiler in post build jobs. Can run
Comments
Post a Comment