scottdurow / SparkleXrm

An open-source library for building Dynamics CRM XRM solutions using Script#, jQuery & Knockoutjs.
MIT License
265 stars 197 forks source link

Vs2017 build #451

Open janis-veinbergs opened 2 years ago

janis-veinbergs commented 2 years ago

Enable building ScriptSharp projects in VS 2017. Also added Promise.cs, as that file was missing and preventing successful build.

https://github.com/nikhilk/scriptsharp/issues/452 https://developercommunity.visualstudio.com/content/problem/138986/1550-preview-2-breaks-scriptsharp-compilation.html

344