-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathHerculesZeusDfeDemo.csproj
More file actions
39 lines (33 loc) · 1.1 KB
/
HerculesZeusDfeDemo.csproj
File metadata and controls
39 lines (33 loc) · 1.1 KB
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
29
30
31
32
33
34
35
36
37
38
39
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hercules.NET.NFe.NFCe" Version="2025.7.15.1635" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="9.0.7" />
<PackageReference Include="FastReport.OpenSource" Version="2022.2.2" />
<PackageReference Include="FastReport.OpenSource.Export.PdfSimple" Version="2022.2.2" />
</ItemGroup>
<ItemGroup>
<None Remove="Schemas\*" />
<Content Include="Schemas\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="NFe\NFeRetrato.frx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Reference Include="NFe.Danfe.Base">
<HintPath>NFe.Danfe.Base.dll</HintPath>
</Reference>
<Reference Include="NFe.Danfe.OpenFast">
<HintPath>NFe.Danfe.OpenFast.dll</HintPath>
</Reference>
</ItemGroup>
</Project>