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
-
<ErrorCondition="$(MDAPropertiesEvaluated) == 'true' And $(NodeJsDir) == ''"Text="Path to NodeJs could not be determined. Please check that NodeJs has been installed." />
108
-
<ErrorCondition="$(MDAPropertiesEvaluated) == 'true' And $(MDAVsixDir) == ''"Text="Path to the Visual Studio Extension for Tools for Apache Cordova could not be determined. Please check that the extension has been installed." />
109
-
<!-- These errors will trigger if building from outside Visual Studio (e.g. command line) and environment variables have not been set -->
110
-
<ErrorCondition="$(MDAPropertiesEvaluated) == '' And $(NodeJsDir) == ''"Text="Path to NodeJs has not been specified. Please check that NodeJs has been installed and set the NodeJsDir environment variable before building." />
111
-
<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
-
<!-- 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
-
<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." />
115
-
<!-- Installs (if necessary) the supporting Nodejs module -->
<!-- These errors will trigger if building from inside Visual Studio and requirements could not be determined -->
96
+
<ErrorCondition="$(MDAPropertiesEvaluated) == 'true' And $(NodeJsDir) == ''"Text="Path to NodeJs could not be determined. Please check that NodeJs has been installed." />
97
+
<ErrorCondition="$(MDAPropertiesEvaluated) == 'true' And $(MDAVsixDir) == ''"Text="Path to the Visual Studio Extension for Tools for Apache Cordova could not be determined. Please check that the extension has been installed." />
98
+
<!-- These errors will trigger if building from outside Visual Studio (e.g. command line) and environment variables have not been set -->
99
+
<ErrorCondition="$(MDAPropertiesEvaluated) == '' And $(NodeJsDir) == ''"Text="Path to NodeJs has not been specified. Please check that NodeJs has been installed and set the NodeJsDir environment variable before building." />
100
+
<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." />
101
+
<!-- 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. -->
102
+
<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." />
103
+
<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." />
104
+
<!-- Installs (if necessary) the supporting Nodejs module -->
0 commit comments