-
Notifications
You must be signed in to change notification settings - Fork 10
Description
See https://github.com/appcelerator/windowslib/blob/master/lib/visualstudio.js#L142
if a user installs VS 2013, the C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\WPSDK\WP81 folders won't exist and the batch script won't either. There's mention of it here: http://blogs.msdn.com/b/vcblog/archive/2014/07/18/using-boost-libraries-in-windows-store-and-phone-applications.aspx
And a posted "solution" with some scripts that they ask you to copy over to rebuild the expected structure.
Our detection code assumes that the folder and file must exist to correlate a Windows Phone SDK version with an install of VS. So we need to either try and ship these files and copy them over when missing to "repair" this for users (perissions/copyright/distribution?); or we need to not link the SDKs or find some other way of determining what Windows Phone SDKs an install supports.