feat: Initial commit of IcdCultureInfo and associated CultureInfo.sqlite database

This commit is contained in:
Chris Cameron
2019-05-07 11:52:13 -04:00
parent 0bf88240b2
commit 28abb69c85
4 changed files with 1045 additions and 0 deletions

View File

@@ -45,5 +45,10 @@
<PackageReference Include="System.Net.NetworkInformation" Version="4.3.0" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<None Update="Resources\CultureInfo.sqlite">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>