-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBBnf.Net.csproj
21 lines (17 loc) · 962 Bytes
/
BBnf.Net.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\..\libs\cs\Meep.Tech.Collections.Cursor\Meep.Tech.Collections.Cursor.csproj" />
<ProjectReference Include="..\..\..\libs\cs\Meep.Tech.Collections.ReadOnlySet\Meep.Tech.Collections.ReadOnlySet.csproj" />
<ProjectReference Include="..\..\..\libs\cs\Meep.Tech.Extensions.Text\Meep.Tech.Extensions.Text.csproj" />
<ProjectReference Include="..\..\..\libs\cs\Meep.Tech.Extensions.Collections\Meep.Tech.Extensions.Collections.csproj" />
<ProjectReference Include="..\..\..\libs\cs\Meep.Tech.Predicates\Meep.Tech.Predicates.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<DefaultItemExcludes>$(DefaultItemExcludes);tests\**;cli\**;exs\**;tests\**</DefaultItemExcludes>
</PropertyGroup>
</Project>