Snippets tagged xlinq

  • csproj-file parsing with Linq2Xml

    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 this

    Posted: 12 years ago by Tuomas Hietanen

  • Target VS2012 and VS2010

    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 this

    Posted: 11 years ago by Paulmichael Blasucci