about summary refs log tree commit diff
path: root/MatrixUtils.LibDMSpace
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-01-11 19:49:19 +0100
committerRory& <root@rory.gay>2025-01-11 19:49:19 +0100
commitd128e9e86298285081510364a598d652f9f6702d (patch)
treeea4293aebd531b650ccdd67600800594c5489df1 /MatrixUtils.LibDMSpace
parentSome cleanup (diff)
downloadMatrixUtils-d128e9e86298285081510364a598d652f9f6702d.tar.xz
Fix dependency resolution
Diffstat (limited to 'MatrixUtils.LibDMSpace')
-rw-r--r--MatrixUtils.LibDMSpace/MatrixUtils.LibDMSpace.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/MatrixUtils.LibDMSpace/MatrixUtils.LibDMSpace.csproj b/MatrixUtils.LibDMSpace/MatrixUtils.LibDMSpace.csproj

index c3e2ec3..e39440e 100644 --- a/MatrixUtils.LibDMSpace/MatrixUtils.LibDMSpace.csproj +++ b/MatrixUtils.LibDMSpace/MatrixUtils.LibDMSpace.csproj
@@ -8,4 +8,8 @@ <LangVersion>preview</LangVersion> <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> </PropertyGroup> + + <ItemGroup> + <ProjectReference Include="..\LibMatrix\LibMatrix\LibMatrix.csproj" /> + </ItemGroup> </Project>