HHECS.WinClient.csproj 1.97 KB
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>WinExe</OutputType>
    <TargetFramework>net6.0-windows7.0</TargetFramework>
    <UseWPF>true</UseWPF>
    <AssemblyName>HHECS.WinClient</AssemblyName>
    <RootNamespace>HHECS.WinClient</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>
    <SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
    <ApplicationIcon>favicon.ico</ApplicationIcon>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
    <DefineConstants>TRACE;Core</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
    <DefineConstants>TRACE;Core</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Content Include="favicon.ico" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="HHECS.BllModel" Version="1.1.3" />
    <PackageReference Include="NLog" Version="5.0.1" />
    <PackageReference Include="NLog.Schema" Version="5.0.1" />
    <PackageReference Include="PropertyChanged.Fody" Version="3.4.1" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\HHECS.Application\HHECS.Application.csproj" />
    <ProjectReference Include="..\HHECS.Dal\HHECS.Dal.csproj" />
    <ProjectReference Include="..\HHECS.Executor\HHECS.Executor.csproj" />
    <ProjectReference Include="..\HHECS.Infrastructure\HHECS.Infrastructure.csproj" />
    <ProjectReference Include="..\HHECS.Model\HHECS.Model.csproj" />
    <ProjectReference Include="..\HHECS.WinCommon\HHECS.WinCommon.csproj" />
  </ItemGroup>
  <ItemGroup>
    <None Update="C:\Users\LiuFu\.nuget\packages\nlog.config\4.7.13\contentFiles\any\any\NLog.config">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
  </ItemGroup>
</Project>