2
|
Danvil · 技术社区 · 14 年前 |
1
1
I have been used to such issues for a long time. My rule of thumb is to make all project level changes (that will modify csproj files) in Visual Studio, while file level changes can be made in both MonoDevelop and Visual Studio without a problem. It seems that MonoDevelop does not make use of MSBuild script in a way compatible to Visual Studio. You may try out its latest build, but I don't think it will change much in a short period of time. |
2
2
I recommend you try MonoDevelop 2.4. MonoDevelop 2.2 predates VS 2010. |
3
0
使用 MonoTools for Visual Studio , which lets you run and debug your app on Mono (instead of .NET) under Visual Studio. The extension is for VS2010, but can easily be added to VS2012 . Note that MonoTools appears to have been deprecated, but it works fine with VS2010 and VS2012 without resorting to another IDE. It's the easiest way to run your VS projects under Mono, and provides a great debugger interface for testing on Linux and OSX without leaving Windows. |
LA.27 · F#在Linux上-目标是net4xx 6 年前 |
tayoung · 如何在GTK中禁用TextView的透明度? 6 年前 |
McKay · C#WebRequest成功。NET但使用Mono失败 6 年前 |
Cristian M · 将24位2的补码转换为int? 6 年前 |
MadeInDreams · 更改Unity中的默认IDE 6 年前 |