about summary refs log tree commit diff
path: root/LibMatrix/LibMatrix.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-04-07 17:34:48 +0200
committerRory& <root@rory.gay>2025-04-07 17:34:48 +0200
commit637279d9b761df32968e3c5af87ae34b8ade69cd (patch)
treefe0d1ec912343f81318933404443be84d12e42e0 /LibMatrix/LibMatrix.csproj
parentFollowup documentation from chat, fix trailing whitespace (diff)
downloadLibMatrix-637279d9b761df32968e3c5af87ae34b8ade69cd.tar.xz
Intermediary commit: rewrite optimising of sync store, support compiled JSON in IStorageProvider
Diffstat (limited to 'LibMatrix/LibMatrix.csproj')
-rw-r--r--LibMatrix/LibMatrix.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/LibMatrix/LibMatrix.csproj b/LibMatrix/LibMatrix.csproj

index bbfaf38..3d10487 100644 --- a/LibMatrix/LibMatrix.csproj +++ b/LibMatrix/LibMatrix.csproj
@@ -18,8 +18,9 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="ArcaneLibs" Version="1.0.0-preview.20250313-104848" Condition="'$(Configuration)' == 'Release'" /> - <ProjectReference Include="..\ArcaneLibs\ArcaneLibs\ArcaneLibs.csproj" Condition="'$(Configuration)' == 'Debug'"/> +<!-- <PackageReference Include="ArcaneLibs" Version="1.0.0-preview.20250313-104848" Condition="'$(Configuration)' == 'Release'" />--> +<!-- <ProjectReference Include="..\ArcaneLibs\ArcaneLibs\ArcaneLibs.csproj" Condition="'$(Configuration)' == 'Debug'"/>--> + <ProjectReference Include="..\ArcaneLibs\ArcaneLibs\ArcaneLibs.csproj"/> </ItemGroup> </Project>