Deploy Signed .NET Assemblies

  • Hi,


    We used to sign our assemblies with a strong name key when we still used .NET-CF 2.5 on a different vendor's WinCE 6.0 board (deployed from VS 2008). Now we want to use .NET-CF 3.9 and WEC 2013 but apparently there is no option to sign an assembly when building from VS2013. The relevant properties tab is missing from the project properties page.


    How can we configure a project to be signed before deployment?


    There is also another inconvenience with deployment, it seems like we have to set the IP of the target device in every project in the solution. But the target device could change its IP rather often, so it's annoying to go over every project (20+) in the solution to update the target IP. Is there an easier way to do this?