2024-09-11 16:57:09 +10:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2024-09-12 15:05:47 +10:00
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\PARR.BLL\PARR.BLL.csproj" />
|
|
|
|
|
<ProjectReference Include="..\PARR.Constants\PARR.Constants.csproj" />
|
|
|
|
|
<ProjectReference Include="..\PARR.DAL\PARR.DAL.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-09-11 16:57:09 +10:00
|
|
|
</Project>
|