WE have lot of project files in our solutions and we want to write small tool which will check if project files contains only what they should contains. E.g. they don't have TargetPlatform set to AnyCPU etc. Are there any APIs and components available which are able to read csproj files and provide corresponding object model ? We are not interested in solution where we need to parse project file our self as standard xml file et.
↧