My goal with this project is to make a easy to use parser, for example here is how you make a .sln file without adding any Csproj to the sln
SLN sln = new SLN("My Project Name");
File.WriteAllText($"{projectPath}/My Project Name.sln", sln.Serialize());
I should note this project is still a work-in-progress, if you want something more complete i recommend MvsSln
You can directly clone the project into Visual Studio and it should work out of the box
- Sln file parsing and generating
- Csproj file generating
- Csproj parsing
- Vsproj parsing and generating
- Built-in Folders