| http://www.w3.org/ns/prov#value | - public override void Add(DeploymentObject source, bool whatIf){ // This is called on the Destination so this.FilePath is the dest path not source path if (!whatIf && File.Exists(source.ProviderContext.Path)) { // Open the config file of the executable Configuration config = ConfigurationManager.Ope
|