You will need Visual Studio 2010 with the “WP7 SDK” :
http://create.msdn.com/en-us/home/getting_started installed (the free
express version works fine )
Detailed instructions will be posted shortly as a getting started guide on PhoneGap.com, in the meantime :
- fork/git or download/unzip the repo to your harddrive
- copy the file GapAppStarter.zip to the folder : My DocumentsVisual Studio 2010TemplatesProjectTemplates
- Launch Visual Studio 2010 and select to create a new project ( PhoneGapAppStarter should be listed as an option, give it a name )
- Right-Click on the solution and select Add->Existing Project, and
add the project : frameworkWP7GapClassLib.csproj from the downloaded
repo
- Right-Click your main project and “Add Reference” to the WP7GapClassLib project
- build and run!