15 lines
425 B
XML
Raw Normal View History

2024-04-03 17:33:56 +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>
2024-04-29 00:19:47 +04:00
<ItemGroup>
<ProjectReference Include="..\CarCenterDataBaseImplement\CarCenterDataBaseImplement.csproj" />
</ItemGroup>
2024-04-03 17:33:56 +04:00
</Project>