v1.9.0. Added more message types and tests.

This commit is contained in:
dotMorten 2017-12-21 11:03:40 -08:00
parent 7926e0c8e0
commit b9d94a2f8c
25 changed files with 1846 additions and 483 deletions

View file

@ -38,10 +38,6 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
<ItemGroup>
<Reference Include="NmeaParser">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\NmeaParser\bin\$(Configuration)\net451\NmeaParser.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
@ -171,6 +167,12 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NmeaParser\NmeaParser.csproj">
<Project>{1adc3666-1ddb-48c4-9811-1e58b6d09a7c}</Project>
<Name>NmeaParser</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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.