SAVE PROJECT IN SCRIPTDEBUGGER DEMO

How to save the "*.csproj" After modifying it in the Script Debugging Demo example ?
Hi,
We only have a basic code to load script source from the project file, however saving modified project file is outside the library's scope.
.NET Framework includes a class for project content manipulation, loading and saving, you may find these links useful :
https://stackoverflow.com/questions/22957913/modify-programatically-csproj-files-with-microsoft-build-evaluation-instead-of
https://msdn.microsoft.com/en-us/library/microsoft.build.evaluation.project.aspx
regards,
Andrew