COP/TestForms/TestForms.csproj
2024-07-29 20:21:07 +04:00

16 lines
482 B
XML

<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="..\CustomComponents\CustomComponents.csproj" />
<ProjectReference Include="..\ExcelComponents\ExcelComponents.csproj" />
</ItemGroup>
</Project>