Index: NuGet/SQLite.Core.Beta.nuspec ================================================================== --- NuGet/SQLite.Core.Beta.nuspec +++ NuGet/SQLite.Core.Beta.nuspec @@ -28,19 +28,19 @@ - - - - - - - - - - - - + + + + + + + + + + + + Index: NuGet/SQLite.Core.Test.nuspec ================================================================== --- NuGet/SQLite.Core.Test.nuspec +++ NuGet/SQLite.Core.Test.nuspec @@ -28,19 +28,19 @@ - - - - - - - - - - - - + + + + + + + + + + + + Index: NuGet/SQLite.Core.nuspec ================================================================== --- NuGet/SQLite.Core.nuspec +++ NuGet/SQLite.Core.nuspec @@ -28,19 +28,19 @@ - - - - - - - - - - - - + + + + + + + + + + + + Index: NuGet/SQLite.EF6.Beta.nuspec ================================================================== --- NuGet/SQLite.EF6.Beta.nuspec +++ NuGet/SQLite.EF6.Beta.nuspec @@ -43,16 +43,16 @@ - - - - - - - - - + + + + + + + + + Index: NuGet/SQLite.EF6.Test.nuspec ================================================================== --- NuGet/SQLite.EF6.Test.nuspec +++ NuGet/SQLite.EF6.Test.nuspec @@ -43,16 +43,16 @@ - - - - - - - - - + + + + + + + + + Index: NuGet/SQLite.EF6.nuspec ================================================================== --- NuGet/SQLite.EF6.nuspec +++ NuGet/SQLite.EF6.nuspec @@ -43,16 +43,16 @@ - - - - - - - - - + + + + + + + + + Index: NuGet/SQLite.Linq.Beta.nuspec ================================================================== --- NuGet/SQLite.Linq.Beta.nuspec +++ NuGet/SQLite.Linq.Beta.nuspec @@ -38,15 +38,15 @@ - - - - - - - - + + + + + + + + Index: NuGet/SQLite.Linq.Test.nuspec ================================================================== --- NuGet/SQLite.Linq.Test.nuspec +++ NuGet/SQLite.Linq.Test.nuspec @@ -38,15 +38,15 @@ - - - - - - - - + + + + + + + + Index: NuGet/SQLite.Linq.nuspec ================================================================== --- NuGet/SQLite.Linq.nuspec +++ NuGet/SQLite.Linq.nuspec @@ -38,15 +38,15 @@ - - - - - - - - + + + + + + + + Index: NuGet/SQLite.MSIL.Beta.nuspec ================================================================== --- NuGet/SQLite.MSIL.Beta.nuspec +++ NuGet/SQLite.MSIL.Beta.nuspec @@ -46,18 +46,18 @@ - - - - - - - - - - - + + + + + + + + + + + Index: NuGet/SQLite.MSIL.Test.nuspec ================================================================== --- NuGet/SQLite.MSIL.Test.nuspec +++ NuGet/SQLite.MSIL.Test.nuspec @@ -46,18 +46,18 @@ - - - - - - - - - - - + + + + + + + + + + + Index: NuGet/SQLite.MSIL.nuspec ================================================================== --- NuGet/SQLite.MSIL.nuspec +++ NuGet/SQLite.MSIL.nuspec @@ -46,18 +46,18 @@ - - - - - - - - - - - + + + + + + + + + + + Index: NuGet/SQLite.x64.nuspec ================================================================== --- NuGet/SQLite.x64.nuspec +++ NuGet/SQLite.x64.nuspec @@ -45,18 +45,18 @@ - - - - - - - - - - - + + + + + + + + + + + Index: NuGet/SQLite.x86.nuspec ================================================================== --- NuGet/SQLite.x86.nuspec +++ NuGet/SQLite.x86.nuspec @@ -45,18 +45,18 @@ - - - - - - - - - - - + + + + + + + + + + + DELETED NuGet/net20/Core/config.transform Index: NuGet/net20/Core/config.transform ================================================================== --- NuGet/net20/Core/config.transform +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - DELETED NuGet/net20/Core/install.ps1 Index: NuGet/net20/Core/install.ps1 ================================================================== --- NuGet/net20/Core/install.ps1 +++ /dev/null @@ -1,36 +0,0 @@ -############################################################################### -# -# install.ps1 -- -# -# Written by Joe Mistachkin. -# Released to the public domain, use at your own risk! -# -############################################################################### - -param($installPath, $toolsPath, $package, $project) - -$platformNames = "x86", "x64" -$fileName = "SQLite.Interop.dll" -$propertyName = "CopyToOutputDirectory" - -foreach($platformName in $platformNames) { - $folder = $project.ProjectItems.Item($platformName) - - if ($folder -eq $null) { - continue - } - - $item = $folder.ProjectItems.Item($fileName) - - if ($item -eq $null) { - continue - } - - $property = $item.Properties.Item($propertyName) - - if ($property -eq $null) { - continue - } - - $property.Value = 1 -} DELETED NuGet/net40/Core/config.transform Index: NuGet/net40/Core/config.transform ================================================================== --- NuGet/net40/Core/config.transform +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - DELETED NuGet/net40/Core/install.ps1 Index: NuGet/net40/Core/install.ps1 ================================================================== --- NuGet/net40/Core/install.ps1 +++ /dev/null @@ -1,36 +0,0 @@ -############################################################################### -# -# install.ps1 -- -# -# Written by Joe Mistachkin. -# Released to the public domain, use at your own risk! -# -############################################################################### - -param($installPath, $toolsPath, $package, $project) - -$platformNames = "x86", "x64" -$fileName = "SQLite.Interop.dll" -$propertyName = "CopyToOutputDirectory" - -foreach($platformName in $platformNames) { - $folder = $project.ProjectItems.Item($platformName) - - if ($folder -eq $null) { - continue - } - - $item = $folder.ProjectItems.Item($fileName) - - if ($item -eq $null) { - continue - } - - $property = $item.Properties.Item($propertyName) - - if ($property -eq $null) { - continue - } - - $property.Value = 1 -} DELETED NuGet/net40/EF6/config.transform Index: NuGet/net40/EF6/config.transform ================================================================== --- NuGet/net40/EF6/config.transform +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - ADDED NuGet/net40/EF6/content/config.transform Index: NuGet/net40/EF6/content/config.transform ================================================================== --- /dev/null +++ NuGet/net40/EF6/content/config.transform @@ -0,0 +1,11 @@ + + + + + + + + DELETED NuGet/net40/EF6/provider.ps1 Index: NuGet/net40/EF6/provider.ps1 ================================================================== --- NuGet/net40/EF6/provider.ps1 +++ /dev/null @@ -1,13 +0,0 @@ -############################################################################### -# -# 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" ADDED NuGet/net40/EF6/tools/provider.ps1 Index: NuGet/net40/EF6/tools/provider.ps1 ================================================================== --- /dev/null +++ NuGet/net40/EF6/tools/provider.ps1 @@ -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" ADDED NuGet/shared/Core/build/System.Data.SQLite.Core.targets Index: NuGet/shared/Core/build/System.Data.SQLite.Core.targets ================================================================== --- /dev/null +++ NuGet/shared/Core/build/System.Data.SQLite.Core.targets @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + $(BuildDependsOn); + CopySQLiteInteropFiles; + + + $(CleanDependsOn); + CleanSQLiteInteropFiles; + + + ADDED NuGet/shared/Core/content/config.transform Index: NuGet/shared/Core/content/config.transform ================================================================== --- /dev/null +++ NuGet/shared/Core/content/config.transform @@ -0,0 +1,11 @@ + + + + + + + + Index: SQLite.NET.2005.MSBuild.sln ================================================================== --- SQLite.NET.2005.MSBuild.sln +++ SQLite.NET.2005.MSBuild.sln @@ -4,16 +4,14 @@ ProjectSection(SolutionItems) = preProject data\exclude_bin.txt = data\exclude_bin.txt data\exclude_src.txt = data\exclude_src.txt Keys\System.Data.SQLite.CF.snk = Keys\System.Data.SQLite.CF.snk Keys\System.Data.SQLite.snk = Keys\System.Data.SQLite.snk - NuGet\net20\Core\config.transform = NuGet\net20\Core\config.transform - NuGet\net40\Core\config.transform = NuGet\net40\Core\config.transform - NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform - NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 - NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 - NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 + NuGet\shared\Core\build\System.Data.SQLite.Core.targets = NuGet\shared\Core\build\System.Data.SQLite.Core.targets + NuGet\shared\Core\content\config.transform = NuGet\shared\Core\content\config.transform + NuGet\net40\EF6\content\config.transform = NuGet\net40\EF6\content\config.transform + NuGet\net40\EF6\tools\provider.ps1 = NuGet\net40\EF6\tools\provider.ps1 NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.Beta.nuspec = NuGet\SQLite.Core.Beta.nuspec NuGet\SQLite.Core.Test.nuspec = NuGet\SQLite.Core.Test.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.Core.MSIL.Beta.nuspec = NuGet\SQLite.Core.MSIL.Beta.nuspec Index: SQLite.NET.2005.sln ================================================================== --- SQLite.NET.2005.sln +++ SQLite.NET.2005.sln @@ -4,16 +4,14 @@ ProjectSection(SolutionItems) = preProject data\exclude_bin.txt = data\exclude_bin.txt data\exclude_src.txt = data\exclude_src.txt Keys\System.Data.SQLite.CF.snk = Keys\System.Data.SQLite.CF.snk Keys\System.Data.SQLite.snk = Keys\System.Data.SQLite.snk - NuGet\net20\Core\config.transform = NuGet\net20\Core\config.transform - NuGet\net40\Core\config.transform = NuGet\net40\Core\config.transform - NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform - NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 - NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 - NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 + NuGet\shared\Core\build\System.Data.SQLite.Core.targets = NuGet\shared\Core\build\System.Data.SQLite.Core.targets + NuGet\shared\Core\content\config.transform = NuGet\shared\Core\content\config.transform + NuGet\net40\EF6\content\config.transform = NuGet\net40\EF6\content\config.transform + NuGet\net40\EF6\tools\provider.ps1 = NuGet\net40\EF6\tools\provider.ps1 NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.Beta.nuspec = NuGet\SQLite.Core.Beta.nuspec NuGet\SQLite.Core.Test.nuspec = NuGet\SQLite.Core.Test.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.Core.MSIL.Beta.nuspec = NuGet\SQLite.Core.MSIL.Beta.nuspec Index: SQLite.NET.2008.MSBuild.sln ================================================================== --- SQLite.NET.2008.MSBuild.sln +++ SQLite.NET.2008.MSBuild.sln @@ -4,16 +4,14 @@ ProjectSection(SolutionItems) = preProject data\exclude_bin.txt = data\exclude_bin.txt data\exclude_src.txt = data\exclude_src.txt Keys\System.Data.SQLite.CF.snk = Keys\System.Data.SQLite.CF.snk Keys\System.Data.SQLite.snk = Keys\System.Data.SQLite.snk - NuGet\net20\Core\config.transform = NuGet\net20\Core\config.transform - NuGet\net40\Core\config.transform = NuGet\net40\Core\config.transform - NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform - NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 - NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 - NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 + NuGet\shared\Core\build\System.Data.SQLite.Core.targets = NuGet\shared\Core\build\System.Data.SQLite.Core.targets + NuGet\shared\Core\content\config.transform = NuGet\shared\Core\content\config.transform + NuGet\net40\EF6\content\config.transform = NuGet\net40\EF6\content\config.transform + NuGet\net40\EF6\tools\provider.ps1 = NuGet\net40\EF6\tools\provider.ps1 NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.Beta.nuspec = NuGet\SQLite.Core.Beta.nuspec NuGet\SQLite.Core.Test.nuspec = NuGet\SQLite.Core.Test.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.Core.MSIL.Beta.nuspec = NuGet\SQLite.Core.MSIL.Beta.nuspec Index: SQLite.NET.2008.sln ================================================================== --- SQLite.NET.2008.sln +++ SQLite.NET.2008.sln @@ -4,16 +4,14 @@ ProjectSection(SolutionItems) = preProject data\exclude_bin.txt = data\exclude_bin.txt data\exclude_src.txt = data\exclude_src.txt Keys\System.Data.SQLite.CF.snk = Keys\System.Data.SQLite.CF.snk Keys\System.Data.SQLite.snk = Keys\System.Data.SQLite.snk - NuGet\net20\Core\config.transform = NuGet\net20\Core\config.transform - NuGet\net40\Core\config.transform = NuGet\net40\Core\config.transform - NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform - NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 - NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 - NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 + NuGet\shared\Core\build\System.Data.SQLite.Core.targets = NuGet\shared\Core\build\System.Data.SQLite.Core.targets + NuGet\shared\Core\content\config.transform = NuGet\shared\Core\content\config.transform + NuGet\net40\EF6\content\config.transform = NuGet\net40\EF6\content\config.transform + NuGet\net40\EF6\tools\provider.ps1 = NuGet\net40\EF6\tools\provider.ps1 NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.Beta.nuspec = NuGet\SQLite.Core.Beta.nuspec NuGet\SQLite.Core.Test.nuspec = NuGet\SQLite.Core.Test.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.Core.MSIL.Beta.nuspec = NuGet\SQLite.Core.MSIL.Beta.nuspec Index: SQLite.NET.2010.MSBuild.sln ================================================================== --- SQLite.NET.2010.MSBuild.sln +++ SQLite.NET.2010.MSBuild.sln @@ -4,16 +4,14 @@ ProjectSection(SolutionItems) = preProject data\exclude_bin.txt = data\exclude_bin.txt data\exclude_src.txt = data\exclude_src.txt Keys\System.Data.SQLite.CF.snk = Keys\System.Data.SQLite.CF.snk Keys\System.Data.SQLite.snk = Keys\System.Data.SQLite.snk - NuGet\net20\Core\config.transform = NuGet\net20\Core\config.transform - NuGet\net40\Core\config.transform = NuGet\net40\Core\config.transform - NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform - NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 - NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 - NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 + NuGet\shared\Core\build\System.Data.SQLite.Core.targets = NuGet\shared\Core\build\System.Data.SQLite.Core.targets + NuGet\shared\Core\content\config.transform = NuGet\shared\Core\content\config.transform + NuGet\net40\EF6\content\config.transform = NuGet\net40\EF6\content\config.transform + NuGet\net40\EF6\tools\provider.ps1 = NuGet\net40\EF6\tools\provider.ps1 NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.Beta.nuspec = NuGet\SQLite.Core.Beta.nuspec NuGet\SQLite.Core.Test.nuspec = NuGet\SQLite.Core.Test.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.Core.MSIL.Beta.nuspec = NuGet\SQLite.Core.MSIL.Beta.nuspec Index: SQLite.NET.2010.sln ================================================================== --- SQLite.NET.2010.sln +++ SQLite.NET.2010.sln @@ -4,16 +4,14 @@ ProjectSection(SolutionItems) = preProject data\exclude_bin.txt = data\exclude_bin.txt data\exclude_src.txt = data\exclude_src.txt Keys\System.Data.SQLite.CF.snk = Keys\System.Data.SQLite.CF.snk Keys\System.Data.SQLite.snk = Keys\System.Data.SQLite.snk - NuGet\net20\Core\config.transform = NuGet\net20\Core\config.transform - NuGet\net40\Core\config.transform = NuGet\net40\Core\config.transform - NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform - NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 - NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 - NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 + NuGet\shared\Core\build\System.Data.SQLite.Core.targets = NuGet\shared\Core\build\System.Data.SQLite.Core.targets + NuGet\shared\Core\content\config.transform = NuGet\shared\Core\content\config.transform + NuGet\net40\EF6\content\config.transform = NuGet\net40\EF6\content\config.transform + NuGet\net40\EF6\tools\provider.ps1 = NuGet\net40\EF6\tools\provider.ps1 NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.Beta.nuspec = NuGet\SQLite.Core.Beta.nuspec NuGet\SQLite.Core.Test.nuspec = NuGet\SQLite.Core.Test.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.Core.MSIL.Beta.nuspec = NuGet\SQLite.Core.MSIL.Beta.nuspec Index: SQLite.NET.2012.MSBuild.sln ================================================================== --- SQLite.NET.2012.MSBuild.sln +++ SQLite.NET.2012.MSBuild.sln @@ -4,16 +4,14 @@ ProjectSection(SolutionItems) = preProject data\exclude_bin.txt = data\exclude_bin.txt data\exclude_src.txt = data\exclude_src.txt Keys\System.Data.SQLite.CF.snk = Keys\System.Data.SQLite.CF.snk Keys\System.Data.SQLite.snk = Keys\System.Data.SQLite.snk - NuGet\net20\Core\config.transform = NuGet\net20\Core\config.transform - NuGet\net40\Core\config.transform = NuGet\net40\Core\config.transform - NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform - NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 - NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 - NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 + NuGet\shared\Core\build\System.Data.SQLite.Core.targets = NuGet\shared\Core\build\System.Data.SQLite.Core.targets + NuGet\shared\Core\content\config.transform = NuGet\shared\Core\content\config.transform + NuGet\net40\EF6\content\config.transform = NuGet\net40\EF6\content\config.transform + NuGet\net40\EF6\tools\provider.ps1 = NuGet\net40\EF6\tools\provider.ps1 NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.Beta.nuspec = NuGet\SQLite.Core.Beta.nuspec NuGet\SQLite.Core.Test.nuspec = NuGet\SQLite.Core.Test.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.Core.MSIL.Beta.nuspec = NuGet\SQLite.Core.MSIL.Beta.nuspec Index: SQLite.NET.2012.sln ================================================================== --- SQLite.NET.2012.sln +++ SQLite.NET.2012.sln @@ -4,16 +4,14 @@ ProjectSection(SolutionItems) = preProject data\exclude_bin.txt = data\exclude_bin.txt data\exclude_src.txt = data\exclude_src.txt Keys\System.Data.SQLite.CF.snk = Keys\System.Data.SQLite.CF.snk Keys\System.Data.SQLite.snk = Keys\System.Data.SQLite.snk - NuGet\net20\Core\config.transform = NuGet\net20\Core\config.transform - NuGet\net40\Core\config.transform = NuGet\net40\Core\config.transform - NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform - NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 - NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 - NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 + NuGet\shared\Core\build\System.Data.SQLite.Core.targets = NuGet\shared\Core\build\System.Data.SQLite.Core.targets + NuGet\shared\Core\content\config.transform = NuGet\shared\Core\content\config.transform + NuGet\net40\EF6\content\config.transform = NuGet\net40\EF6\content\config.transform + NuGet\net40\EF6\tools\provider.ps1 = NuGet\net40\EF6\tools\provider.ps1 NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.Beta.nuspec = NuGet\SQLite.Core.Beta.nuspec NuGet\SQLite.Core.Test.nuspec = NuGet\SQLite.Core.Test.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.Core.MSIL.Beta.nuspec = NuGet\SQLite.Core.MSIL.Beta.nuspec Index: SQLite.NET.2013.MSBuild.sln ================================================================== --- SQLite.NET.2013.MSBuild.sln +++ SQLite.NET.2013.MSBuild.sln @@ -4,16 +4,14 @@ ProjectSection(SolutionItems) = preProject data\exclude_bin.txt = data\exclude_bin.txt data\exclude_src.txt = data\exclude_src.txt Keys\System.Data.SQLite.CF.snk = Keys\System.Data.SQLite.CF.snk Keys\System.Data.SQLite.snk = Keys\System.Data.SQLite.snk - NuGet\net20\Core\config.transform = NuGet\net20\Core\config.transform - NuGet\net40\Core\config.transform = NuGet\net40\Core\config.transform - NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform - NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 - NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 - NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 + NuGet\shared\Core\build\System.Data.SQLite.Core.targets = NuGet\shared\Core\build\System.Data.SQLite.Core.targets + NuGet\shared\Core\content\config.transform = NuGet\shared\Core\content\config.transform + NuGet\net40\EF6\content\config.transform = NuGet\net40\EF6\content\config.transform + NuGet\net40\EF6\tools\provider.ps1 = NuGet\net40\EF6\tools\provider.ps1 NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.Beta.nuspec = NuGet\SQLite.Core.Beta.nuspec NuGet\SQLite.Core.Test.nuspec = NuGet\SQLite.Core.Test.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.Core.MSIL.Beta.nuspec = NuGet\SQLite.Core.MSIL.Beta.nuspec Index: SQLite.NET.2013.sln ================================================================== --- SQLite.NET.2013.sln +++ SQLite.NET.2013.sln @@ -4,16 +4,14 @@ ProjectSection(SolutionItems) = preProject data\exclude_bin.txt = data\exclude_bin.txt data\exclude_src.txt = data\exclude_src.txt Keys\System.Data.SQLite.CF.snk = Keys\System.Data.SQLite.CF.snk Keys\System.Data.SQLite.snk = Keys\System.Data.SQLite.snk - NuGet\net20\Core\config.transform = NuGet\net20\Core\config.transform - NuGet\net40\Core\config.transform = NuGet\net40\Core\config.transform - NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform - NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 - NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 - NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 + NuGet\shared\Core\build\System.Data.SQLite.Core.targets = NuGet\shared\Core\build\System.Data.SQLite.Core.targets + NuGet\shared\Core\content\config.transform = NuGet\shared\Core\content\config.transform + NuGet\net40\EF6\content\config.transform = NuGet\net40\EF6\content\config.transform + NuGet\net40\EF6\tools\provider.ps1 = NuGet\net40\EF6\tools\provider.ps1 NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.Beta.nuspec = NuGet\SQLite.Core.Beta.nuspec NuGet\SQLite.Core.Test.nuspec = NuGet\SQLite.Core.Test.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.Core.MSIL.Beta.nuspec = NuGet\SQLite.Core.MSIL.Beta.nuspec Index: Setup/data/verify.lst ================================================================== --- Setup/data/verify.lst +++ Setup/data/verify.lst @@ -154,21 +154,22 @@ Externals/Eagle/lib/Test1.0/ Keys/ Keys/System.Data.SQLite.CF.snk Keys/System.Data.SQLite.snk NuGet/ - NuGet/net20/ - NuGet/net20/Core/ - NuGet/net20/Core/config.transform - NuGet/net20/Core/install.ps1 + NuGet/shared/ + NuGet/shared/Core/ + NuGet/shared/Core/build/ + NuGet/shared/Core/build/System.Data.SQLite.Core.targets + NuGet/shared/Core/content/ + NuGet/shared/Core/content/config.transform NuGet/net40/ - NuGet/net40/Core/ - NuGet/net40/Core/config.transform - NuGet/net40/Core/install.ps1 NuGet/net40/EF6/ - NuGet/net40/EF6/config.transform - NuGet/net40/EF6/provider.ps1 + NuGet/net40/EF6/content/ + NuGet/net40/EF6/content/config.transform + NuGet/net40/EF6/tools/ + NuGet/net40/EF6/tools/provider.ps1 NuGet/SQLite.Beta.nuspec NuGet/SQLite.Core.nuspec NuGet/SQLite.Core.Beta.nuspec NuGet/SQLite.Core.MSIL.nuspec NuGet/SQLite.Core.MSIL.Beta.nuspec