如何在visual studio 2012中添加替换.cs和dll文件

时间:2013-12-10 12:22:11

标签: c# visual-studio-2012

我将所有.cs文件转换为dll文件但是如何在visual studio 2012中用dll文件替换我的.cs文件。请帮帮我。

提前致谢!

我必须推荐还是什么? 请说明替换.cs文件的确切过程

1 个答案:

答案 0 :(得分:1)

   1) build the project containing the .cs file
    2) get the dll from the bin folder of the project containing the .cs file
    3) add reference the dll file to the main project you need

enter image description here