Files
soneta-erp-skills/Soneta.Skills.Test/Soneta.Skills.Test.csproj
T
Marcin Wojas 01de89b7b5 kontrahent.md
2026-06-05 15:48:46 +02:00

14 lines
597 B
XML

<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>