This commit is contained in:
mmrbnjd
2024-04-05 01:05:32 +03:30
parent 0b1ad82130
commit 4eb04aef14
9 changed files with 234 additions and 14 deletions

View File

@@ -26,11 +26,16 @@
<ItemGroup>
<Folder Include="Common\DTOs\" />
<Folder Include="Features\" />
<Folder Include="Validations\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Shared\Shared.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Service">
<HintPath>..\..\Dlls\Service.dll</HintPath>
</Reference>
</ItemGroup>
</Project>