forked from microsoft/VSSDK-Extensibility-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As you can see from the change stats, this significantly reduces lines of code. The redundancy and complexity of packages.config and its impact on project files all go away in favor of the simple project.json approach.
- Loading branch information
Showing
83 changed files
with
437 additions
and
2,757 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"frameworks": { | ||
"net452": { } | ||
}, | ||
"dependencies": { | ||
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "14.1.2", | ||
"Microsoft.VisualStudio.Shell.14.0": "14.0.23205", | ||
"Microsoft.VisualStudio.Shell.Interop.12.0": "12.0.30110", | ||
"Microsoft.VSSDK.BuildTools": "14.0.23205" | ||
}, | ||
"runtimes": { | ||
"win": { } | ||
} | ||
} |
Oops, something went wrong.