Skip to content

Create one visual studio solution (.sln) file per project file recursively in a directory.

License

Notifications You must be signed in to change notification settings

sriramgd/create-vs-sln-from-proj-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

create-vs-sln-from-proj-files

Create one visual studio solution (.sln) file per project file recursively in a directory. I use this to generate .sln files for large repositories which have only .csproj or .vbproj files. Mainly for use with OmniSharp-vim - https://github.com/OmniSharp/omnisharp-vim. Existing programs did not allow one solution per one project file.

Install

Open solution in Visual Studio and build. The executable should be available in \bin\debug directory OR In a command prompt: cd \create-vs-sln-from-proj-files msbuild

Usage

The binary CreateSln.exe should be created in the bin\debug directory. In command prompt: CreateSln

where rootDir is the directory for which .sln files need to be created for project (.csproj and .vbproj) files. rootDir is searched recursively for project files, and solution file created with the same name. If a solution file with the same name already exists for a project, nothing is generated for that project.

About

Create one visual studio solution (.sln) file per project file recursively in a directory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages