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/21 02:14:12 UTC

[1/5] wp7 commit: Merge pull request #12 from purplecabbage/ProjectTemplate

Updated Branches:
  refs/heads/master 3d1fc64c4 -> 9e0b2a981


Merge pull request #12 from purplecabbage/ProjectTemplate

Project template

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

Branch: refs/heads/master
Commit: 9e0b2a981d0b4f940bcc3847404b2e7e8ed050c5
Parents: 3d1fc64 1ae0c72
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Jun 20 17:12:02 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Jun 20 17:12:02 2012 -0700

----------------------------------------------------------------------
 framework/Cordova/UI/ImageCapture.xaml            |   26 +++
 framework/Cordova/UI/ImageCapture.xaml.cs         |  107 ++++++++++
 templates/GapAppVsPackage.sln                     |   26 +++
 templates/full/CordovaStarter.vstemplate          |   44 ++++
 templates/full/GapAppProjTemplate.csproj          |   96 +++++++++
 templates/full/pg_templateIcon.png                |  Bin 0 -> 6546 bytes
 templates/full/pg_templatePreview.jpg             |  Bin 0 -> 25875 bytes
 templates/vspackage/GapAppVsPackage.cs            |   64 ++++++
 templates/vspackage/GapAppVsPackage.csproj        |  174 ++++++++++++++++
 templates/vspackage/GlobalSuppressions.cs         |   11 +
 templates/vspackage/Guids.cs                      |   14 ++
 templates/vspackage/Key.snk                       |  Bin 0 -> 596 bytes
 templates/vspackage/Properties/AssemblyInfo.cs    |   36 ++++
 templates/vspackage/Resources.Designer.cs         |   63 ++++++
 templates/vspackage/Resources.resx                |  129 ++++++++++++
 templates/vspackage/Resources/Package.ico         |  Bin 0 -> 1078 bytes
 templates/vspackage/VSPackage.resx                |  140 +++++++++++++
 templates/vspackage/pg_templateIcon.png           |  Bin 0 -> 6546 bytes
 templates/vspackage/pg_templatePreview.jpg        |  Bin 0 -> 25875 bytes
 templates/vspackage/source.extension.vsixmanifest |   30 +++
 20 files changed, 960 insertions(+), 0 deletions(-)
----------------------------------------------------------------------