.net - Compiler options for C# project -
Where can I change compiler options for C # projects in Visual Studio 2008 (without command prompt) To compare code and untested IL-code, optimization needs to be stopped.
[right click on project] -> properties -> build -> customization code
Comments
Post a Comment