Visual Studio C ++ - Missing "Copy to Output Directory"

I created an empty C ++ project in Visual Studio (2012) and in the Properties window, I don’t see the option “Copy to output directory” when I selected a file in Solution Explorer. Why?

+6
source share
1 answer

CopyToOuputDirectory is not displayed in the Visual Studio for C ++ project user interface.

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

+8
source

Source: https://habr.com/ru/post/947860/


All Articles