lixiaojun
2025-05-08 8775da4753559aeac4a26a7d509ce57de4da74a3
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>
    <OutputType>Library</OutputType>
    <UseWPF>True</UseWPF>
    <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
    <Version>1.1.6</Version>
  </PropertyGroup>
 
  <ItemGroup>
    <PackageReference Include="Yw.WpfUI.Hydro.L3d.Core" Version="1.1.6" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Update="EditerL3d2.cs">
      <SubType>UserControl</SubType>
    </Compile>
  </ItemGroup>
 
</Project>