Skip to content

Scans a directory and converts .csproj files (and packages.config) to .xproj and project.json and (optionally) updates the solution

License

Notifications You must be signed in to change notification settings

pombredanne/CSProjToXProj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

CSProjToXProj

Converts .csproj files (and packages.config) to .xproj and project.json and optionally updates the solution.

Usage: CSProjToXProj <path_to_search> [/ReplaceExisting] [/Force]

If /ReplaceExisting is specified:

  • The project GUID is retained
  • The sln file is updated
  • The csproj and package.config files are deleted

Omit this flag if you are intending to have side by side csproj and xproj project file. You will need to rename either the csproj or xproj and then add the xproj to the solution.

/Force overwrites existing xproj files

About

Scans a directory and converts .csproj files (and packages.config) to .xproj and project.json and (optionally) updates the solution

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 84.7%
  • PowerShell 13.9%
  • Batchfile 1.4%