HHECS.LicenseTools.csproj
1.12 KB
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyName>HHECS.LicenseTools</AssemblyName>
<RootNamespace>HHECS.LicenseTools</RootNamespace>
<Version>1.0.0.0</Version>
<Configurations>Debug;Release</Configurations>
<Copyright>Copyright © LiuFu 2018-2020</Copyright>
<FileVersion>1.0.0.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;Core</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>TRACE;Core</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HHECS.BllModel" Version="1.1.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HHECS.Infrastructure\HHECS.Infrastructure.csproj" />
<ProjectReference Include="..\HHECS.WinCommon\HHECS.WinCommon.csproj" />
</ItemGroup>
</Project>