lixiaojun
2 天以前 531e3b2f09ebf2e6df44e6803e7fa06073ba2c3d
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.7</Version>
  </PropertyGroup>
 
  <ItemGroup>
    <PackageReference Include="Yw.WpfUI.Hydro.L3d.Core" Version="1.1.7" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Update="EditerL3d2.cs">
      <SubType>UserControl</SubType>
    </Compile>
  </ItemGroup>
 
</Project>