After upgrading my solution to 4.5.0-rc2 (from 4.4.1), I could not open my Silverlight client anymore, complaining I could only reference other Silverlight projects.
I noticed these lines were added to my Silverlight .proj:
```
<Import Project="..\packages\OpenRiaServices.Client.CodeGen.4.5.0-rc2\build\OpenRiaServices.Client.CodeGen.targets" Condition="Exists('..\packages\OpenRiaServices.Client.CodeGen.4.5.0-rc2\build\OpenRiaServices.Client.CodeGen.targets')" />
<Import Project="..\packages\OpenRiaServices.Silverlight.CodeGen.4.5.0-rc2\build\OpenRiaServices.Silverlight.CodeGen.targets" Condition="Exists('..\packages\OpenRiaServices.Silverlight.CodeGen.4.5.0-rc2\build\OpenRiaServices.Silverlight.CodeGen.targets')" />
```
deleting the first import allowed the project to open.
Comments: I can't remove ORS.Client.CodeGen - ORS.Client lists it as a dependency!?
I noticed these lines were added to my Silverlight .proj:
```
<Import Project="..\packages\OpenRiaServices.Client.CodeGen.4.5.0-rc2\build\OpenRiaServices.Client.CodeGen.targets" Condition="Exists('..\packages\OpenRiaServices.Client.CodeGen.4.5.0-rc2\build\OpenRiaServices.Client.CodeGen.targets')" />
<Import Project="..\packages\OpenRiaServices.Silverlight.CodeGen.4.5.0-rc2\build\OpenRiaServices.Silverlight.CodeGen.targets" Condition="Exists('..\packages\OpenRiaServices.Silverlight.CodeGen.4.5.0-rc2\build\OpenRiaServices.Silverlight.CodeGen.targets')" />
```
deleting the first import allowed the project to open.
Comments: I can't remove ORS.Client.CodeGen - ORS.Client lists it as a dependency!?