forked from Hercules-NET/ZeusFiscal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNFe.Danfe.Nativo.csproj
28 lines (26 loc) · 1.05 KB
/
NFe.Danfe.Nativo.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;net8.0;net9.0-windows</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DFe.Classes\DFe.Classes.csproj" />
<ProjectReference Include="..\DFe.Utils\DFe.Utils.csproj" />
<ProjectReference Include="..\NFe.Classes\NFe.Classes.csproj" />
<ProjectReference Include="..\NFe.Utils\NFe.Utils.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="Fontes\LeiaMe.txt" />
</ItemGroup>
<ItemGroup>
<None Include="Fontes\OpenSans-CondBold.ttf" />
<None Include="Fontes\OpenSans-CondLight.ttf" />
<None Include="Fontes\OpenSans-CondLightItalic.ttf" />
<None Include="Fontes\UbuntuCondensed-Regular.ttf" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="PdfSharpCore" Version="1.3.62" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
<PackageReference Include="ZXing.Net" Version="0.16.9" />
<PackageReference Include="ZXing.Net.Bindings.Windows.Compatibility" Version="0.16.12" />
</ItemGroup>
</Project>