Mercurial > pub > ImplabNet
diff Implab.Test/Implab.Test.csproj @ 227:8d5de4eb9c2c v2
Reimplemented JsonXmlReader, added support for null values: JSON null values are
mapped to empty nodes with 'xsi:nil' attribute set to 'true'
author | cin |
---|---|
date | Sat, 09 Sep 2017 03:53:13 +0300 |
parents | 5dc21f6a3222 |
children | d82909310094 |
line wrap: on
line diff
--- a/Implab.Test/Implab.Test.csproj Fri Aug 25 02:16:35 2017 +0300 +++ b/Implab.Test/Implab.Test.csproj Sat Sep 09 03:53:13 2017 +0300 @@ -76,9 +76,7 @@ <Name>Implab</Name> </ProjectReference> </ItemGroup> - <ItemGroup> - <Folder Include="Implab.Format.Test\" /> - </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets.