forked from Faithlife/System.Data.SQLite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystem.Data.SQLite.nuspec
More file actions
30 lines (30 loc) · 1.72 KB
/
System.Data.SQLite.nuspec
File metadata and controls
30 lines (30 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<package >
<metadata>
<id>Logos.System.Data.SQLite</id>
<version>$version$</version>
<authors>Logos Bible Software</authors>
<owners>Logos Bible Software</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An independent implementation of the core of ADO.NET.</description>
<copyright>Copyright 2014-2015 Faithlife / Logos Bible Software</copyright>
<dependencies>
<group targetFramework="portable-net45+win+wp8+MonoAndroid+MonoTouch+Xamarin.iOS10">
<dependency id="Logos.PclContrib.Portable.Data" version="0.1.1" />
</group>
<group targetFramework="net45"></group>
<group targetFramework="MonoMac"></group>
<group targetFramework="MonoAndroid"></group>
<group targetFramework="MonoTouch"></group>
<group targetFramework="Xamarin.iOS"></group>
</dependencies>
</metadata>
<files>
<file src="src\System.Data.SQLite-Portable\bin\$configuration$\System.Data.SQLite.*" target="lib\portable-net45+win+wp8+MonoAndroid+MonoTouch\" />
<file src="src\System.Data.SQLite-Net45\bin\$configuration$\System.Data.SQLite.*" target="lib\Net45\" />
<file src="src\System.Data.SQLite-Mac\bin\$configuration$\System.Data.SQLite.*" target="lib\MonoMac\" />
<file src="src\System.Data.SQLite-MonoAndroid\bin\$configuration$\System.Data.SQLite.*" target="lib\MonoAndroid\" exclude="**\*.mdb" />
<file src="src\System.Data.SQLite-MonoTouch\bin\$configuration$\System.Data.SQLite.*" target="lib\MonoTouch\" exclude="**\*.mdb" />
<file src="src\System.Data.SQLite-Xamarin.iOS\bin\$configuration$\System.Data.SQLite.*" target="lib\Xamarin.iOS\" exclude="**\*.mdb" />
</files>
</package>