This snippet shows how to construct and query XML using XLinq without too many helper functions.
26 people like thisPosted: 13 years ago by Taha Hachana
This program reads all *.csproj-files from a path and then uses Linq2Xml to show or modify data about the projects. This should be a good template for scripts to manage tons of c#-project files. F# and LINQ-to-XML is very powerful combination.
7 people like thisPosted: 12 years ago by Tuomas Hietanen
This program reads all *.csproj-files from a path and then uses Linq2Xml to show data about the projects. This should be a good template for scripts to manage tons of c#-project files. F# and LINQ-to-XML is very powerful combination.
9 people like thisPosted: 13 years ago by Tuomas Hietanen
This is a simple script which, recursively walking a folder structure, updates .fsproj files so they may be run in VS2012 or VS2010. This should be run *after* VS2012 has converted a particular solution. Also, I didn't really test it too much, but it worked for me. So there's your disclaimer.
3 people like thisPosted: 12 years ago by Paulmichael Blasucci