简体   繁体   English

我应该上传到CodePlex项目的最基本的最小源文件是什么?

[英]Which are the bare minimum source files that I should upload to a CodePlex project?

I'm looking to revamp an old open source project I've started a couple of months ago. 我希望对几个月前开始的一个旧的开源项目进行改造。 I'm a tidiness fanatic, I really try hard to " code like a girl " whenever I can. 我是一个整洁的狂热者,我真的尽我所能地努力“ 像女孩一样编码 ”。 That's why I've been policing my code with StyleCop, which makes me really happy. 这就是为什么我一直使用StyleCop监管代码,这让我感到非常高兴。 Now for some reason I've got the feeling that I've uploaded a pile of junk back then with the first commit, so this time I just want to upload only the actual required files, nothing else. 现在由于某种原因,我感觉到我在第一次提交时就上传了一大堆垃圾,因此这次我只想仅上传实际需要的文件,没有别的。

With it being an open source project, I would say all source files, and at minimum your csproj and .sln files. 由于它是一个开源项目,所以我会说所有源文件,至少要包含csproj和.sln文件。 You could avoid checking in the .suo files as those are just your IDE options. 您可以避免检入.suo文件,因为这些只是您的IDE选项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM