Commit da07022f authored by Joel Collins's avatar Joel Collins
Browse files

Added appx assets

parent a4807da6
Loading
Loading
Loading
Loading

appx/AppXManifest.xml

0 → 100644
+37 −0
Original line number Diff line number Diff line
<?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>
+10.8 KiB
Loading image diff...
+11.4 KiB
Loading image diff...
+2.06 KiB
Loading image diff...
+2.17 KiB
Loading image diff...