Why can't I compile an Apache Cordova project in Visual Studio?

I have this warning and this error. Do you know, why?

enter image description here

I read this. The TypeScript compiler did not receive files for compilation, so it will skip compilation

but I'm still stuck.

I also checked this:

enter image description here

I removed the visual studio and reinstalled and I get the same result. I installed VS2013 with ApacheCordova tools on my laptop and I get the same result.

thanks for the help

+4
source share
1 answer

, <Import Project="$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets" /> .csproj ( .jsproj btw). .

TypeScript, .

:

, , .

, "" → "", " " " ". MSBuild "", - .

+1

All Articles