slovely / TypeScriptDefinitionsGenerator

Generate TypeScript .d.ts files for your server classes, plus optionally create client-side interfaces for WebAPI / SignalR server implementations
MIT License
10 stars 1 forks source link

Compilation works on VS 2015 #4

Closed slovely closed 8 years ago

slovely commented 8 years ago

The build script imports CodeFactory from $(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll - but in older versions of VS it's in $(MSBuildToolsPath)\Microsoft.Build.Tasks.{versionnumber}.dll. Use nuget platform targeting to pick the correct location.