I'm looking for the compiler options in Visual Studio 2010 (Visual C#). Does anyone know how I can access these?
Asked
Active
Viewed 4,157 times
2
-
1Most of the compiler options are available to configure on a project-by-project basis in the "Properties" page for that project -- is there some particular option you need and can't find? – mqp Jul 22 '10 at 14:57
-
2Which options are you looking for? – SLaks Jul 22 '10 at 14:57
2 Answers
6
Right click over the project name in the solution explorer to get the Properties dialog.
Select the Build tab.
--
Note that as of VS2015, some options have been placed under the Build tab / [Advanced] button. Ref

StayOnTarget
- 11,743
- 10
- 52
- 81

ChrisF
- 134,786
- 31
- 255
- 325
3
You're looking for Project Properties.
Double-click the Properties node underneath the project in Solution Explorer.

SLaks
- 868,454
- 176
- 1,908
- 1,964