MachineMaterialHandler.csproj 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <None Remove="C:\Users\XiangQi\.nuget\packages\nlog.config\4.7.7\contentFiles\any\any\NLog.config" />
  8. <None Remove="NLog.config" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <Content Include="NLog.config">
  12. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  13. <ExcludeFromSingleFile>true</ExcludeFromSingleFile>
  14. <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
  15. </Content>
  16. </ItemGroup>
  17. <ItemGroup>
  18. <PackageReference Include="NSoupCore" Version="1.0.0" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <ProjectReference Include="..\DllEapDal\DllEapDal.csproj" />
  22. <ProjectReference Include="..\DllEapEntity\DllEapEntity.csproj" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <Reference Include="Cksoft.Data">
  26. <HintPath>..\Dll\Cksoft.Data.dll</HintPath>
  27. </Reference>
  28. <Reference Include="CkSoft.Data.Repository">
  29. <HintPath>..\Dll\CkSoft.Data.Repository.dll</HintPath>
  30. </Reference>
  31. <Reference Include="Cksoft.Unity">
  32. <HintPath>..\Dll\Cksoft.Unity.dll</HintPath>
  33. </Reference>
  34. </ItemGroup>
  35. </Project>