Skip to content

This project is the source code of sln.add.csproj as dotnet core global tools to add all csproj in a directory and sub directories into the sln file in the project

License

Notifications You must be signed in to change notification settings

AClerbois/sln.add.csproj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Designed by Dooder

sln.add.csproj

I recently took a lot of time to add .csproj projects into a solution.

This tool allows you to add all the csproj in the folder and subfolders of the solution in one command:

dotnet addcsproj

Build status

Build Status

Deployment status

Deployment Status

How to install

In order to use this tool, you must have the .NET Core SDK 3.1+. You can install the tool by running the following line.

dotnet tool install --global Sln.AddCsproj --version 1.0.0

How to use

You are in command prompt, you want to add all csproj in the current sln file

Command to use :

dotnet addcsproj

Requirements

In order to use this dotnet tools, you must have installed on your computer:

And finally, you must have the.sln extensions which have as default program Visual Studio.

Credit logo

Designed by Dooder Designed by Dooder

About

This project is the source code of sln.add.csproj as dotnet core global tools to add all csproj in a directory and sub directories into the sln file in the project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages