VS2010 - project setup
-
How do I set up project wide settings. All of my sub-projects need to access the same #include paths. Can I set this up somewhere for solution instead of every project Same question for pre-processor defines. where do I set up some constants to be used by every project? ES
-
How do I set up project wide settings. All of my sub-projects need to access the same #include paths. Can I set this up somewhere for solution instead of every project Same question for pre-processor defines. where do I set up some constants to be used by every project? ES
Open Property Manager.
View -> Other Windows -> Property Manager
Expand the project and the configuration. Right click onMicrosoft.Cpp.Win32.user
and selectProperties
. What ever changes you make here will globally effect that particular configuration.«_Superman_»
I love work. It gives me something to do between weekends.