Closed wwwlicious closed 5 years ago
Add the project xml that was parsed to the parser result
var result = new File("./test.csproj").ParseProject(configuration: "Release", platform: "x86") XDocument xml = result.ProjectXml;
Add the project xml that was parsed to the parser result