How to determine the Deployment Version of a non-startup project at Runtime
Is there any way to determine (at Runtime) what the Deployment Version value for a non-startup project is?
To be able to better debug our robots we would like to write the DeploymentVersion values of each project in a robot (solution) to the log files.
I can get the DeploymentVersion from RuntimeHost.GetDeploymentVersion, but how can i get this value from the non-startup projects?