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/11/01 11:53:31 UTC

[48/51] [abbrv] git commit: update resources, cleanup test app, get rid of all metro

update resources, cleanup test app, get rid of all metro


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

Branch: refs/heads/master
Commit: fdd6ef10782da18b5f781d60980452516d219eea
Parents: bf3f632
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Nov 1 02:36:15 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Nov 1 02:36:15 2012 -0700

----------------------------------------------------------------------
 windows8/MetroTestApp/CordovaTestApp.jsproj        |  128 +++++++++++++++
 windows8/MetroTestApp/CordovaTestAppSolution.sln   |   46 +++++
 windows8/MetroTestApp/images/logo.png              |  Bin 801 -> 11600 bytes
 windows8/MetroTestApp/images/smalllogo.png         |  Bin 329 -> 2831 bytes
 windows8/MetroTestApp/images/splashscreen.png      |  Bin 2146 -> 24855 bytes
 windows8/MetroTestApp/images/storelogo.png         |  Bin 429 -> 4052 bytes
 windows8/MetroTestApp/package.appxmanifest         |    4 +-
 .../framework/Template-Cordova/images/logo.png     |  Bin 801 -> 11600 bytes
 .../Template-Cordova/images/smalllogo.png          |  Bin 329 -> 2831 bytes
 .../Template-Cordova/images/splashscreen.png       |  Bin 2146 -> 24855 bytes
 .../Template-Cordova/images/storelogo.png          |  Bin 429 -> 4052 bytes
 windows8/template/CordovaApp.jsproj                |   80 +++++++++
 windows8/template/CordovaApp.sln                   |   46 +++++
 windows8/template/CordovaApp_TemporaryKey.pfx      |  Bin 0 -> 2504 bytes
 windows8/template/css/default.css                  |   14 ++
 windows8/template/default.html                     |   19 ++
 windows8/template/images/logo.png                  |  Bin 0 -> 11600 bytes
 windows8/template/images/smalllogo.png             |  Bin 0 -> 2831 bytes
 windows8/template/images/splashscreen.png          |  Bin 0 -> 24855 bytes
 windows8/template/images/storelogo.png             |  Bin 0 -> 4052 bytes
 windows8/template/js/default.js                    |   34 ++++
 windows8/template/package.appxmanifest             |   48 ++++++
 22 files changed, 417 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/MetroTestApp/CordovaTestApp.jsproj
----------------------------------------------------------------------
diff --git a/windows8/MetroTestApp/CordovaTestApp.jsproj b/windows8/MetroTestApp/CordovaTestApp.jsproj
new file mode 100644
index 0000000..c21b23b
--- /dev/null
+++ b/windows8/MetroTestApp/CordovaTestApp.jsproj
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup Label="ProjectConfigurations">
+    <ProjectConfiguration Include="Debug|AnyCPU">
+      <Configuration>Debug</Configuration>
+      <Platform>AnyCPU</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Debug|ARM">
+      <Configuration>Debug</Configuration>
+      <Platform>ARM</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Debug|x64">
+      <Configuration>Debug</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Debug|x86">
+      <Configuration>Debug</Configuration>
+      <Platform>x86</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|AnyCPU">
+      <Configuration>Release</Configuration>
+      <Platform>AnyCPU</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|ARM">
+      <Configuration>Release</Configuration>
+      <Platform>ARM</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|x64">
+      <Configuration>Release</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|x86">
+      <Configuration>Release</Configuration>
+      <Platform>x86</Platform>
+    </ProjectConfiguration>
+  </ItemGroup>
+  <PropertyGroup Label="Globals">
+    <ProjectGuid>f0eea4fc-197b-4c4e-8590-5d9b2b964f5b</ProjectGuid>
+  </PropertyGroup>
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).Default.props" />
+  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" />
+  <PropertyGroup>
+    <TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
+    <TargetPlatformVersion>8.0</TargetPlatformVersion>
+    <DefaultLanguage>en-US</DefaultLanguage>
+    <PackageCertificateKeyFile>MetroTestApp_TemporaryKey.pfx</PackageCertificateKeyFile>
+  </PropertyGroup>
+  <ItemGroup>
+    <AppxManifest Include="package.appxmanifest">
+      <SubType>Designer</SubType>
+    </AppxManifest>
+    <Content Include="accelerometer\index.html" />
+    <Content Include="audio\index.html" />
+    <Content Include="autotest\html\HtmlReporter.js" />
+    <Content Include="autotest\html\HtmlReporterHelpers.js" />
+    <Content Include="autotest\html\ReporterView.js" />
+    <Content Include="autotest\html\SpecView.js" />
+    <Content Include="autotest\html\SuiteView.js" />
+    <Content Include="autotest\html\TrivialReporter.js" />
+    <Content Include="autotest\index.html" />
+    <Content Include="autotest\jasmine.css" />
+    <Content Include="autotest\jasmine.js" />
+    <Content Include="autotest\pages\accelerometer.html" />
+    <Content Include="autotest\pages\all.html" />
+    <Content Include="autotest\pages\battery.html" />
+    <Content Include="autotest\pages\camera.html" />
+    <Content Include="autotest\pages\capture.html" />
+    <Content Include="autotest\pages\compass.html" />
+    <Content Include="autotest\pages\contacts.html" />
+    <Content Include="autotest\pages\device.html" />
+    <Content Include="autotest\pages\file.html" />
+    <Content Include="autotest\pages\filetransfer.html" />
+    <Content Include="autotest\pages\geolocation.html" />
+    <Content Include="autotest\pages\media.html" />
+    <Content Include="autotest\pages\network.html" />
+    <Content Include="autotest\pages\notification.html" />
+    <Content Include="autotest\pages\storage.html" />
+    <Content Include="autotest\test-runner.js" />
+    <Content Include="autotest\tests\accelerometer.tests.js" />
+    <Content Include="autotest\tests\battery.tests.js" />
+    <Content Include="autotest\tests\camera.tests.js" />
+    <Content Include="autotest\tests\capture.tests.js" />
+    <Content Include="autotest\tests\compass.tests.js" />
+    <Content Include="autotest\tests\contacts.tests.js" />
+    <Content Include="autotest\tests\device.tests.js" />
+    <Content Include="autotest\tests\file.tests.js" />
+    <Content Include="autotest\tests\filetransfer.tests.js" />
+    <Content Include="autotest\tests\geolocation.tests.js" />
+    <Content Include="autotest\tests\media.tests.js" />
+    <Content Include="autotest\tests\network.tests.js" />
+    <Content Include="autotest\tests\notification.tests.js" />
+    <Content Include="autotest\tests\storage.tests.js" />
+    <Content Include="battery\index.html" />
+    <Content Include="camera\index.html" />
+    <Content Include="compass\index.html" />
+    <Content Include="contacts\index.html" />
+    <Content Include="cordova-2.2.0.js" />
+    <Content Include="cordova.js" />
+    <Content Include="events\index.html" />
+    <Content Include="images\logo.png" />
+    <Content Include="images\smalllogo.png" />
+    <Content Include="images\splashscreen.png" />
+    <Content Include="images\storelogo.png" />
+    <Content Include="index.html" />
+    <Content Include="location\index.html" />
+    <Content Include="main.js" />
+    <Content Include="master.css" />
+    <Content Include="misc\index.html" />
+    <Content Include="misc\page2.html" />
+    <Content Include="network\index.html" />
+    <Content Include="notification\index.html" />
+    <Content Include="sql\index.html" />
+    <Content Include="storage\index.html" />
+    <None Include="MetroTestApp_TemporaryKey.pfx" />
+  </ItemGroup>
+  <ItemGroup>
+    <SDKReference Include="Microsoft.WinJS.1.0, Version=1.0" />
+  </ItemGroup>
+  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/MetroTestApp/CordovaTestAppSolution.sln
----------------------------------------------------------------------
diff --git a/windows8/MetroTestApp/CordovaTestAppSolution.sln b/windows8/MetroTestApp/CordovaTestAppSolution.sln
new file mode 100644
index 0000000..83a7cc5
--- /dev/null
+++ b/windows8/MetroTestApp/CordovaTestAppSolution.sln
@@ -0,0 +1,46 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Express 2012 for Windows 8
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "CordovaTestApp", "CordovaTestApp.jsproj", "{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Debug|ARM = Debug|ARM
+		Debug|x64 = Debug|x64
+		Debug|x86 = Debug|x86
+		Release|Any CPU = Release|Any CPU
+		Release|ARM = Release|ARM
+		Release|x64 = Release|x64
+		Release|x86 = Release|x86
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Debug|ARM.ActiveCfg = Debug|ARM
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Debug|ARM.Build.0 = Debug|ARM
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Debug|ARM.Deploy.0 = Debug|ARM
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Debug|x64.ActiveCfg = Debug|x64
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Debug|x64.Build.0 = Debug|x64
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Debug|x64.Deploy.0 = Debug|x64
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Debug|x86.ActiveCfg = Debug|x86
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Debug|x86.Build.0 = Debug|x86
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Debug|x86.Deploy.0 = Debug|x86
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Release|Any CPU.Build.0 = Release|Any CPU
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Release|Any CPU.Deploy.0 = Release|Any CPU
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Release|ARM.ActiveCfg = Release|ARM
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Release|ARM.Build.0 = Release|ARM
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Release|ARM.Deploy.0 = Release|ARM
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Release|x64.ActiveCfg = Release|x64
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Release|x64.Build.0 = Release|x64
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Release|x64.Deploy.0 = Release|x64
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Release|x86.ActiveCfg = Release|x86
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Release|x86.Build.0 = Release|x86
+		{F0EEA4FC-197B-4C4E-8590-5D9B2B964F5B}.Release|x86.Deploy.0 = Release|x86
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+EndGlobal

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/MetroTestApp/images/logo.png
----------------------------------------------------------------------
diff --git a/windows8/MetroTestApp/images/logo.png b/windows8/MetroTestApp/images/logo.png
index e26771c..86a48a8 100644
Binary files a/windows8/MetroTestApp/images/logo.png and b/windows8/MetroTestApp/images/logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/MetroTestApp/images/smalllogo.png
----------------------------------------------------------------------
diff --git a/windows8/MetroTestApp/images/smalllogo.png b/windows8/MetroTestApp/images/smalllogo.png
index 1eb0d9d..0e648ef 100644
Binary files a/windows8/MetroTestApp/images/smalllogo.png and b/windows8/MetroTestApp/images/smalllogo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/MetroTestApp/images/splashscreen.png
----------------------------------------------------------------------
diff --git a/windows8/MetroTestApp/images/splashscreen.png b/windows8/MetroTestApp/images/splashscreen.png
index c951e03..d1e6c98 100644
Binary files a/windows8/MetroTestApp/images/splashscreen.png and b/windows8/MetroTestApp/images/splashscreen.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/MetroTestApp/images/storelogo.png
----------------------------------------------------------------------
diff --git a/windows8/MetroTestApp/images/storelogo.png b/windows8/MetroTestApp/images/storelogo.png
index dcb6727..dd00478 100644
Binary files a/windows8/MetroTestApp/images/storelogo.png and b/windows8/MetroTestApp/images/storelogo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/MetroTestApp/package.appxmanifest
----------------------------------------------------------------------
diff --git a/windows8/MetroTestApp/package.appxmanifest b/windows8/MetroTestApp/package.appxmanifest
index c43e1cf..d5dae36 100644
--- a/windows8/MetroTestApp/package.appxmanifest
+++ b/windows8/MetroTestApp/package.appxmanifest
@@ -15,9 +15,9 @@
   </Resources>
   <Applications>
     <Application Id="App" StartPage="index.html">
