CKGrafico / Cordova-Multiplatform-Template

Cordova template for native look in HTML5 Apps with Ionic an Angular
http://cordova-multiplatform-template.js.org
MIT License
190 stars 84 forks source link

How do I build the vsix? #7

Closed arlair closed 9 years ago

arlair commented 9 years ago

Hi, I was playing with this and trying to create the latest build of the template locally. I have tried Visual Studio 2015 RC and Visual Studio 2012 and download Visual Studio RC 2015 SDK and Visual Studio 2012 SDK.

I load Visual Studio Template.sln, but it tells me the project is unsupported. Any ideas on what I need installed? Thanks.

CKGrafico commented 9 years ago

Hi, this github repo is for development. Please download and use the Visual Studio template https://visualstudiogallery.msdn.microsoft.com/407fc1f8-538b-4beb-b2b2-69afcb6fbd96 (only for >= Visual Studio 2015 RC)

arlair commented 9 years ago

Yes, I found that before, but I wanted to modify it and build my own version of the template.

CKGrafico commented 9 years ago

With Visual Studio 2012 you won't be able to open the project. With Visual Studio 2015 RC, did you try this?

Open Project template

Is very very very important to have the exact version of VS to open the project or you can make your vsix on Visual Studio > New project > Visual Studio template

arlair commented 9 years ago

I double checked and I had downloaded Visual Studio 2015 RC SDK, but it was not installed. I have it loading and compiling now. Thanks again and sorry for the confusion.