Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Backout part of the change from the previous check-in (the OutputPath actually needs to be changed in the testef6 project). |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | netStandard21 |
Files: | files | file ages | folders |
SHA1: |
7a1f4c2a05002d78af63dbd73d90d0c4 |
User & Date: | mistachkin 2019-10-09 20:32:09.904 |
Context
2019-10-09
| ||
20:32 | Add diagnostics to the batch build tool. check-in: cde1321da5 user: mistachkin tags: netStandard21 | |
20:32 | Backout part of the change from the previous check-in (the OutputPath actually needs to be changed in the testef6 project). check-in: 7a1f4c2a05 user: mistachkin tags: netStandard21 | |
20:04 | Fix typo in the 'testef6' project file for .NET Standard. check-in: e1d87429dc user: mistachkin tags: netStandard21 | |
Changes
Changes to testlinq/testef6.NetStandard21.csproj.
︙ | ︙ | |||
123 124 125 126 127 128 129 130 131 132 133 134 135 136 | ****************************************************************************** ** Import Project Build Targets ** ****************************************************************************** --> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.targets" /> <!-- ****************************************************************************** ** Project Configuration Specific Properties ** ****************************************************************************** --> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> | > > > > > > > > > > | 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 | ****************************************************************************** ** Import Project Build Targets ** ****************************************************************************** --> <Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.targets" /> <!-- ****************************************************************************** ** Convert Project Settings To MSBuild Settings ** ****************************************************************************** --> <PropertyGroup Condition="'$(BinaryOutputPath)' != ''"> <OutputPath>$(BinaryOutputPath)</OutputPath> </PropertyGroup> <!-- ****************************************************************************** ** Project Configuration Specific Properties ** ****************************************************************************** --> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
︙ | ︙ |