Reputation: 75
Without writing a Cmake file is there any way of modifying the properties of the solution file, so that all the projects that get added to this solution file will have the output directory as $(ProjectDir)$(ConfigurationName)
Upvotes: 0
Views: 179
Reputation: 1367
What you describe can be done with Property Sheets in Visual Studio. See here: http://msdn.microsoft.com/en-us/library/3z7t21ew%28v=vs.90%29.aspx
Upvotes: 1