Skip to content

Commit

Permalink
Place xrCompress dependencies in it's folder so that it runs correctly (
Browse files Browse the repository at this point in the history
fixes #1727)
  • Loading branch information
Xottab-DUTY committed Oct 25, 2024
1 parent d0ec90e commit 8a0ec8c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/utils/xrCompress/xrCompress.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@
<ItemGroup>
<Natvis Include="..\..\OpenXRay.natvis" />
</ItemGroup>
<ItemGroup>
<CopyFileToFolders Condition="'$(Platform)'=='Win32'" Include="..\..\..\sdk\binaries\$(PlatformShortName)\libcrypto-3.dll">
<FileType>Document</FileType>
</CopyFileToFolders>
<CopyFileToFolders Condition="'$(Platform)'=='x64'" Include="..\..\..\sdk\binaries\$(PlatformShortName)\libcrypto-3-x64.dll">
<FileType>Document</FileType>
</CopyFileToFolders>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
</Project>
4 changes: 4 additions & 0 deletions src/utils/xrCompress/xrCompress.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@
<ItemGroup>
<Natvis Include="..\..\OpenXRay.natvis" />
</ItemGroup>
<ItemGroup>
<CopyFileToFolders Condition="'$(Platform)'=='Win32'" Include="..\..\..\sdk\binaries\$(PlatformShortName)\libcrypto-3.dll" />
<CopyFileToFolders Condition="'$(Platform)'=='x64'" Include="..\..\..\sdk\binaries\$(PlatformShortName)\libcrypto-3-x64.dll" />
</ItemGroup>
</Project>

0 comments on commit 8a0ec8c

Please sign in to comment.