Meum/Meum.Server/Meum.Server.csproj
2024-10-22 13:16:20 +05:00

14 lines
343 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Meum.Core\Meum.Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DTLib" Version="1.6.0" />
</ItemGroup>
</Project>