http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/Media_Test/Media_Test/package.appxmanifest ---------------------------------------------------------------------- diff --git a/samples/Media_Test/Media_Test/package.appxmanifest b/samples/Media_Test/Media_Test/package.appxmanifest deleted file mode 100644 index 5fe8dbb..0000000 --- a/samples/Media_Test/Media_Test/package.appxmanifest +++ /dev/null @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest"> - - <Identity - Name="a2bef493-a029-424e-b455-47c772af0d0e" - Version="1.0.0.0" - Publisher="CN=Cordova" /> - - <Properties> - <DisplayName>Cordova-Metro</DisplayName> - <PublisherDisplayName>Cordova</PublisherDisplayName> - <Logo>images\storelogo.png</Logo> - </Properties> - - <Prerequisites> - <OSMinVersion>6.2.0</OSMinVersion> - <OSMaxVersionTested>6.2.0</OSMaxVersionTested> - </Prerequisites> - <Resources> - <Resource Language="x-generate" /> - </Resources> - <Applications> - <Application Id="App" StartPage="default.html"> - <VisualElements DisplayName="Cordova-MetroApp" Logo="images\logo.png" SmallLogo="images\smalllogo.png" Description="Cordova-MetroApp" ForegroundText="light" BackgroundColor="#464646"> - <DefaultTile ShowName="allLogos" /> - <SplashScreen Image="images\splashscreen.png" /> - </VisualElements> - <Extensions> - <Extension Category="windows.fileOpenPicker"> - <FileOpenPicker> - <SupportedFileTypes> - <SupportsAnyFileType /> - </SupportedFileTypes> - </FileOpenPicker> - </Extension> - <Extension Category="windows.fileSavePicker"> - <FileSavePicker> - <SupportedFileTypes> - <SupportsAnyFileType /> - </SupportedFileTypes> - </FileSavePicker> - </Extension> - <Extension Category="windows.fileTypeAssociation"> - <FileTypeAssociation Name="all"> - <EditFlags OpenIsSafe="true" /> - <SupportedFileTypes> - <FileType>.uri</FileType> - <FileType>.txt</FileType> - <FileType>.file</FileType> - <FileType>.methods</FileType> - <FileType>.createWriter</FileType> - <FileType>.dir</FileType> - <FileType>.empty</FileType> - <FileType>.err</FileType> - <FileType>.xml</FileType> - <FileType>.json</FileType> - <FileType>.js</FileType> - <FileType>.jpg</FileType> - <FileType>.png</FileType> - <FileType>.mp4</FileType> - <FileType>.mp3</FileType> - <FileType>.path</FileType> - </SupportedFileTypes> - </FileTypeAssociation> - </Extension> - </Extensions> - </Application> - </Applications> - <Capabilities> - <Capability Name="videosLibrary" /> - <Capability Name="picturesLibrary" /> - <Capability Name="musicLibrary" /> - <Capability Name="enterpriseAuthentication" /> - <Capability Name="documentsLibrary" /> - <Capability Name="internetClient" /> - <DeviceCapability Name="microphone" /> - <DeviceCapability Name="location" /> - <DeviceCapability Name="webcam" /> - </Capabilities> -</Package> \ No newline at end of file
http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/Notification Test/Notification Test.sln ---------------------------------------------------------------------- diff --git a/samples/Notification Test/Notification Test.sln b/samples/Notification Test/Notification Test.sln deleted file mode 100644 index 2063d43..0000000 --- a/samples/Notification Test/Notification Test.sln +++ /dev/null @@ -1,46 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Notification Test", "Notification Test\Notification Test.jsproj", "{A2BEF493-A029-424E-B455-47C772AF0D0E}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM - Debug|Any CPU = Debug|Any CPU - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|ARM = Release|ARM - Release|Any CPU = Release|Any CPU - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|ARM.ActiveCfg = Debug|ARM - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|ARM.Build.0 = Debug|ARM - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|ARM.Deploy.0 = Debug|ARM - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|x64.ActiveCfg = Debug|x64 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|x64.Build.0 = Debug|x64 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|x64.Deploy.0 = Debug|x64 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|x86.ActiveCfg = Debug|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|x86.Build.0 = Debug|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|x86.Deploy.0 = Debug|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|ARM.ActiveCfg = Release|ARM - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|ARM.Build.0 = Release|ARM - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|ARM.Deploy.0 = Release|ARM - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|Any CPU.Build.0 = Release|Any CPU - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|Any CPU.Deploy.0 = Release|Any CPU - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|x64.ActiveCfg = Release|x64 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|x64.Build.0 = Release|x64 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|x64.Deploy.0 = Release|x64 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|x86.ActiveCfg = Release|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|x86.Build.0 = Release|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.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/03bf0cde/samples/Notification Test/Notification Test/Cordova-Metro_TemporaryKey.pfx ---------------------------------------------------------------------- diff --git a/samples/Notification Test/Notification Test/Cordova-Metro_TemporaryKey.pfx b/samples/Notification Test/Notification Test/Cordova-Metro_TemporaryKey.pfx deleted file mode 100644 index 6478694..0000000 Binary files a/samples/Notification Test/Notification Test/Cordova-Metro_TemporaryKey.pfx and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/Notification Test/Notification Test/Notification Test.jsproj ---------------------------------------------------------------------- diff --git a/samples/Notification Test/Notification Test/Notification Test.jsproj b/samples/Notification Test/Notification Test/Notification Test.jsproj deleted file mode 100644 index 12ce9ed..0000000 --- a/samples/Notification Test/Notification Test/Notification Test.jsproj +++ /dev/null @@ -1,98 +0,0 @@ -<?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>a2bef493-a029-424e-b455-47c772af0d0e</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>Cordova-Metro_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\cordova.js" /> - <Content Include="css\default.css" /> - <Content Include="lib\Jscex\src\incubations\jscex-async-agent.js" /> - <Content Include="lib\Jscex\src\incubations\jscex-async-include.js" /> - <Content Include="lib\Jscex\src\incubations\jscex.async.xhr.js" /> - <Content Include="lib\Jscex\src\incubations\jscex.seq.js" /> - <Content Include="lib\Jscex\src\incubations\jscex.seq.powerpack.js" /> - <Content Include="lib\Jscex\src\jscex-async-powerpack.js" /> - <Content Include="lib\Jscex\src\jscex-async.js" /> - <Content Include="lib\Jscex\src\jscex-builderbase.js" /> - <Content Include="lib\Jscex\src\jscex-jit.js" /> - <Content Include="lib\Jscex\src\jscex-parser.js" /> - <Content Include="lib\Jscex\src\jscex-promise.js" /> - <Content Include="lib\Jscex\src\jscex.js" /> - <Content Include="lib\Jscex\src\jscexc.js" /> - <Content Include="lib\SQLite\SQLite3\Common.cpp" /> - <Content Include="lib\SQLite\SQLite3\Common.h" /> - <Content Include="lib\SQLite\SQLite3\Constants.cpp" /> - <Content Include="lib\SQLite\SQLite3\Constants.h" /> - <Content Include="lib\SQLite\SQLite3\Database.cpp" /> - <Content Include="lib\SQLite\SQLite3\Database.h" /> - <Content Include="lib\SQLite\SQLite3\sqlite3.c" /> - <Content Include="lib\SQLite\SQLite3\sqlite3.h" /> - <Content Include="lib\SQLite\SQLite3\SQLite3.vcxproj" /> - <Content Include="lib\SQLite\SQLite3\SQLite3.vcxproj.filters" /> - <Content Include="lib\SQLite\SQLite3\Statement.cpp" /> - <Content Include="lib\SQLite\SQLite3\Statement.h" /> - <None Include="Cordova-Metro_TemporaryKey.pfx" /> - </ItemGroup> - <ItemGroup> - <SDKReference Include="Microsoft.WinJS.1.0.RC, 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/03bf0cde/samples/Notification Test/Notification Test/css/default.css ---------------------------------------------------------------------- diff --git a/samples/Notification Test/Notification Test/css/default.css b/samples/Notification Test/Notification Test/css/default.css deleted file mode 100644 index da816d5..0000000 --- a/samples/Notification Test/Notification Test/css/default.css +++ /dev/null @@ -1,14 +0,0 @@ -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/03bf0cde/samples/Notification Test/Notification Test/default.html ---------------------------------------------------------------------- diff --git a/samples/Notification Test/Notification Test/default.html b/samples/Notification Test/Notification Test/default.html deleted file mode 100644 index 92ba73b..0000000 Binary files a/samples/Notification Test/Notification Test/default.html and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/Notification Test/Notification Test/images/logo.png ---------------------------------------------------------------------- diff --git a/samples/Notification Test/Notification Test/images/logo.png b/samples/Notification Test/Notification Test/images/logo.png deleted file mode 100644 index e26771c..0000000 Binary files a/samples/Notification Test/Notification Test/images/logo.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/Notification Test/Notification Test/images/smalllogo.png ---------------------------------------------------------------------- diff --git a/samples/Notification Test/Notification Test/images/smalllogo.png b/samples/Notification Test/Notification Test/images/smalllogo.png deleted file mode 100644 index 1eb0d9d..0000000 Binary files a/samples/Notification Test/Notification Test/images/smalllogo.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/Notification Test/Notification Test/images/splashscreen.png ---------------------------------------------------------------------- diff --git a/samples/Notification Test/Notification Test/images/splashscreen.png b/samples/Notification Test/Notification Test/images/splashscreen.png deleted file mode 100644 index c951e03..0000000 Binary files a/samples/Notification Test/Notification Test/images/splashscreen.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/Notification Test/Notification Test/images/storelogo.png ---------------------------------------------------------------------- diff --git a/samples/Notification Test/Notification Test/images/storelogo.png b/samples/Notification Test/Notification Test/images/storelogo.png deleted file mode 100644 index dcb6727..0000000 Binary files a/samples/Notification Test/Notification Test/images/storelogo.png and /dev/null differ