Answer the question
In order to leave comments, you need to log in
How to include code from Github in Visual Studio?
There is one library on github that I want to use in my project. I need the code of this library to be directly included in the program, without extraneous dlls and other things. The easiest way, of course, is to simply download the sources and copy them to a folder with your project, but maybe there is a more correct and logical way?
Answer the question
In order to leave comments, you need to log in
If you do not plan to pull repository changes, then you can simply copy them.
If you still want to pull the changes, then you will have to get confused with git-submodules
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question