gpt4 book ai didi

visual-studio - 为什么会有.sln、.suo 和.csproj 文件?

转载 作者:IT王子 更新时间:2023-10-29 00:40:33 25 4
gpt4 key购买 nike

我开始使用Visual Studio 2010,做完C#程序后,看到项目中有.sln.suo文件根目录,以及子目录中的 .csproj 文件。这些文件是做什么用的?

我需要确定要放入 Git 存储库的文件。连同我创建的源代码/文档,我想这三个文件是我唯一需要处理的文件。但是,我不确定我是否在跟踪正确的文件。

已添加

个人宏文件呢?我有 Emacs key switch macro , .sln 文件或者.csproj 文件有这个宏吗?

最佳答案

您应该提交 .sln.csproj,但不要提交 .suo.user 文件。

您可以将以下内容添加到 .gitignore:

#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*

关于visual-studio - 为什么会有.sln、.suo 和.csproj 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3873839/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com