本文迁移自Panda666原博客,原发布时间:2021年4月17日. Bin 目录 bin是英文binary的缩写, 字面意思是二进制,意指用来存放编译后的结果.C#/VB编译器编译后的程序二进制文件就存放在这个目录下.项目编译完成后会生成.dll文件..exe文件等文件都保存在bin目录下.根据编译配置设置的不同,分为Debug和Release两个版本,分别对应的文件夹为bin/Debug文件夹和bin/Release文件夹.当然也可以自己修改输出目录,通过选中具体的项目,鼠标右键点击[项目属
3.2 Dependencies of the Projects in the Solution 解决方案中项目间的依赖项 The diagram below shows the essential dependencies (project references) between the projects in the solution (IssueTracking.part is not shown to be simple) 解决方案中各项目之间的基本依赖关系(项目引用关系)(为了简化Is