B20UVLog.csproj 908 B

1234567891011121314151617181920212223242526272829303132
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net8.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <ImplicitUsings>enable</ImplicitUsings>
  7. <UseWPF>true</UseWPF>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
  11. <PackageReference Include="LiveChartsCore.SkiaSharpView.WPF" Version="2.0.0-rc2" />
  12. <PackageReference Include="MiniExcel" Version="1.32.1" />
  13. <PackageReference Include="SqlSugarCore" Version="5.1.4.159" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <Reference Include="MyWPFControl">
  17. <HintPath>..\dll\MyWPFControl.dll</HintPath>
  18. </Reference>
  19. </ItemGroup>
  20. <ItemGroup>
  21. <Folder Include="Helpers\" />
  22. </ItemGroup>
  23. <ItemGroup>
  24. <ProjectReference Include="..\TFT-MelsecMcNet\TFT-MelsecMcNet.csproj" />
  25. </ItemGroup>
  26. </Project>