Added appx assets
This commit is contained in:
parent
a4807da6ea
commit
da07022f1d
5 changed files with 37 additions and 0 deletions
37
appx/AppXManifest.xml
Normal file
37
appx/AppXManifest.xml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<?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="OpenFlexureMicroscopeJS"
|
||||
ProcessorArchitecture="x64"
|
||||
Publisher="CN=bath-open-instrumentation-group"
|
||||
Version="1.0.0.0" />
|
||||
<Properties>
|
||||
<DisplayName>OpenFlexure Microscope JS</DisplayName>
|
||||
<PublisherDisplayName>Bath Open Instrumentation Group</PublisherDisplayName>
|
||||
<Description>No description entered</Description>
|
||||
<Logo>assets\SampleAppx.50x50.png</Logo>
|
||||
</Properties>
|
||||
<Resources>
|
||||
<Resource Language="en-us" />
|
||||
</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="OpenFlexureMicroscopeJS" Executable="app/openflexure-microscope-js.exe" EntryPoint="Windows.FullTrustApplication">
|
||||
<uap:VisualElements
|
||||
BackgroundColor="#9C1561"
|
||||
DisplayName="OpenFlexure Microscope JS"
|
||||
Square150x150Logo="assets\SampleAppx.150x150.png"
|
||||
Square44x44Logo="assets\SampleAppx.44x44.png"
|
||||
Description="OpenFlexure Microscope JS for Desktops">
|
||||
<uap:DefaultTile Wide310x150Logo="assets\SampleAppx.310x150.png" />
|
||||
</uap:VisualElements>
|
||||
</Application>
|
||||
</Applications>
|
||||
</Package>
|
||||
BIN
appx/assets/SampleAppx.150x150.png
Normal file
BIN
appx/assets/SampleAppx.150x150.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
appx/assets/SampleAppx.310x150.png
Normal file
BIN
appx/assets/SampleAppx.310x150.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
appx/assets/SampleAppx.44x44.png
Normal file
BIN
appx/assets/SampleAppx.44x44.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
BIN
appx/assets/SampleAppx.50x50.png
Normal file
BIN
appx/assets/SampleAppx.50x50.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue