Version 4.12.2 Updated FileDbCache and MapImages

This commit is contained in:
ClemensF 2019-07-16 20:13:52 +02:00
parent 85c54f075c
commit a860c8d341
13 changed files with 148 additions and 4865 deletions

View file

@ -37,8 +37,8 @@
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="FileDb">
<HintPath>..\FileDb\FileDb.dll</HintPath>
<Reference Include="FileDb.Net, Version=7.3.0.0, Culture=neutral, PublicKeyToken=ba3f58a0e60cd01d, processorArchitecture=MSIL">
<HintPath>..\..\packages\FileDb.Net.7.4.3\lib\net45\FileDb.Net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Runtime.Caching" />
@ -51,6 +51,7 @@
<None Include="..\..\MapControl.snk">
<Link>MapControl.snk</Link>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FileDb.Net" version="7.4.3" targetFramework="net48" />
</packages>