PIbd22_Kuznetsov_A.V._Sewin.../SewingDresses/SewingDressesView/SewingDressesView.csproj

18 lines
714 B
XML
Raw Permalink Normal View History

2024-05-04 19:41:17 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SewingDressesBusinessLogic\SewingDressesBusinessLogic.csproj" />
<ProjectReference Include="..\SewingDressesContracts\SewingDressesContracts.csproj" />
2024-05-04 19:42:41 +04:00
<ProjectReference Include="..\SewingDressesFileImplement\SewingDressesFileImplement.csproj" />
2024-05-04 19:41:17 +04:00
<ProjectReference Include="..\SewingDressesListImplement\SewingDressesListImplement.csproj" />
</ItemGroup>
</Project>