You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- These errors will trigger if building from inside Visual Studio and requirements could not be determined -->
107
93
<ErrorCondition="$(MDAPropertiesEvaluated) == 'true' And $(NodeJsDir) == ''"Text="Path to NodeJs could not be determined. Please check that NodeJs has been installed." />
@@ -111,13 +97,13 @@
111
97
<ErrorCondition="$(MDAPropertiesEvaluated) == '' And $(MDAVsixDir) == ''"Text="Path to Visual Studio Extension for Tools for Apache Cordova has not been specified. Please install it and set the MDAVsixDir environment variable before building." />
112
98
<!-- Sanity check that things exist in the specified places. These are more likely to fail if building outside Visual Studio and the required environment variables have not been set, or set incorrectly. -->
113
99
<ErrorCondition="!Exists('$(NodeJsDir)') Or !Exists('$(NodeJsDir)\node.exe')"Text="The specified NodeJs directory $(NodeJsDir) either does not exist, or does not contain node.exe. Please check that NodeJs has been installed, and set the NodeJsDir variable to the correct directory." />
114
-
<ErrorCondition="!Exists('$(MDAVsixDir)') Or !Exists('$(MDAVsixDir)\packages\vs-mda')"Text="The specified directory to the Visual Studio extension $(MDAVsixDir)\node.exe either does not exist, or does not contain a packages\vs-mda sub-directory. Please check that the extension directory exists and set the MDAVsixDir variable to the correct directory." />
100
+
<ErrorCondition="!Exists('$(MDAVsixDir)') Or !Exists('$(MDAVsixDir)\packages\vs-tac')"Text="The specified directory to the Visual Studio extension $(MDAVsixDir)\node.exe either does not exist, or does not contain a packages\vs-tac sub-directory. Please check that the extension directory exists and set the MDAVsixDir variable to the correct directory." />
115
101
<!-- Installs (if necessary) the supporting Nodejs module -->
<description>A blank project that uses Apache Cordova to help you build an app that targets multiple mobile platforms: Android, iOS, Windows, and Windows Phone.</description>
5
+
<authorhref="http://cordova.io"email="[email protected]">Apache Cordova Team </author>
0 commit comments