using System; namespace OpenTap { /// /// Marking a property with the attribute indicates that the property specifies a file. /// Files specified by this property are included as dependencies during serialization. /// public class FileDependencyAttribute : Attribute { } }