You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/06/20 20:25:46 UTC

[5/6] docs commit: More descriptive details

More descriptive details

Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/9db1b4b1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/9db1b4b1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/9db1b4b1

Branch: refs/heads/master
Commit: 9db1b4b137905e54af660a5f71902d3d1205aa8d
Parents: a91908f
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Jun 19 17:09:42 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Jun 19 17:09:42 2012 -0700

----------------------------------------------------------------------
 .../guide/getting-started/windows-phone/index.md   |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9db1b4b1/docs/en/edge/guide/getting-started/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/getting-started/windows-phone/index.md b/docs/en/edge/guide/getting-started/windows-phone/index.md
index e731689..4a7374e 100644
--- a/docs/en/edge/guide/getting-started/windows-phone/index.md
+++ b/docs/en/edge/guide/getting-started/windows-phone/index.md
@@ -45,7 +45,11 @@ Necessary for Installing on Device and Submitting to Market Place:
 ----------------------------
 
 - Download and install [Windows Phone  SDK](http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=27570/)
-- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. 
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the subfolder: lib\windows-phone\
+- copy the file CordovaStarter-x.x.x.zip to the folder : \My Documents\Visual Studio 2010\Templates\ProjectTemplates\
+if you have just installed VisualStudio, you should launch it once to create this folder
+if you prefer, you may add the project instead to the "Silverlight for Windows Phone" subfolder of "Visual C#". This is up to you, and only affects where the project template is shown when creating a new project. Also, You may need to create this folder.
+
 
 
 3. Setup New Project
@@ -53,6 +57,7 @@ Necessary for Installing on Device and Submitting to Market Place:
 
 - Open Visual Studio Express for Windows Phone and choose **New Project**.
 - Select **CordovaStarter**. ( the version number will be displayed in the template description )
+- - note: If you do not see it, you may have to select the top level 'Visual C#' to see it
 - Give your project a name, and select OK.
 
     ![](img/guide/getting-started/windows-phone/wpnewproj.PNG)