TeamCity との継続的な統合を使用していますが、コンパイル時に msbuild が壊れてエラーが発生します。
呼び出す外部参照があり、参照として VS 2010 に追加しましたが、msbuild が失敗し、次のエラーが発生します。
[Csc] matrix\MatrixHandler.cs(5, 7): error CS0246: The type or namespace name 'Extreme' could not be found (are you missing a using directive or an assembly reference?)
[16:49:21]
どうすれば回避できますか?