Fix "There is no script engine for file extension '.js'" Visual Studio 2010 Post Build Event
Solution add /e:javascript to cmd line
1 | cscript.exe $(ProjectDir)EnableLaunchApplication.js $(BuiltOuputPath) |
Solution add /e:javascript to cmd line
1 | cscript.exe /e:javascript $(ProjectDir)EnableLaunchApplication.js $(BuiltOuputPath) |
No comments:
Post a Comment