我想分发我制作的Visual Studio项目源,但我不知道该怎么做。
我有一个文件结构如下的项目:
SimpleProject --
|- .vs --
|- SimpleProject --
|- v15 --
|- .suo
|- Browse.VC.db
|- SimpleProject --
|- file.c
|- SimpleProject.vcxproj
|- SimpleProject.vcxproj.filters
|- SimpleProject.vcxproj.user
|- SimpleProject.sln
我写的只是file.c
。至少我需要包含file.c
(假设我希望其他人能够在Visual Studio中使用源/编译等)?
答案 0 :(得分:1)
分享以下文件应该足够了,所以其他人可以毫无问题地构建您的项目。
SimpleProject --
|- SimpleProject --
|- file.c
|- SimpleProject.vcxproj
|- SimpleProject.vcxproj.filters
|- SimpleProject.sln
在提交/检查代码之前,我建议您尝试构建和运行应用程序是否需要生成文件。如果没有,你不应该包括它们。
答案 1 :(得分:1)
如果您正在使用GitHub或他们推荐删除的内容。 请参阅官方GitHub "Collection of useful .gitignore templates"。
Visual Studio的.gitignore
可以在这里找到:
https://github.com/github/gitignore/blob/master/VisualStudio.gitignore