Plugins.props 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <Project>
  2. <PropertyGroup>
  3. <RootNamespace>FastReport.Plugins</RootNamespace>
  4. <Copyright>Fast Reports Inc.</Copyright>
  5. <Company>Fast Reports Inc.</Company>
  6. <Authors>Fast Reports Inc.</Authors>
  7. <SignAssembly>true</SignAssembly>
  8. <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)../../FastReport.Plugins.snk</AssemblyOriginatorKeyFile>
  9. <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
  10. <PackageIconUrl>https://www.fast-report.com/download/images/frlogo-big.png</PackageIconUrl>
  11. <PackageProjectUrl>https://www.fast-report.com/en/product/fast-report-net</PackageProjectUrl>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="$(Crossplatform)=='true'">
  14. <DefineConstants>$(DefineConstants);FRCORE</DefineConstants>
  15. </PropertyGroup>
  16. <ItemGroup Condition="$(Crossplatform)=='true'">
  17. <Compile Remove="**\*.Designer.cs" />
  18. <Compile Remove="**\*.DesignExt.cs" />
  19. <Compile Remove="**\*ConnectionEditor.cs" />
  20. <EmbeddedResource Remove="**\*.resx" />
  21. </ItemGroup>
  22. <ItemGroup Condition="'$(TargetFramework)'=='$(NetFrameworkMinimum)'">
  23. <Reference Include="System" />
  24. <Reference Include="System.Data" />
  25. <Reference Include="System.Design" />
  26. <Reference Include="System.Drawing" />
  27. <Reference Include="System.Windows.Forms" />
  28. <Reference Include="System.Xml" />
  29. </ItemGroup>
  30. <ItemGroup>
  31. <None Include="$(MSBuildThisFileFullPath)">
  32. <Visible>true</Visible>
  33. <Pack>false</Pack>
  34. <CopyToOutputDirectory>Never</CopyToOutputDirectory>
  35. </None>
  36. </ItemGroup>
  37. </Project>