用monodevelop打开一个.csproj [英] open a .csproj with monodevelop

查看:85
本文介绍了用monodevelop打开一个.csproj的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经下载了一个框架,其中包含.csproj项目格式的示例. 如何在MonoDevelop中打开它们?

I've downloaded a framework with samples in .csproj project format. How can I open them in MonoDevelop?

我对在该框架中使用某些类感兴趣. 它具有如下文件夹结构:Accord.Statistics.Models和主文件夹Accord,带有子文件夹Statistics,带有子文件夹Models,带有文件ModelFoo.cs

I'm interested in using some classes in that framework. It has a folder structure like: Accord.Statistics.Models and a main folder Accord with a subfolder Statistics with a subfolder Models with a file ModelFoo.cs

我要使用该文件(以

namespace Accord.Statistics.Models

)在Ubuntu下的MonoDevelop解决方案中.

) in a MonoDevelop Solution under Ubuntu.

如果我在新解决方案中复制文件夹或单个文件,则会出现错误

If I copy the folder or single files inside my new Solution I get the error

您是否缺少using指令或程序集引用?

Are you missing a using directive or an assembly reference?

我该怎么办?

推荐答案

创建一个新的空解决方案,然后将您的项目和其源代码复制到解决方案文件夹中,然后在解决方案资源管理器中右键单击该解决方案并选择 添加>添加现有项目"

Create a new empty solution and then copy your projects and thier sources into the solution folder, then right click on the solution in the solution explorer and choose "Add > Add Existing Project"

这篇关于用monodevelop打开一个.csproj的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