|
@@ -1,4 +1,4 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
<Authors>MarcinZiabek</Authors>
|
|
<Authors>MarcinZiabek</Authors>
|
|
|
<Company>CodeFlint</Company>
|
|
<Company>CodeFlint</Company>
|
|
@@ -44,7 +44,13 @@
|
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
|
|
|
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
|
|
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <ProjectReference Include="..\QuestPDF.InteropGenerators\QuestPDF.InteropGenerators.csproj"
|
|
|
|
|
+ OutputItemType="Analyzer"
|
|
|
|
|
+ ReferenceOutputAssembly="false" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<None Include="Resources\**\*.*">
|
|
<None Include="Resources\**\*.*">
|
|
|
<Pack>true</Pack>
|
|
<Pack>true</Pack>
|