Skip to content

Commit

Permalink
upload finished project
Browse files Browse the repository at this point in the history
  • Loading branch information
ardaduz committed Apr 23, 2021
1 parent cd054e0 commit e7566f2
Show file tree
Hide file tree
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.
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.
8 changes: 8 additions & 0 deletions holo-app/Assets/3DModels/YuMi.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Loading

0 comments on commit e7566f2

Please sign in to comment.