2024-11-17 13:25:39 +04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<TargetFramework>net6.0-windows7.0</TargetFramework>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\CheckedListBoxLibrary\MyUserControls.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-11-17 17:05:03 +04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Documents\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-11-17 13:25:39 +04:00
|
|
|
|
</Project>
|