chromium / vs-chromium

A Visual Studio extension containing a collection of tools to help contributing code to the Chromium project.
BSD 3-Clause "New" or "Revised" License
311 stars 90 forks source link

Set of fixes to get the code building in VS2019. #75

Closed sushanthr closed 1 year ago

sushanthr commented 4 years ago

Switched to .net Framework 4.5.2, since 4.5 Developer pack is no longer available in https://dotnet.microsoft.com/download/visual-studio-sdks?utm_source=getdotnetsdk&utm_medium=referral

Added in additional dependencies as nuget packages.

sushanthr commented 4 years ago

@rpaquay this change is ready for review as well. I needed to make these changes to get this project to build in VS2019.