私はVisual Studio 2010ソリューションを構築するためにSublime Text 2を使用したいと考えています。Sublime Text 2用のビルドシステムを作成してmsbuildをビルドするにはどうすればよいですか?
これまでのところ、私はこれがあります。
メニュー項目ツール>私はこのエラーを取得するシステム>新ビルドシステム...
{
"cmd": ["c:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.exe"]
}
をビルドします。
MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file.
私は思ったんだけどをビルドファイルにプロジェクトフォルダのディレクトリを指定する方法。
この投稿を見る:http://blog.nikosbaxevanis.com/2013/02/07/compiling-net-projects-in-sublime-text/ –