Я не могу собрать источник Castle Windsor для SL40. Я пошел в https://github.com/castleproject/Castle.Windsor, скачал последний. Отредактировал ClickToBuild.cmd для чтения
CALL buildscripts\build.cmd SL40 ClickToBuild
Но я получаю следующую ошибку сборки:
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(4
83,9): error : The OutputPath property is not set for project 'Castle.Wi
ndsor.Tests-SL.csproj'. Please check to make sure that you have specifi
ed a valid combination of Configuration and Platform for this project.
Configuration='SL4-Release' Platform='AnyCPU'. You may be seeing this
message because you are trying to build a project without a solution fil
e, and have specified a non-default Configuration or Platform that doesn
't exist for this project. [C:\Users\Administrator\Downloads\castleproject-Castle
.Windsor-2.5.2-289-g6d036c9\castleproject-Castle.Windsor-6d036c9\src\Cas
tle.Windsor.Tests-SL\Castle.Windsor.Tests-SL.csproj]
Что я здесь не так делаю? Спасибо.