compiler arguments
Visual Studio
2
Posts
2
Posters
0
Views
1
Watching
-
Is there any way to set compiler arguments within Visual Studio? for example when i want to compile my unsafe C# code I have to do this from a shell using the /unsafe parameter. So basicly, I'm wondering is there anyway to do this from within Visual Studio instead.
-
Is there any way to set compiler arguments within Visual Studio? for example when i want to compile my unsafe C# code I have to do this from a shell using the /unsafe parameter. So basicly, I'm wondering is there anyway to do this from within Visual Studio instead.
Open your project settings [Right click on the solution and go to Properties] and it's in there under Advanced as far as I can remember [I don't have VS.NET in front of me at the moment]. Regards, Brian Dela :-)