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

[1/6] docs commit: fixed copy paste error, in 1.8.1 guide

Updated Branches:
  refs/heads/master 7f3f94e60 -> cabe97118


fixed copy paste error, in 1.8.1 guide


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/cabe9711
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/cabe9711
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/cabe9711

Branch: refs/heads/master
Commit: cabe971181ee812bd2cc1c654b8e601abcb5a533
Parents: 43676eb
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Jun 20 11:24:55 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Jun 20 11:24:55 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/cabe9711/docs/en/1.8.1/guide/getting-started/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.8.1/guide/getting-started/windows-phone/index.md b/docs/en/1.8.1/guide/getting-started/windows-phone/index.md
index d0ff505..4a7374e 100644
--- a/docs/en/1.8.1/guide/getting-started/windows-phone/index.md
+++ b/docs/en/1.8.1/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/)
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- 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)