user2712201
user2712201

Reputation: 75

How to change the output directory of a project in the solution file

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

Answers (1)

Ben
Ben

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

Related Questions