Files
cms-core-active/packages/System.Data.SQLite.EF6.1.0.105.2/tools/net45/install.ps1
T
Lucio Maranta 22f732ab9d NC_DEMO -> New features:
* CMS_CORE_Nc_Demo_Application (Server)
* Added new Nc Demo into CMS_CORE_Library (Client)
2017-11-06 13:26:39 +00:00

14 lines
462 B
PowerShell

###############################################################################
#
# provider.ps1 --
#
# Written by Joe Mistachkin.
# Released to the public domain, use at your own risk!
#
###############################################################################
param($installPath, $toolsPath, $package, $project)
Add-EFProvider $project "System.Data.SQLite.EF6" `
"System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6"