-      <VisualElements DisplayName="MetroTestApp" Logo="images\logo.png" SmallLogo="images\smalllogo.png" Description="MetroTestApp" ForegroundText="light" BackgroundColor="#464646">
+      <VisualElements DisplayName="CordovaTestApp" Logo="images\logo.png" SmallLogo="images\smalllogo.png" Description="CordovaTestApp includes mobile spec automated tests, and various manual test pages." ForegroundText="light" BackgroundColor="#999999">
         <DefaultTile ShowName="allLogos" />
-        <SplashScreen Image="images\splashscreen.png" BackgroundColor="yellow" />
+        <SplashScreen Image="images\splashscreen.png" BackgroundColor="#999999" />
         <InitialRotationPreference>
           <Rotation Preference="portrait" />
           <Rotation Preference="landscape" />

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/framework/Template-Cordova/images/logo.png
----------------------------------------------------------------------
diff --git a/windows8/framework/Template-Cordova/images/logo.png b/windows8/framework/Template-Cordova/images/logo.png
index e26771c..86a48a8 100755
Binary files a/windows8/framework/Template-Cordova/images/logo.png and b/windows8/framework/Template-Cordova/images/logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/framework/Template-Cordova/images/smalllogo.png
----------------------------------------------------------------------
diff --git a/windows8/framework/Template-Cordova/images/smalllogo.png b/windows8/framework/Template-Cordova/images/smalllogo.png
index 1eb0d9d..0e648ef 100755
Binary files a/windows8/framework/Template-Cordova/images/smalllogo.png and b/windows8/framework/Template-Cordova/images/smalllogo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/framework/Template-Cordova/images/splashscreen.png
----------------------------------------------------------------------
diff --git a/windows8/framework/Template-Cordova/images/splashscreen.png b/windows8/framework/Template-Cordova/images/splashscreen.png
index c951e03..d1e6c98 100755
Binary files a/windows8/framework/Template-Cordova/images/splashscreen.png and b/windows8/framework/Template-Cordova/images/splashscreen.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/framework/Template-Cordova/images/storelogo.png
----------------------------------------------------------------------
diff --git a/windows8/framework/Template-Cordova/images/storelogo.png b/windows8/framework/Template-Cordova/images/storelogo.png
index dcb6727..dd00478 100755
Binary files a/windows8/framework/Template-Cordova/images/storelogo.png and b/windows8/framework/Template-Cordova/images/storelogo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/template/CordovaApp.jsproj
----------------------------------------------------------------------
diff --git a/windows8/template/CordovaApp.jsproj b/windows8/template/CordovaApp.jsproj
new file mode 100644
index 0000000..ff2e693
--- /dev/null
+++ b/windows8/template/CordovaApp.jsproj
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup Label="ProjectConfigurations">
+    <ProjectConfiguration Include="Debug|AnyCPU">
+      <Configuration>Debug</Configuration>
+      <Platform>AnyCPU</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Debug|ARM">
+      <Configuration>Debug</Configuration>
+      <Platform>ARM</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Debug|x64">
+      <Configuration>Debug</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Debug|x86">
+      <Configuration>Debug</Configuration>
+      <Platform>x86</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|AnyCPU">
+      <Configuration>Release</Configuration>
+      <Platform>AnyCPU</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|ARM">
+      <Configuration>Release</Configuration>
+      <Platform>ARM</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|x64">
+      <Configuration>Release</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|x86">
+      <Configuration>Release</Configuration>
+      <Platform>x86</Platform>
+    </ProjectConfiguration>
+  </ItemGroup>
+  <PropertyGroup Label="Globals">
+    <ProjectGuid>efffab2f-bfc5-4eda-b545-45ef4995f55a</ProjectGuid>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '11.0'">
+    <VisualStudioVersion>11.0</VisualStudioVersion>
+  </PropertyGroup>
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).Default.props" />
+  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" />
+  <PropertyGroup>
+    <TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
+    <TargetPlatformVersion>8.0</TargetPlatformVersion>
+    <DefaultLanguage>en-US</DefaultLanguage>
+    <PackageCertificateKeyFile>CordovaApp_TemporaryKey.pfx</PackageCertificateKeyFile>
+  </PropertyGroup>
+  <ItemGroup>
+    <AppxManifest Include="package.appxmanifest">
+      <SubType>Designer</SubType>
+    </AppxManifest>
+    <Content Include="default.html" />
+    <Content Include="images\logo.png" />
+    <Content Include="images\smalllogo.png" />
+    <Content Include="images\splashscreen.png" />
+    <Content Include="images\storelogo.png" />
+    <Content Include="js\default.js" />
+    <Content Include="css\default.css" />
+    <None Include="CordovaApp_TemporaryKey.pfx" />
+  </ItemGroup>
+  <ItemGroup>
+    <SDKReference Include="Microsoft.WinJS.1.0, Version=1.0" />
+  </ItemGroup>
+  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" />
+  <!-- To modify your build process, add your task inside one of the targets below then uncomment
+       that target and the DisableFastUpToDateCheck PropertyGroup. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  <PropertyGroup>
+    <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
+  </PropertyGroup>
+  -->
+</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/template/CordovaApp.sln
----------------------------------------------------------------------
diff --git a/windows8/template/CordovaApp.sln b/windows8/template/CordovaApp.sln
new file mode 100644
index 0000000..ff2be54
--- /dev/null
+++ b/windows8/template/CordovaApp.sln
@@ -0,0 +1,46 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Express 2012 for Windows 8
+Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "CordovaApp", "CordovaApp.jsproj", "{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Debug|ARM = Debug|ARM
+		Debug|x64 = Debug|x64
+		Debug|x86 = Debug|x86
+		Release|Any CPU = Release|Any CPU
+		Release|ARM = Release|ARM
+		Release|x64 = Release|x64
+		Release|x86 = Release|x86
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Debug|ARM.ActiveCfg = Debug|ARM
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Debug|ARM.Build.0 = Debug|ARM
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Debug|ARM.Deploy.0 = Debug|ARM
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Debug|x64.ActiveCfg = Debug|x64
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Debug|x64.Build.0 = Debug|x64
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Debug|x64.Deploy.0 = Debug|x64
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Debug|x86.ActiveCfg = Debug|x86
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Debug|x86.Build.0 = Debug|x86
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Debug|x86.Deploy.0 = Debug|x86
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Release|Any CPU.Build.0 = Release|Any CPU
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Release|Any CPU.Deploy.0 = Release|Any CPU
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Release|ARM.ActiveCfg = Release|ARM
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Release|ARM.Build.0 = Release|ARM
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Release|ARM.Deploy.0 = Release|ARM
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Release|x64.ActiveCfg = Release|x64
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Release|x64.Build.0 = Release|x64
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Release|x64.Deploy.0 = Release|x64
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Release|x86.ActiveCfg = Release|x86
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Release|x86.Build.0 = Release|x86
+		{EFFFAB2F-BFC5-4EDA-B545-45EF4995F55A}.Release|x86.Deploy.0 = Release|x86
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+EndGlobal

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/template/CordovaApp_TemporaryKey.pfx
----------------------------------------------------------------------
diff --git a/windows8/template/CordovaApp_TemporaryKey.pfx b/windows8/template/CordovaApp_TemporaryKey.pfx
new file mode 100644
index 0000000..4df1e37
Binary files /dev/null and b/windows8/template/CordovaApp_TemporaryKey.pfx differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/template/css/default.css
----------------------------------------------------------------------
diff --git a/windows8/template/css/default.css b/windows8/template/css/default.css
new file mode 100644
index 0000000..da816d5
--- /dev/null
+++ b/windows8/template/css/default.css
@@ -0,0 +1,14 @@
+body {
+}
+
+@media screen and (-ms-view-state: fullscreen-landscape) {
+}
+
+@media screen and (-ms-view-state: filled) {
+}
+
+@media screen and (-ms-view-state: snapped) {
+}
+
+@media screen and (-ms-view-state: fullscreen-portrait) {
+}

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/template/default.html
----------------------------------------------------------------------
diff --git a/windows8/template/default.html b/windows8/template/default.html
new file mode 100644
index 0000000..dfd8b9d
--- /dev/null
+++ b/windows8/template/default.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <meta charset="utf-8" />
+    <title>CordovaApp</title>
+
+    <!-- WinJS references -->
+    <link href="//Microsoft.WinJS.1.0/css/ui-dark.css" rel="stylesheet" />
+    <script src="//Microsoft.WinJS.1.0/js/base.js"></script>
+    <script src="//Microsoft.WinJS.1.0/js/ui.js"></script>
+
+    <!-- CordovaApp references -->
+    <link href="/css/default.css" rel="stylesheet" />
+    <script src="/js/default.js"></script>
+</head>
+<body>
+    <p>Content goes here</p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/template/images/logo.png
----------------------------------------------------------------------
diff --git a/windows8/template/images/logo.png b/windows8/template/images/logo.png
new file mode 100644
index 0000000..86a48a8
Binary files /dev/null and b/windows8/template/images/logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/template/images/smalllogo.png
----------------------------------------------------------------------
diff --git a/windows8/template/images/smalllogo.png b/windows8/template/images/smalllogo.png
new file mode 100644
index 0000000..0e648ef
Binary files /dev/null and b/windows8/template/images/smalllogo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/template/images/splashscreen.png
----------------------------------------------------------------------
diff --git a/windows8/template/images/splashscreen.png b/windows8/template/images/splashscreen.png
new file mode 100644
index 0000000..d1e6c98
Binary files /dev/null and b/windows8/template/images/splashscreen.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/template/images/storelogo.png
----------------------------------------------------------------------
diff --git a/windows8/template/images/storelogo.png b/windows8/template/images/storelogo.png
new file mode 100644
index 0000000..dd00478
Binary files /dev/null and b/windows8/template/images/storelogo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/template/js/default.js
----------------------------------------------------------------------
diff --git a/windows8/template/js/default.js b/windows8/template/js/default.js
new file mode 100644
index 0000000..bb0961d
--- /dev/null
+++ b/windows8/template/js/default.js
@@ -0,0 +1,34 @@
+// For an introduction to the Blank template, see the following documentation:
+// http://go.microsoft.com/fwlink/?LinkId=232509
+(function () {
+    "use strict";
+
+    WinJS.Binding.optimizeBindingReferences = true;
+
+    var app = WinJS.Application;
+    var activation = Windows.ApplicationModel.Activation;
+
+    app.onactivated = function (args) {
+        if (args.detail.kind === activation.ActivationKind.launch) {
+            if (args.detail.previousExecutionState !== activation.ApplicationExecutionState.terminated) {
+                // TODO: This application has been newly launched. Initialize
+                // your application here.
+            } else {
+                // TODO: This application has been reactivated from suspension.
+                // Restore application state here.
+            }
+            args.setPromise(WinJS.UI.processAll());
+        }
+    };
+
+    app.oncheckpoint = function (args) {
+        // TODO: This application is about to be suspended. Save any state
+        // that needs to persist across suspensions here. You might use the
+        // WinJS.Application.sessionState object, which is automatically
+        // saved and restored across suspension. If you need to complete an
+        // asynchronous operation before your application is suspended, call
+        // args.setPromise().
+    };
+
+    app.start();
+})();

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/fdd6ef10/windows8/template/package.appxmanifest
----------------------------------------------------------------------
diff --git a/windows8/template/package.appxmanifest b/windows8/template/package.appxmanifest
new file mode 100644
index 0000000..d73171e
--- /dev/null
+++ b/windows8/template/package.appxmanifest
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
+
+  <Identity
+    Name="efffab2f-bfc5-4eda-b545-45ef4995f55a"
+    Version="1.0.0.0"
+    Publisher="CN=Jesse" />
+
+  <Properties>
+    <DisplayName>CordovaApp</DisplayName>
+    <PublisherDisplayName>Jesse</PublisherDisplayName>
+    <Logo>images\storelogo.png</Logo>
+  </Properties>
+
+  <Prerequisites>
+    <OSMinVersion>6.2.1</OSMinVersion>
+    <OSMaxVersionTested>6.2.1</OSMaxVersionTested>
+  </Prerequisites>
+
+  <Resources>
+    <Resource Language="x-generate" />
+  </Resources>
+
+  <Applications>
+    <Application 
+      Id="App"
+      StartPage="default.html">
+
+      <VisualElements
+        DisplayName="CordovaApp"
+        Logo="images\logo.png"
+        SmallLogo="images\smalllogo.png"
+        Description="CordovaApp"
+        ForegroundText="light"
+        BackgroundColor="#464646">
+
+        <DefaultTile ShowName="allLogos" />
+        <SplashScreen Image="images\splashscreen.png" />
+
+      </VisualElements>
+    </Application>
+  </Applications>
+
+  <Capabilities>
+    <Capability Name="internetClient" />
+  </Capabilities>
+
+</Package>