Skip to content

Commit

Permalink
Remove direct reference to submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
lcodes committed Oct 31, 2024
1 parent 54b8fae commit 44c95c7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions SpacetimeDB.ClientSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,4 @@
<None Update="README.md" Pack="true" PackagePath="" />
</ItemGroup>

<!-- Explicitly include all .cs files except Unity-related scripts -->
<ItemGroup>
<Compile Include="src/**/*.cs" Exclude="unity-tests/client/Assets/**/*.cs" />

<!-- Optionally include Unity-related scripts for Unity builds -->
<Compile Include="unity-tests/client/Assets/**/*.cs" Condition="'$(BuildingUnity)' == 'true'" />
</ItemGroup>

</Project>

0 comments on commit 44c95c7

Please sign in to comment.