Please note that these are my first steps in the C # world, so I can ask something really basic, but neither Google nor Visual C # Express Help helped me, so I have to ask about it here.
I have a set of files .csin a folder (and its subfolders) that I checked from the SVN repository using TortoiseSVN. I would like to see those files with the same folder structure in Visual C # Express 2008, I run. However, I cannot find the correct import or dynamic linking wizard, and drag'n'drop seems to clone the files to the solution, and not just link them.
So, what I am missing, based on the Java world and being an Eclipse user, I’m used to similar functions, but with VC # EI I feel already at a dead end and I was not even able to open a single source file.
The reason for this setup is that we have a joint project with several friends, and not all of us use VC # E, because not all of us even use Windows.
source
share