Skip to content

Commit

Permalink
openxr files removed
Browse files Browse the repository at this point in the history
  • Loading branch information
recore67 committed Dec 30, 2023
1 parent 522e458 commit e514c1d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<PackageVersion Include="Silk.NET.OpenGL" Version="2.17.1" />
<PackageVersion Include="Silk.NET.OpenGLES" Version="2.17.1" />
<PackageVersion Include="Silk.NET.OpenGLES.Extensions.EXT" Version="2.17.1" />
<PackageVersion Include="Silk.NET.OpenXR" Version="2.17.1" />
<PackageVersion Include="Silk.NET.Sdl" Version="2.17.1" />
<PackageVersion Include="Silk.NET.Windowing.Sdl" Version="2.17.1" />
<PackageVersion Include="Stride.SharpFont" Version="1.0.0" />
Expand Down
3 changes: 0 additions & 3 deletions deps/OpenXR/openxr_loader.dll

This file was deleted.

16 changes: 0 additions & 16 deletions sources/engine/Stride.VirtualReality/Stride.VirtualReality.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@
<StrideBuildTags>*</StrideBuildTags>
<StrideCodeAnalysis>true</StrideCodeAnalysis>
</PropertyGroup>
<Choose>
<When Condition=" '$(StrideGraphicsApi)' == 'Direct3D11' Or '$(StrideGraphicsApi)' == 'Direct3D12' ">
<ItemGroup>
<StrideNativeLib Include="..\..\..\deps\OpenVR\$(StridePlatformDeps)\**\openvr_api.*">
<Link>runtimes\%(RecursiveDir)native\%(Filename)%(Extension)</Link>
<RelativePath>runtimes\%(RecursiveDir)native\%(Filename)%(Extension)</RelativePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</StrideNativeLib>
<StrideNativeLib Include="..\..\..\deps\OpenXR\openxr_loader.dll">
<Link>runtimes\win-x64\native\%(RecursiveDir)%(Filename)%(Extension)</Link>
<RelativePath>runtimes\win-x64\native\%(RecursiveDir)%(Filename)%(Extension)</RelativePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</StrideNativeLib>
</ItemGroup>
</When>
</Choose>
<ItemGroup>
<Compile Include="..\..\shared\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
Expand Down

0 comments on commit e514c1d

Please sign in to comment.