WpfMdict / csharp /mdict /mdict.csproj
fasdfsa's picture
add cefcharp example
e9687e8
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Mdx\**" />
<EmbeddedResource Remove="Mdx\**" />
<None Remove="Mdx\**" />
<Page Remove="Mdx\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CefSharp.Wpf.NETCore" Version="141.0.110" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Mdx\Mdx\Mdx.csproj" />
</ItemGroup>
</Project>