From 825564a3183e502f012b33bfca8d63c10ac9fd8b Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 24 Dec 2019 23:17:41 +0100 Subject: Remove manifoldJS --- manifoldJS/Hesla.zip | Bin 2574813 -> 0 bytes manifoldJS/VS_project/Windows10-next-steps.md | 35 ---------- manifoldJS/VS_project/manifest/appxmanifest.xml | 48 ------------- .../VS_project/manifest/images/logo.scale-100.png | Bin 5107 -> 0 bytes .../manifest/images/smalllogo.scale-100.png | Bin 2582 -> 0 bytes .../manifest/images/splashscreen.scale-100.png | Bin 11189 -> 0 bytes .../manifest/images/storelogo.scale-100.png | Bin 1708 -> 0 bytes manifoldJS/VS_project/source/.vs/hesla/v14/.suo | Bin 30720 -> 0 bytes manifoldJS/VS_project/source/Hesla.jsproj | 75 --------------------- manifoldJS/VS_project/source/hesla.sln | 48 ------------- .../VS_project/source/images/logo.scale-100.png | Bin 5107 -> 0 bytes .../source/images/smalllogo.scale-100.png | Bin 2582 -> 0 bytes .../source/images/splashscreen.scale-100.png | Bin 11189 -> 0 bytes .../source/images/storelogo.scale-100.png | Bin 1708 -> 0 bytes manifoldJS/VS_project/source/package.appxmanifest | 59 ---------------- 15 files changed, 265 deletions(-) delete mode 100644 manifoldJS/Hesla.zip delete mode 100644 manifoldJS/VS_project/Windows10-next-steps.md delete mode 100644 manifoldJS/VS_project/manifest/appxmanifest.xml delete mode 100644 manifoldJS/VS_project/manifest/images/logo.scale-100.png delete mode 100644 manifoldJS/VS_project/manifest/images/smalllogo.scale-100.png delete mode 100644 manifoldJS/VS_project/manifest/images/splashscreen.scale-100.png delete mode 100644 manifoldJS/VS_project/manifest/images/storelogo.scale-100.png delete mode 100644 manifoldJS/VS_project/source/.vs/hesla/v14/.suo delete mode 100644 manifoldJS/VS_project/source/Hesla.jsproj delete mode 100644 manifoldJS/VS_project/source/hesla.sln delete mode 100644 manifoldJS/VS_project/source/images/logo.scale-100.png delete mode 100644 manifoldJS/VS_project/source/images/smalllogo.scale-100.png delete mode 100644 manifoldJS/VS_project/source/images/splashscreen.scale-100.png delete mode 100644 manifoldJS/VS_project/source/images/storelogo.scale-100.png delete mode 100644 manifoldJS/VS_project/source/package.appxmanifest diff --git a/manifoldJS/Hesla.zip b/manifoldJS/Hesla.zip deleted file mode 100644 index 5677cf0..0000000 Binary files a/manifoldJS/Hesla.zip and /dev/null differ diff --git a/manifoldJS/VS_project/Windows10-next-steps.md b/manifoldJS/VS_project/Windows10-next-steps.md deleted file mode 100644 index 9595910..0000000 --- a/manifoldJS/VS_project/Windows10-next-steps.md +++ /dev/null @@ -1,35 +0,0 @@ -# Test - Build - Submit - -## Test - -1. Your application uses the same rendering and JavaScript Engine as Microsoft Edge so most of you testing can be done on your website and in the browser. - -2. To test your application on a device, download the ManifoldJS test harness from the Store, and follow the directions. _Coming soon!_ - -3. To test locally, in the folder for your app, type "ManifoldJS run windows". - -> **Note:** Looking for some debugging tools that work on all your platforms? Try [Vorlon.js](http://www.vorlonjs.com/). It makes mobile testing a breeze, and works inside the app ManifoldJS apps. - -## Build - -### With Visual Studio - -1. Download and install Visual Studio (community edition works fine) and open the source code folder. - -2. Open the Project in Visual Studio. - -3. Use the store commands from Visual Studio to create the app package. - -### With the Windows 10 SDK - -1. Download the [Windows 10 SDK](http://dev.windows.com/en-US/windows-10-developer-preview-tools) (must be running Windows 10 Technical preview). - -2. Build with [these instructions](https://msdn.microsoft.com/en-us/library/windows/desktop/hh446767(v=vs.85).aspx) for MakeAppX. - -## Submit to Store - -1. Set up a Microsoft Developer account [here](http://dev.windows.com/en-us). - -2. Reserve the name of your app. - -3. Upload your appx package. diff --git a/manifoldJS/VS_project/manifest/appxmanifest.xml b/manifoldJS/VS_project/manifest/appxmanifest.xml deleted file mode 100644 index dea5844..0000000 --- a/manifoldJS/VS_project/manifest/appxmanifest.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - Hesla - user - images\storelogo.scale-100.png - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/manifoldJS/VS_project/manifest/images/logo.scale-100.png b/manifoldJS/VS_project/manifest/images/logo.scale-100.png deleted file mode 100644 index 6d5ae4e..0000000 Binary files a/manifoldJS/VS_project/manifest/images/logo.scale-100.png and /dev/null differ diff --git a/manifoldJS/VS_project/manifest/images/smalllogo.scale-100.png b/manifoldJS/VS_project/manifest/images/smalllogo.scale-100.png deleted file mode 100644 index 93362f5..0000000 Binary files a/manifoldJS/VS_project/manifest/images/smalllogo.scale-100.png and /dev/null differ diff --git a/manifoldJS/VS_project/manifest/images/splashscreen.scale-100.png b/manifoldJS/VS_project/manifest/images/splashscreen.scale-100.png deleted file mode 100644 index 634ee26..0000000 Binary files a/manifoldJS/VS_project/manifest/images/splashscreen.scale-100.png and /dev/null differ diff --git a/manifoldJS/VS_project/manifest/images/storelogo.scale-100.png b/manifoldJS/VS_project/manifest/images/storelogo.scale-100.png deleted file mode 100644 index 27ac40d..0000000 Binary files a/manifoldJS/VS_project/manifest/images/storelogo.scale-100.png and /dev/null differ diff --git a/manifoldJS/VS_project/source/.vs/hesla/v14/.suo b/manifoldJS/VS_project/source/.vs/hesla/v14/.suo deleted file mode 100644 index 84d5fe2..0000000 Binary files a/manifoldJS/VS_project/source/.vs/hesla/v14/.suo and /dev/null differ diff --git a/manifoldJS/VS_project/source/Hesla.jsproj b/manifoldJS/VS_project/source/Hesla.jsproj deleted file mode 100644 index b62bdcd..0000000 --- a/manifoldJS/VS_project/source/Hesla.jsproj +++ /dev/null @@ -1,75 +0,0 @@ - - - - - Debug - AnyCPU - - - Debug - ARM - - - Debug - x64 - - - Debug - x86 - - - Release - AnyCPU - - - Release - ARM - - - Release - x64 - - - Release - x86 - - - - 81d6593a-6ae2-4d09-884c-43d0a75907ac - - - - 14.0 - - - - - UAP - 10.0.10069.0 - 10.0.10069.0 - $(VersionNumberMajor).$(VersionNumberMinor) - en-US - App1_TemporaryKey.pfx - - - - Designer - - - - - - - - - diff --git a/manifoldJS/VS_project/source/hesla.sln b/manifoldJS/VS_project/source/hesla.sln deleted file mode 100644 index fcf0d4c..0000000 --- a/manifoldJS/VS_project/source/hesla.sln +++ /dev/null @@ -1,48 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "Hesla", "Hesla.jsproj", "{81D6593A-6AE2-4D09-884C-43D0A75907AC}" -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 - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Debug|ARM.ActiveCfg = Debug|ARM - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Debug|ARM.Build.0 = Debug|ARM - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Debug|ARM.Deploy.0 = Debug|ARM - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Debug|x64.ActiveCfg = Debug|x64 - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Debug|x64.Build.0 = Debug|x64 - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Debug|x64.Deploy.0 = Debug|x64 - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Debug|x86.ActiveCfg = Debug|x86 - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Debug|x86.Build.0 = Debug|x86 - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Debug|x86.Deploy.0 = Debug|x86 - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Release|Any CPU.Build.0 = Release|Any CPU - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Release|Any CPU.Deploy.0 = Release|Any CPU - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Release|ARM.ActiveCfg = Release|ARM - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Release|ARM.Build.0 = Release|ARM - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Release|ARM.Deploy.0 = Release|ARM - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Release|x64.ActiveCfg = Release|x64 - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Release|x64.Build.0 = Release|x64 - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Release|x64.Deploy.0 = Release|x64 - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Release|x86.ActiveCfg = Release|x86 - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Release|x86.Build.0 = Release|x86 - {81D6593A-6AE2-4D09-884C-43D0A75907AC}.Release|x86.Deploy.0 = Release|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/manifoldJS/VS_project/source/images/logo.scale-100.png b/manifoldJS/VS_project/source/images/logo.scale-100.png deleted file mode 100644 index 6d5ae4e..0000000 Binary files a/manifoldJS/VS_project/source/images/logo.scale-100.png and /dev/null differ diff --git a/manifoldJS/VS_project/source/images/smalllogo.scale-100.png b/manifoldJS/VS_project/source/images/smalllogo.scale-100.png deleted file mode 100644 index 93362f5..0000000 Binary files a/manifoldJS/VS_project/source/images/smalllogo.scale-100.png and /dev/null differ diff --git a/manifoldJS/VS_project/source/images/splashscreen.scale-100.png b/manifoldJS/VS_project/source/images/splashscreen.scale-100.png deleted file mode 100644 index 634ee26..0000000 Binary files a/manifoldJS/VS_project/source/images/splashscreen.scale-100.png and /dev/null differ diff --git a/manifoldJS/VS_project/source/images/storelogo.scale-100.png b/manifoldJS/VS_project/source/images/storelogo.scale-100.png deleted file mode 100644 index 27ac40d..0000000 Binary files a/manifoldJS/VS_project/source/images/storelogo.scale-100.png and /dev/null differ diff --git a/manifoldJS/VS_project/source/package.appxmanifest b/manifoldJS/VS_project/source/package.appxmanifest deleted file mode 100644 index f168d47..0000000 --- a/manifoldJS/VS_project/source/package.appxmanifest +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - Hesla - mcepl - images\storelogo.png - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit