/CSProjToXProj

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

Primary LanguageC#OtherNOASSERTION

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