9 lines
470 B
Plaintext
9 lines
470 B
Plaintext
|
|
<Project>
|
||
|
|
<PropertyGroup>
|
||
|
|
<!-- 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>
|