Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add project xml source to parser result #86

Closed
wwwlicious opened this issue Nov 18, 2018 · 0 comments
Closed

Add project xml source to parser result #86

wwwlicious opened this issue Nov 18, 2018 · 0 comments
Assignees
Milestone

Comments

@wwwlicious
Copy link
Contributor

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;
@wwwlicious wwwlicious added this to the 3.0.1 milestone Nov 18, 2018
@wwwlicious wwwlicious self-assigned this Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant