Today's history is a paged HTTP log on the worker, not on the card or in people.json. Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
723 B
XML
24 lines
723 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>HSchool.Simulation</RootNamespace>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Arch" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<InternalsVisibleTo Include="HSchool.Simulation.Tests" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\HSchool.Ai\HSchool.Ai.csproj" />
|
|
<ProjectReference Include="..\HSchool.Content\HSchool.Content.csproj" />
|
|
<ProjectReference Include="..\HSchool.People\HSchool.People.csproj" />
|
|
<ProjectReference Include="..\HSchool.Schedule\HSchool.Schedule.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|