-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated commit for release version 1.1.33
- Loading branch information
Project Collection Build Service (msazure)
authored and
Project Collection Build Service (msazure)
committed
Feb 8, 2023
1 parent
c3f8007
commit 6d5b73b
Showing
26 changed files
with
1,156 additions
and
1,314 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
NativeCpp/HoloLens-OpenXr/samples/BasicXrApp/BasicXrApp_uwp.targets
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,9 +1,9 @@ | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!-- Redirect to the nuget .targets and .props file --> | ||
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.32\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.32\build\microsoft.azure.remoterendering.Cpp.props')" /> | ||
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.33\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.33\build\microsoft.azure.remoterendering.Cpp.props')" /> | ||
|
||
<ImportGroup Label="ExtensionTargets"> | ||
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.32\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.32\build\microsoft.azure.remoterendering.Cpp.targets')" /> | ||
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.33\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.33\build\microsoft.azure.remoterendering.Cpp.targets')" /> | ||
</ImportGroup> | ||
|
||
</Project> |
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 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.1.32" targetFramework="native" /> | ||
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.1.33" targetFramework="native" /> | ||
<package id="OpenXR.Headers" version="1.0.10.2" targetFramework="native" /> | ||
<package id="OpenXR.Loader" version="1.0.10.2" targetFramework="native" /> | ||
</packages> |
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,9 +1,9 @@ | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!-- Redirect to the nuget .targets and .props file --> | ||
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.32\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.32\build\microsoft.azure.remoterendering.Cpp.props')" /> | ||
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.33\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.33\build\microsoft.azure.remoterendering.Cpp.props')" /> | ||
|
||
<ImportGroup Label="ExtensionTargets"> | ||
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.32\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.32\build\microsoft.azure.remoterendering.Cpp.targets')" /> | ||
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.33\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.1.33\build\microsoft.azure.remoterendering.Cpp.targets')" /> | ||
</ImportGroup> | ||
|
||
</Project> |
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,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Windows.CppWinRT" version="2.0.200729.8" targetFramework="native" /> | ||
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.1.32" targetFramework="native" /> | ||
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.1.33" targetFramework="native" /> | ||
</packages> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
141 changes: 0 additions & 141 deletions
141
Unity/Showcase/App/Assets/App/Pointers/Prefabs/AppDefaultCursorNoMesh.prefab
This file was deleted.
Oops, something went wrong.
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
61 changes: 61 additions & 0 deletions
61
Unity/Showcase/App/Assets/App/Profiles/RemotingDesktopMixedRealityInputSystemProfile.asset
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,61 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!114 &11400000 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 0} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: 11500000, guid: b71cb900fa9dec5488df2deb180db58f, type: 3} | ||
m_Name: RemotingDesktopMixedRealityInputSystemProfile | ||
m_EditorClassIdentifier: | ||
isCustomProfile: 1 | ||
dataProviderConfigurations: | ||
- componentType: | ||
reference: Microsoft.MixedReality.Toolkit.WindowsMixedReality.Input.WindowsMixedRealityDeviceManager, | ||
Microsoft.MixedReality.Toolkit.Providers.WindowsMixedReality | ||
componentName: Windows Mixed Reality Device Manager | ||
priority: 0 | ||
runtimePlatform: 8 | ||
deviceManagerProfile: {fileID: 0} | ||
- componentType: | ||
reference: Microsoft.MixedReality.Toolkit.OpenVR.Input.OpenVRDeviceManager, | ||
Microsoft.MixedReality.Toolkit.Providers.OpenVR | ||
componentName: OpenVR Device Manager | ||
priority: 0 | ||
runtimePlatform: 7 | ||
deviceManagerProfile: {fileID: 0} | ||
- componentType: | ||
reference: Microsoft.MixedReality.Toolkit.Input.UnityInput.MouseDeviceManager, | ||
Microsoft.MixedReality.Toolkit | ||
componentName: Unity Mouse Device Manager | ||
priority: 0 | ||
runtimePlatform: -1 | ||
deviceManagerProfile: {fileID: 11400000, guid: cc2a0fa97d2f9f14996ffd20776bab57, | ||
type: 2} | ||
focusProviderType: | ||
reference: Microsoft.MixedReality.Toolkit.Input.RemoteFocusProviderNoCollider, | ||
Assembly-CSharp | ||
raycastProviderType: | ||
reference: Microsoft.MixedReality.Toolkit.Input.DefaultRaycastProvider, Microsoft.MixedReality.Toolkit.Services.InputSystem | ||
focusQueryBufferSize: 128 | ||
shouldUseGraphicsRaycast: 1 | ||
focusIndividualCompoundCollider: 0 | ||
inputActionsProfile: {fileID: 11400000, guid: 723eb97b02944311b92861f473eee53e, | ||
type: 2} | ||
inputActionRulesProfile: {fileID: 11400000, guid: 03945385d89102f41855bc8f5116b199, | ||
type: 2} | ||
pointerProfile: {fileID: 11400000, guid: 7675c9e1a16189e4a8112f3dbe7845ef, type: 2} | ||
gesturesProfile: {fileID: 11400000, guid: bd7829a9b29409045a745b5a18299291, type: 2} | ||
speechCommandsProfile: {fileID: 11400000, guid: f91cc56052923bd49814bb7937153cb4, | ||
type: 2} | ||
enableControllerMapping: 1 | ||
controllerMappingProfile: {fileID: 11400000, guid: 8237c848ef7592341960b70cb43d05b6, | ||
type: 2} | ||
controllerVisualizationProfile: {fileID: 11400000, guid: 345c06fdf3732db46b96299bd3cba653, | ||
type: 2} | ||
handTrackingProfile: {fileID: 11400000, guid: a00bc5590b88d854d959006e1da7d27d, | ||
type: 2} |
5 changes: 3 additions & 2 deletions
5
...refabs/AppDefaultCursorNoMesh.prefab.meta → ...MixedRealityInputSystemProfile.asset.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.