Exclude flecs-cs from compile items

.. instead of selectively including the folders we want
wip/no-type-lookup
copygirl 2 years ago
parent 2d72e87290
commit e4f3020a87
  1. 7
      gaemstone.ECS.csproj

@ -7,13 +7,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<EnableDefaultItems>false</EnableDefaultItems>
</PropertyGroup>
<ItemGroup>
<Compile Include="src/gaemstone.ECS/**/*.cs" />
<Compile Include="src/gaemstone.Utility/**/*.cs" />
<Compile Remove="src/flecs-cs/**" />
</ItemGroup>
<ItemGroup>

Loading…
Cancel
Save