cake-contrib / Cake.Incubator

This project contains various experimental but useful extension methods and aliases for Cake
http://cakebuild.net/api/Cake.Incubator/
Other
19 stars 23 forks source link

Add project xml source to parser result #86

Closed wwwlicious closed 5 years ago

wwwlicious commented 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;