我不能为SL40构建Castle Windsor源代码。我去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]我在这里做错了什么?谢谢。
发布于 2011-02-17 11:42:34
不需要编辑任何内容。只要从项目根目录运行build.cmd SL40就可以了(当然,请确保您已经安装了Silverlight 4 Tools )
https://stackoverflow.com/questions/5023709
复制相似问题