Overview
Artifact ID: | 2ed3cad9cc9d5938808816bbc6da92366cd5a4dc |
---|---|
Ticket: | db7a713f4f0ad2b4f96520aa9782e38040f5f166
Change nuget build targets to use 'Content' rather than 'Copy' and 'Delete' |
User & Date: | mistachkin 2015-05-22 01:58:25 |
Changes
- icomment:
The latest changes on the branch should work *IF* you create a file named "System.Data.SQLite.Core.targets.user" in the same directories as the MSBuild targets file, containing: <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles> <CopySQLiteInteropFiles>false</CopySQLiteInteropFiles> <CleanSQLiteInteropFiles>false</CleanSQLiteInteropFiles> <CollectSQLiteInteropFiles>false</CollectSQLiteInteropFiles> </PropertyGroup> </Project>
- login: "mistachkin"
- mimetype: "text/x-fossil-plain"