I would like to use git to manage my various Visual Studio projects. Unfortunately, they seem to consist of many files outside of one or two .cs files contained in my code.
Which of these files is needed to create a project?
.csproj, assemblyinfo.cs, as well as your code and solution file (.sln).
Alternatively, you can take a look at cleansoureplus from Jeff. This program will clear all unnecessary files and folders.
, Visual Studio , . , , , . .
,
:
, , . csproj, vbproj, sln.
.
Be sure to look in the project file to find out which files are part of it.
Source: https://habr.com/ru/post/1712476/More articles:A simple CSS problem: header text in the upper left corner, button in the upper right corner - htmlHelp with understanding C # code and porting to Objective-C - methodsHow to check if there is a FileObject file? - javaHow to redirect to user error page using mod_rewrite based on 404 error - httpПроцесс TFS: Stop Team Build обновил сообщения поля Fixed In - tfsSSRS Grouping multiple tables based on Multi Value - parametersRecommendations for working with sandboxes? - phpIs there a way to create or rebuild a project only for a C # project - c #Flex CheckBox in Datagrid - flexCodimentary form validation form ... - phpAll Articles