protected override void OnCopyFrom(ProjectRunConfiguration config, bool isRename)
        {
            base.OnCopyFrom(config, isRename);

            var other = (AssemblyRunConfiguration)config;

            StartProgram    = other.StartProgram;
            StartAction     = other.StartAction;
            monoParameters  = other.monoParameters.Clone();
            TargetRuntimeId = other.TargetRuntimeId;
        }
		protected override void OnCopyFrom (ProjectRunConfiguration config, bool isRename)
		{
			base.OnCopyFrom (config, isRename);

			var other = (AssemblyRunConfiguration)config;

			StartProgram = other.StartProgram;
			StartAction = other.StartAction;
			monoParameters = other.monoParameters.Clone ();
			TargetRuntimeId = other.TargetRuntimeId;
		}