Hello,
Im developing an extension for Visual Studio and have some questions.
I need to create custom project implementation.
I created a class that inherits IVsProject3 interface, and it is working!
But some common feature of Visual Studio doesn't work. When I try to move a file into a project
using the "File->Move to <MyProject>" menu, I get the warning window with text:
"The document cannot be moved into the selected project. The project does not support the operation."
Any ideas?