您的位置:首页 > 编程语言 > VB

how to blend VB and C# in one project

2006-03-14 10:37 603 查看
 <system.web>
  <!--  在一个VB项目中,
        c#文档(.cs)位于项目/App_Code/csharp/
        添加如下设置即可
    -->
  <compilation defaultLanguage="vb" debug="true">
   <codeSubDirectories>
    <add directoryName="csharp"/>
   </codeSubDirectories>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  vb blend c# compilation 文档