I want to add the source code of the tutorial to an existing project, and I want the file to be copied to the project folder from the temporary file on the desktop on which I downloaded it. The context, clicking on the "Source Files" folder in Solution Explorer, brings me to the Add-> Existing Item ... menu, and I can add the source file. However, it is NOT copied to the project folder, but remains in its original location. The project just knows about it, displays it in the solution explorer and considers it as part of the project.
This MSDN help page tells me that in Visual Studio 2010, the default behavior is to copy the file to the project folder and that you could select Add Link instead of physically importing the file into the project directory by selecting "Add Link". However, now I always get the link, and real physical import into the project folder seems impossible.
I can go through File Explorer for physical import, but Solution Explorer does not update new files on the fly, and I would like to do this from VS.
Is there any way? Is this a bug in VS 2012?
visual-studio-2012
yippy_yay
source share