PistonDevelopers / VisualRust

Visual Studio extension for Rust
MIT License
702 stars 72 forks source link

Replace project.json with packages.config for project resolution and use official pkgdef generator for package registration #266

Closed vosen closed 7 years ago

vosen commented 7 years ago

Should fix #255.

I did this just to the main project, but I plan to do the same for all of them and split projects in a more CPS-compatible way (roughly VR.ProjectSystem, VR.ProjectSystem.VS, VR.ProjectSystem.Editor).