Files
voice-cat/clients/windows/Directory.Build.props
T
Talon b79cbeff44
.NET port / test (macos-latest) (push) Canceled after 0s
.NET port / test (ubuntu-24.04) (push) Canceled after 0s
.NET port / test (windows-latest) (push) Canceled after 0s
.NET port / apple-client (push) Canceled after 0s
Fix managed package lock isolation
2026-09-19 22:55:48 +02:00

10 lines
538 B
XML

<Project>
<PropertyGroup>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<!-- Where the CMake `windows-client` preset puts the built DLL (see ../../CMakePresets.json
and clients/windows/README.md). Override with an environment variable or a
Directory.Build.props further down the tree if your build/ lives elsewhere. -->
<VoiceCatNativeDir Condition="'$(VoiceCatNativeDir)' == ''">$(MSBuildThisFileDirectory)..\..\build\windows-client\bin</VoiceCatNativeDir>
</PropertyGroup>
</Project>