-
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.2.29
- Loading branch information
Azure Remote Rendering Release Pipeline
authored and
Azure Remote Rendering Release Pipeline
committed
Jun 7, 2024
1 parent
925b309
commit 8b66dcd
Showing
15 changed files
with
651 additions
and
641 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.2.28\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.28\build\microsoft.azure.remoterendering.Cpp.props')" /> | ||
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\build\microsoft.azure.remoterendering.Cpp.props')" /> | ||
|
||
<ImportGroup Label="ExtensionTargets"> | ||
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.28\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.28\build\microsoft.azure.remoterendering.Cpp.targets')" /> | ||
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\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.2.28" targetFramework="native" /> | ||
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.2.29" 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.2.28\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.28\build\microsoft.azure.remoterendering.Cpp.props')" /> | ||
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\build\microsoft.azure.remoterendering.Cpp.props" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\build\microsoft.azure.remoterendering.Cpp.props')" /> | ||
|
||
<ImportGroup Label="ExtensionTargets"> | ||
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.28\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.28\build\microsoft.azure.remoterendering.Cpp.targets')" /> | ||
<Import Project="$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\build\microsoft.azure.remoterendering.Cpp.targets" Condition="Exists('$(SolutionDir)\packages\Microsoft.Azure.RemoteRendering.Cpp.1.2.29\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.2.28" targetFramework="native" /> | ||
<package id="Microsoft.Azure.RemoteRendering.Cpp" version="1.2.29" 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
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
Git LFS file not shown