0

Git を使用してダウンロードした Duplicati ソース コードを開いています。

git clone https://code.google.com/p/duplicati/

そこに Visual C# 2010 Express をダウンロードしてインストールし、プロジェクトを開こうとしました。https://code.google.com/p/duplicati/wiki/HowToBuildが推奨されていますが、このプロジェクトをビルドしようとすると、このエラーが発生します。

E:\duplicati\duplicati\Duplicati\GUI\Duplicati.GUI.MacTrayIcon\Duplicati.GUI.MacTrayIcon.csproj : error  : The project file 'E:\duplicati\duplicati\Duplicati\GUI\Duplicati.GUI.MacTrayIcon\Duplicati.GUI.MacTrayIcon.csproj' cannot be opened.

The project type is not supported by this installation.

このエラーの意味を知っている人はいますか? 御時間ありがとうございます!

4

1 に答える 1

0

それが MonoMac プロジェクトです。それをアンロードします。おそらく Mac ビルドは必要ありません。

ビルドする場合は、MonoDevelop を使用する必要があります。

于 2013-11-06T17:29:49.403 に答える