mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Initial commit of mostly working desktop portT
This commit is contained in:
13
packages/System.Data.SQLite.EF6.1.0.99.0/tools/net46/install.ps1
vendored
Normal file
13
packages/System.Data.SQLite.EF6.1.0.99.0/tools/net46/install.ps1
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
###############################################################################
|
||||
#
|
||||
# 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"
|
||||
Reference in New Issue
Block a user