Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Improve intermediate output isolation while building. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4a4ba1612499c9d5ed48cc4ecc91831d |
User & Date: | mistachkin 2016-04-01 05:11:35.296 |
Context
2016-04-01
| ||
22:18 | Update Eagle in externals to the beta 35 release. check-in: 4f1502bc6d user: mistachkin tags: trunk | |
05:11 | Improve intermediate output isolation while building. check-in: 4a4ba16124 user: mistachkin tags: trunk | |
02:35 | Add a row to the LINQ test database for ticket [eafaece5c1]. check-in: 47ec08ca31 user: mistachkin tags: trunk | |
Changes
Changes to Targets/SQLite.NET.Settings.targets.
︙ | ︙ | |||
763 764 765 766 767 768 769 | <!-- NOTE: Keep all the intermediate files in one place. The Visual Studio IDE seems to have a nasty habit of ignoring this setting. The Visual Studio IDE then fails to build the project(s) properly when the output does not end up where it expects the output to be. The value of this property must have a trailing backslash. --> | | | | 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 | <!-- NOTE: Keep all the intermediate files in one place. The Visual Studio IDE seems to have a nasty habit of ignoring this setting. The Visual Studio IDE then fails to build the project(s) properly when the output does not end up where it expects the output to be. The value of this property must have a trailing backslash. --> <BaseIntermediateOutputPath Condition="'$(ConfigurationSuffix)' == ''">$(SQLiteNetDir)\obj\$(ConfigurationYear)\$(MSBuildProjectName)\</BaseIntermediateOutputPath> <BaseIntermediateOutputPath Condition="'$(ConfigurationSuffix)' != ''">$(SQLiteNetDir)\obj\$(ConfigurationYear)\$(MSBuildProjectName)\$(ConfigurationSuffix)\</BaseIntermediateOutputPath> </PropertyGroup> <!-- ****************************************************************************** ** Per-Configuration Relative Path Properties ** ****************************************************************************** --> |
︙ | ︙ |