Version 4.13.0

This commit is contained in:
ClemensF 2019-07-21 00:17:16 +02:00
parent 8b08d721d4
commit 8244ddb5c3
13 changed files with 625 additions and 739 deletions

View file

@ -40,8 +40,11 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Shared\SQLiteCache.cs">
<Link>SQLiteCache.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SQLiteCache.cs" />
<Compile Include="SQLiteCache.UWP.cs" />
<EmbeddedResource Include="Properties\SQLiteCache.UWP.rd.xml" />
</ItemGroup>
<ItemGroup>