HH.Data.Excel.csproj 879 Bytes
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>WinExe</OutputType>
    <TargetFramework>net6.0-windows</TargetFramework>
    <Nullable>enable</Nullable>
    <UseWindowsForms>true</UseWindowsForms>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

  <ItemGroup>
    <Compile Remove="ExcelPojo\**" />
    <EmbeddedResource Remove="ExcelPojo\**" />
    <None Remove="ExcelPojo\**" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\..\sys\Hh.Mes.Common\Hh.Mes.Common.csproj" />
    <ProjectReference Include="..\..\sys\Hh.Mes.POJO\Hh.Mes.POJO.csproj" />
  </ItemGroup>

  <ItemGroup>
    <None Update="App.config">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    <None Update="config\log4net.config">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
  </ItemGroup>

</Project>