You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
633 B

1 month ago
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.1</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  8. <PackageReference Include="System.Drawing.Common" Version="6.0.0" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <Reference Include="FastReport">
  12. <HintPath>..\..\..\..\SoftWare\FastReport.Net_FastReport.Core_v2022.3.9_Downloadly.ir\FastReport.Net &amp; FastReport.Core v2022.3.9\FastReport.Core v2022.3.9\netcoreapp3.1\FastReport.dll</HintPath>
  13. </Reference>
  14. </ItemGroup>
  15. </Project>