Skip to content

Tohnmeister/ConvertProjDepToProjRef

 
 

Repository files navigation

Convert Project Dependencies to MSBuild Project references

ConvertProjDepToProjRef is a small tool to convert project dependencies in a Visual Studio solution file (.sln) into MSBuild project references (ProjectReference) in project files. It will do 95% of the work.

Features

  • .NET 5.0 App.

Build Instructions

  • git clone
  • dotnet build

Usage Instructions

  • Run the tool on a solution file: ConvertProjDepToProjRef.exe MySolution.sln
  • Update C++ projects that only perform custom builds as ConfigurationType “Utility”
  • Use a text editor to remove the ProjectSection(ProjectDependencies) = postProject sections from the .sln file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%