Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 484 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 484 Bytes

SlnfGen

Generates a .slnf file.

Example usage:

git clone https://github.com/AndyGerlicher/SlnfGen.git
cd SlnfGen
msbuild
cd SlnfGen
.\bin\Debug\net472\SlnfGen.exe SlnfGen.csproj

This will generate a solution filter file (SlnfGen.slnf) pointing to the first solution it finds walking up the tree (/SlnfGen.sln) which lists the SlnfGen.csproj project and all dependencies. This is not a great example because there's only 1 project, but it is useful for testing.