M
M
mr-ZA2018-08-27 01:53:57
C++ / C#
mr-ZA, 2018-08-27 01:53:57

Project on GitHub from VS17?

Hello. It is required to put the project on GitHub without packaging in setup, only source codes. What files are needed in order to compile the program on a third-party computer (the whole project including the form design and source code)?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2018-08-27
@mr-ZA

Save VisualStudio.gitignore as .gitignore in solution folder.
https://visualstudio.github.com/ install and follow pictures

A
ApeCoder, 2018-08-27
@ApeCoder

1) sources - you need to clear the project from intermediate files https://docs.microsoft.com/ru-ru/visualstudio/ide/...
2) dependencies (libraries used) - if they are not added to the project as nuget packages
3) build instructions if just building vs isn't enough

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question