Skip to content

kinow/objectified-solutions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

objectified-solutions

Solution File Object Modeller

This class library produces an navigatable object graph of an Visual Studio solution (.sln file) and subordinate project(s) (.csproj file(s)).

The information currently gathered is:

  • Global properties of the solution
  • List of projects in solution
  • Global properties of each project
  • List of source files in each project
  • List of System references that each project depends on
  • List of Project references that each project depends on
  • Basic properties of each source file

About

Visual Studio Solution File Object Modeller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Shell 0.1%