Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio C++ - "Copy to Output Directory" missing [duplicate]

I created an empty C++ project in Visual Studio (2012) and in Properties window I cannot see the "Copy to Output Directory" option when I have selected some file in Solution Explorer. Why?

like image 622
Peter Sivák Avatar asked Jun 21 '13 19:06

Peter Sivák


1 Answers

The CopyToOuputDirectory is not exposed in the UI of Visual Studio for C++ projects.

However, there are some workarounds. See answers given to a similar question.

like image 125
erbi Avatar answered Sep 19 '22 11:09

erbi