如何将标准库项目更改为silverlight库项目?

时间:2022-06-05 22:48:37

I've downloaded the Ninject SVN visual studio project and I want to compile it against Silverlight libraries to make a Silverlight compatible DLL.

我已经下载了Ninject SVN visual studio项目,我想针对Silverlight库编译它以生成Silverlight兼容的DLL。

Is there a setting to change somewhere to make it a Silverlight library project, or do I need to swap in and out references here and there?

是否有设置可以在某处更改以使其成为Silverlight库项目,或者我是否需要在此处交换引用和转出引用?

1 个解决方案

#1


There is no setting, you will need to swap in the appropriate SL libraries, its not just "here and there" its actually "everywhere". You then need to hope that the project doesn't use anything that isn't present in the SL libraries.

没有设置,你需要交换适当的SL库,它不仅“在这里和那里”它实际上“无处不在”。然后,您需要希望项目不使用SL库中不存在的任何内容。

#1


There is no setting, you will need to swap in the appropriate SL libraries, its not just "here and there" its actually "everywhere". You then need to hope that the project doesn't use anything that isn't present in the SL libraries.

没有设置,你需要交换适当的SL库,它不仅“在这里和那里”它实际上“无处不在”。然后,您需要希望项目不使用SL库中不存在的任何内容。