16 lines
No EOL
462 B
XML
16 lines
No EOL
462 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net6.0-windows7.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<UseWindowsForms>True</UseWindowsForms>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<CefSharpAnyCpuSupport>true</CefSharpAnyCpuSupport>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="CefSharp.WinForms.NETCore" Version="124.3.50" />
|
|
</ItemGroup>
|
|
|
|
</Project> |