kontrahent.md

This commit is contained in:
Marcin Wojas
2026-06-05 15:48:46 +02:00
parent 67fcc9e996
commit 01de89b7b5
15 changed files with 1596 additions and 0 deletions
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(SonetaTargetFramework)</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Soneta.Business\Soneta.Business.csproj" />
<ProjectReference Include="..\Soneta.Core\Soneta.Core.csproj" />
<ProjectReference Include="..\Soneta.CRM\Soneta.CRM.csproj" />
<ProjectReference Include="..\Soneta.Kasa\Soneta.Kasa.csproj" />
<ProjectReference Include="..\Soneta.Test\Soneta.Test.csproj" />
<ProjectReference Include="..\Soneta.Types\Soneta.Types.csproj" />
</ItemGroup>
</Project>