lixiaojun
2024-07-12 084b2bab7def0e156cf797a725435b6c754cfc05
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0-windows</TargetFramework>
    <Nullable>disable</Nullable>
    <UseWindowsForms>true</UseWindowsForms>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>
 
  <ItemGroup>
    <PackageReference Include="Yw.BLL.Map.Core" Version="3.0.0" />
    <PackageReference Include="Yw.WebBrower.Core" Version="3.0.0" />
    <PackageReference Include="Yw.WebView2.WinFrmUI.Core" Version="3.0.0" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\Yw.WinFrmUI.Core\Yw.WinFrmUI.Core.csproj" />
  </ItemGroup>
 
</Project>