Migrate to csproj #994

Closed
opened 2025-08-09 17:18:28 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @SteveSandersonMS on 2/22/2017

This PR moves all the projects to .csproj and rebuilds the .sln to work with VS017RC. I'll squash all these commits before merging it into dev, but it's probably easier to review split up into all these commits.

There's still one more thing to be done - change the templates projects so they use RC4 tooling by default (currently they contain both project.json and .csproj files, and have a global.json that says to use preview2 tooling, because the project generator can emit projects of both types), but that won't affect the actual .csproj files which are the main aspect of the review I think.

*Originally created by @SteveSandersonMS on 2/22/2017* This PR moves all the projects to `.csproj` and rebuilds the `.sln` to work with VS017RC. I'll squash all these commits before merging it into `dev`, but it's probably easier to review split up into all these commits. There's still one more thing to be done - change the `templates` projects so they use RC4 tooling by default (currently they contain both `project.json` and `.csproj` files, and have a `global.json` that says to use preview2 tooling, because the project generator can emit projects of both types), but that won't affect the actual `.csproj` files which are the main aspect of the review I think.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#994
No description provided.