Files
aeqw89.xml.ProjectFile/aeqw89.xml.csproj/ProjectReference.cs
T
qwsdcvghyu89 03c5efe27b Initial commit
2025-09-21 16:42:18 +10:00

7 lines
166 B
C#

using System.Xml;
namespace aeqw89.tools.Publish;
internal sealed class ProjectReference : Item {
public ProjectReference(XmlElement node) : base(node) { }
}