Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Import the custom MSBuild targets file from the appropriate interop assembly project files. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
46d564619439c306e507ac7e4ce22b9f |
User & Date: | mistachkin 2016-08-31 19:21:22.753 |
Context
2016-08-31
| ||
23:50 | Refactor project system and test suite handling of mixed-mode files. check-in: 64dd02f948 user: mistachkin tags: trunk | |
20:06 | Initial work on fixing the PostBuildEvent issues with the interop assembly project. check-in: 7a51a2839e user: mistachkin tags: interopPostBuild | |
19:21 | Import the custom MSBuild targets file from the appropriate interop assembly project files. check-in: 46d5646194 user: mistachkin tags: trunk | |
18:55 | Update SQLite core library to the 3.14.1 release. check-in: 631603fdde user: mistachkin tags: trunk | |
Changes
Changes to SQLite.Interop/SQLite.Interop.2010.vcxproj.
︙ | ︙ | |||
51 52 53 54 55 56 57 58 59 60 61 62 63 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2010.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or | > | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2010.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or |
︙ | ︙ |
Changes to SQLite.Interop/SQLite.Interop.2012.vcxproj.
︙ | ︙ | |||
51 52 53 54 55 56 57 58 59 60 61 62 63 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2012.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or | > | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2012.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or |
︙ | ︙ |
Changes to SQLite.Interop/SQLite.Interop.2013.vcxproj.
︙ | ︙ | |||
51 52 53 54 55 56 57 58 59 60 61 62 63 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2013.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or | > | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2013.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or |
︙ | ︙ |
Changes to SQLite.Interop/SQLite.Interop.2015.vcxproj.
︙ | ︙ | |||
51 52 53 54 55 56 57 58 59 60 61 62 63 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2015.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or | > | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2015.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or |
︙ | ︙ |
Changes to SQLite.Interop/SQLite.Interop.CE.2012.vcxproj.
︙ | ︙ | |||
41 42 43 44 45 46 47 48 49 50 51 52 53 54 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2012.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|CEPC DevPlatform'" Label="Configuration"> <TargetName>SQLite.Interop.$(INTEROP_BUILD_NUMBER)</TargetName> <ConfigurationType>DynamicLibrary</ConfigurationType> | > | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2012.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|CEPC DevPlatform'" Label="Configuration"> <TargetName>SQLite.Interop.$(INTEROP_BUILD_NUMBER)</TargetName> <ConfigurationType>DynamicLibrary</ConfigurationType> |
︙ | ︙ |
Changes to SQLite.Interop/SQLite.Interop.Static.2010.vcxproj.
︙ | ︙ | |||
51 52 53 54 55 56 57 58 59 60 61 62 63 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2010.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or | > | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2010.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or |
︙ | ︙ |
Changes to SQLite.Interop/SQLite.Interop.Static.2012.vcxproj.
︙ | ︙ | |||
51 52 53 54 55 56 57 58 59 60 61 62 63 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2012.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or | > | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2012.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or |
︙ | ︙ |
Changes to SQLite.Interop/SQLite.Interop.Static.2013.vcxproj.
︙ | ︙ | |||
51 52 53 54 55 56 57 58 59 60 61 62 63 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2013.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or | > | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2013.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or |
︙ | ︙ |
Changes to SQLite.Interop/SQLite.Interop.Static.2015.vcxproj.
︙ | ︙ | |||
51 52 53 54 55 56 57 58 59 60 61 62 63 64 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2015.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or | > | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="props\sqlite3.props" /> <Import Project="props\SQLite.Interop.2015.props" /> <PropertyGroup> <SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir> </PropertyGroup> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" /> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.targets" /> <Import Project="$(INTEROP_EXTRA_PROPS_FILE)" Condition="'$(INTEROP_EXTRA_PROPS_FILE)' != '' And Exists('$(INTEROP_EXTRA_PROPS_FILE)')" /> <PropertyGroup Condition="('$(Configuration)' == 'DebugNativeOnly' Or '$(Configuration)' == 'ReleaseNativeOnly') And (('$(Platform)' == 'Win32' And ('$(PROCESSOR_ARCHITECTURE)' != 'x86' Or |
︙ | ︙ |