lixiaojun
2025-04-09 9aa8106d88fc3070498493e2819922f7ac31746e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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.WinFrmUI.Hydro.L3d2.Core" Version="1.0.2" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\Yw.WinFrmUI.Hydro.Core\Yw.WinFrmUI.Hydro.Core.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Update="01-l3d2\HydroL3d2ViewPage.cs">
      <SubType>UserControl</SubType>
    </Compile>
  </ItemGroup>
 
</Project>