-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Package | ||
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" | ||
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" | ||
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"> | ||
<Identity Name="KhmerTyping" | ||
ProcessorArchitecture="x64" | ||
Publisher="CN=BE55BDAC-7AB9-4522-8143-743C045D0466" | ||
Version="1.0.0.1" /> | ||
<Properties> | ||
<DisplayName>Khmer Typing</DisplayName> | ||
<PublisherDisplayName>Benjamin BALET</PublisherDisplayName> | ||
<Description>Learn Khmer Typing with a Visual Keyboard and games</Description> | ||
<Logo>assets\KhmerTyping.50x50.png</Logo> | ||
</Properties> | ||
<Resources> | ||
<Resource Language="en" /> | ||
<Resource Language="fr" /> | ||
<Resource Language="km" /> | ||
</Resources> | ||
<Dependencies> | ||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14316.0" MaxVersionTested="10.0.14316.0" /> | ||
</Dependencies> | ||
<Capabilities> | ||
<rescap:Capability Name="runFullTrust"/> | ||
</Capabilities> | ||
<Applications> | ||
<Application Id="KhmerTyping" Executable="app\KhmerTyping.exe" EntryPoint="Windows.FullTrustApplication"> | ||
<uap:VisualElements | ||
BackgroundColor="#FFFFFF" | ||
DisplayName="KhmerTyping" | ||
Square150x150Logo="assets\KhmerTyping.150x150.png" | ||
Square44x44Logo="assets\KhmerTyping.44x44.png" | ||
Description="KhmerTyping"> | ||
<uap:DefaultTile Wide310x150Logo="assets\KhmerTyping.310x150.png" /> | ||
</uap:VisualElements> | ||
</Application> | ||
</Applications> | ||
</Package> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "khmer-typing", | ||
"version": "0.0.5", | ||
"version": "1.0.0", | ||
"description": "Learn Khmer Typing with a Visual Keyboard and games", | ||
"author": "Benjamin BALET <[email protected]>", | ||
"contributors": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters