-
Notifications
You must be signed in to change notification settings - Fork 1
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
5,118 changed files
with
989,813 additions
and
692,123 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
69 changes: 36 additions & 33 deletions
69
...ive Telemanipulation/Package.appxmanifest → ...ive Telemanipulation/Package.appxmanifest
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,34 +1,37 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Package xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns:iot="http://schemas.microsoft.com/appx/manifest/iot/windows10" xmlns:mobile="http://schemas.microsoft.com/appx/manifest/mobile/windows10" IgnorableNamespaces="uap uap2 uap3 uap4 mp mobile iot" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"> | ||
<Identity Name="MRImmersiveTelemanipulation" Publisher="CN=MR Immersive Telemanipulation" Version="1.0.0.0" /> | ||
<mp:PhoneIdentity PhoneProductId="f7226360-7606-42d8-a8d8-86ded09ecc14" PhonePublisherId="00000000-0000-0000-0000-000000000000" /> | ||
<Properties> | ||
<DisplayName>MR Immersive Telemanipulation</DisplayName> | ||
<PublisherDisplayName>MR Immersive Telemanipulation</PublisherDisplayName> | ||
<Logo>Assets\StoreLogo.png</Logo> | ||
</Properties> | ||
<Dependencies> | ||
<TargetDeviceFamily Name="Windows.Holographic" MinVersion="10.0.10240.0" MaxVersionTested="10.0.18362.0" /> | ||
</Dependencies> | ||
<Resources> | ||
<Resource Language="x-generate" /> | ||
</Resources> | ||
<Applications> | ||
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="MRImmersiveTelemanipulation.App"> | ||
<uap:VisualElements DisplayName="MR Immersive Telemanipulation" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="MR Immersive Telemanipulation" BackgroundColor="transparent"> | ||
<uap:DefaultTile ShortName="MR Immersive Telemanipulation" Wide310x150Logo="Assets\Wide310x150Logo.png" /> | ||
<uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#FFFFFF" /> | ||
<uap:InitialRotationPreference> | ||
<uap:Rotation Preference="landscape" /> | ||
<uap:Rotation Preference="landscapeFlipped" /> | ||
<uap:Rotation Preference="portrait" /> | ||
<uap:Rotation Preference="portraitFlipped" /> | ||
</uap:InitialRotationPreference> | ||
</uap:VisualElements> | ||
</Application> | ||
</Applications> | ||
<Capabilities> | ||
<Capability Name="privateNetworkClientServer" /> | ||
<uap2:Capability Name="spatialPerception" /> | ||
</Capabilities> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Package xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns:iot="http://schemas.microsoft.com/appx/manifest/iot/windows10" xmlns:mobile="http://schemas.microsoft.com/appx/manifest/mobile/windows10" IgnorableNamespaces="uap uap2 uap3 uap4 mp mobile iot" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"> | ||
<Identity Name="MRImmersiveTelemanipulation" Publisher="CN=MR Immersive Telemanipulation" Version="1.0.0.0" /> | ||
<mp:PhoneIdentity PhoneProductId="f7226360-7606-42d8-a8d8-86ded09ecc14" PhonePublisherId="00000000-0000-0000-0000-000000000000" /> | ||
<Properties> | ||
<DisplayName>MR Immersive Telemanipulation</DisplayName> | ||
<PublisherDisplayName>MR Immersive Telemanipulation</PublisherDisplayName> | ||
<Logo>Assets\StoreLogo.png</Logo> | ||
</Properties> | ||
<Dependencies> | ||
<TargetDeviceFamily Name="Windows.Holographic" MinVersion="10.0.10240.0" MaxVersionTested="10.0.18362.0" /> | ||
</Dependencies> | ||
<Resources> | ||
<Resource Language="x-generate" /> | ||
</Resources> | ||
<Applications> | ||
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="MRImmersiveTelemanipulation.App"> | ||
<uap:VisualElements DisplayName="MR Immersive Telemanipulation" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="MR Immersive Telemanipulation" BackgroundColor="transparent"> | ||
<uap:DefaultTile ShortName="MR Immersive Telemanipulation" Wide310x150Logo="Assets\Wide310x150Logo.png" /> | ||
<uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#FFFFFF" /> | ||
<uap:InitialRotationPreference> | ||
<uap:Rotation Preference="landscape" /> | ||
<uap:Rotation Preference="landscapeFlipped" /> | ||
<uap:Rotation Preference="portrait" /> | ||
<uap:Rotation Preference="portraitFlipped" /> | ||
</uap:InitialRotationPreference> | ||
</uap:VisualElements> | ||
</Application> | ||
</Applications> | ||
<Capabilities> | ||
<Capability Name="internetClient" /> | ||
<Capability Name="internetClientServer" /> | ||
<Capability Name="privateNetworkClientServer" /> | ||
<uap2:Capability Name="spatialPerception" /> | ||
<DeviceCapability Name="microphone" /> | ||
</Capabilities> | ||
</Package> |
File renamed without changes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.