Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Include Visual Studio 2015 in the NuGet targets file. Fix for [411e8bf7aa]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b1640c1f692805b107ee8b27d0aef61e |
User & Date: | mistachkin 2015-09-25 15:21:01.980 |
Context
2015-09-25
| ||
20:55 | Minor cleanup tweak to test case 'data-1.75'. check-in: 52146e11e8 user: mistachkin tags: trunk | |
15:21 | Include Visual Studio 2015 in the NuGet targets file. Fix for [411e8bf7aa]. check-in: b1640c1f69 user: mistachkin tags: trunk | |
2015-09-16
| ||
18:13 | Enhance test case for the SQLiteCommand.Reset method. check-in: d322dd9e02 user: mistachkin tags: trunk | |
Changes
Changes to NuGet/shared/Core/build/System.Data.SQLite.Core.targets.
︙ | ︙ | |||
127 128 129 130 131 132 133 | ** SQLite Interop Library Publish Properties for Visual Studio 201x ** ****************************************************************************** --> <PropertyGroup Condition="'$(VisualStudioVersion)' == '' Or '$(VisualStudioVersion)' == '10.0' Or '$(VisualStudioVersion)' == '11.0' Or | | > | 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | ** SQLite Interop Library Publish Properties for Visual Studio 201x ** ****************************************************************************** --> <PropertyGroup Condition="'$(VisualStudioVersion)' == '' Or '$(VisualStudioVersion)' == '10.0' Or '$(VisualStudioVersion)' == '11.0' Or '$(VisualStudioVersion)' == '12.0' Or '$(VisualStudioVersion)' == '14.0'"> <PipelineCollectFilesPhaseDependsOn> CollectSQLiteInteropFiles; $(PipelineCollectFilesPhaseDependsOn); </PipelineCollectFilesPhaseDependsOn> </PropertyGroup> </Project> |