Link an existing folder to a solution in Visual C # Express

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.

+3
source share
2 answers

You can do the following:

  • Create an empty C # project by finding the .csproj file in the folder in which the files (and subfolders) are located
  • Open Solution Explorer (View → Solution Explorer)
  • In Solution Explorer, click the Show All Files button. You should now see the code files in the tree view.
  • ( ), " "

.

+3

.csproj , . , , , , .

0

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


All Articles