presence_sample_v2/domain/domain.csproj

18 lines
359 B
XML
Raw Normal View History

2024-11-14 06:26:29 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\data\data.csproj" />
</ItemGroup>
2024-11-22 12:18:04 +00:00
<ItemGroup>
<Folder Include="Response\" />
</ItemGroup>
2024-11-14 06:26:29 +00:00
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>