Files
SpacetimeDB/modules/benchmarks-cs/benchmarks-cs.csproj
2024-12-16 21:49:42 +00:00

14 lines
537 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<!--
Use local package sources instead of published ones.
This makes integration test somewhat differ from production configuration, but
at least it simplifies workflow for editing and testing C# code itself.
-->
<ItemGroup>
<ProjectReference Include="../../crates/bindings-csharp/Codegen/Codegen.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="../../crates/bindings-csharp/Runtime/Runtime.csproj" />
</ItemGroup>
</Project>