mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-03-20 09:01:05 +08:00
14 lines
540 B
XML
14 lines
540 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>
|