Import dotnetDBF for error handling.

This commit is contained in:
Patrick Fic
2022-02-11 15:06:05 -08:00
parent 991ad38839
commit f32c149bae
75 changed files with 5585 additions and 7 deletions

View File

@@ -348,9 +348,6 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<PackageReference Include="DotNetDBF">
<Version>6.0.0.3</Version>
</PackageReference>
<PackageReference Include="FileHelpers">
<Version>3.5.1</Version>
</PackageReference>
@@ -537,6 +534,16 @@
<Version>2.5.1</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DotNetDBF.Enumerable\DotNetDBF.Enumerable.csproj">
<Project>{83e3893b-e266-475f-baa4-0bfa8393cdcf}</Project>
<Name>DotNetDBF.Enumerable</Name>
</ProjectReference>
<ProjectReference Include="..\dotnetdbf\DotNetDBF.csproj">
<Project>{9508821b-3b85-4088-8076-d0f0af00db55}</Project>
<Name>DotNetDBF</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="AfterBuild" Condition=" '$(Configuration)' == 'Release'">
<GetAssemblyIdentity AssemblyFiles="$(TargetPath)">