Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekUnderwater authored Nov 20, 2017
1 parent d99f651 commit 5f49f7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NMEAParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ public enum ManufacturerCodes
GVT,
HAL,
HAR,
HDN,
HIG,
HIT,
HPK,
Expand Down Expand Up @@ -352,6 +353,7 @@ public enum ManufacturerCodes
LAT,
LEC,
LMM,
LNA,
LRD,
LSE,
LSP,
Expand Down Expand Up @@ -515,6 +517,7 @@ public enum ManufacturerCodes
WTC,
WST,
YAS,
ZMA,
any,
unknown
}
Expand Down
9 changes: 9 additions & 0 deletions UCNLNMEA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>ucnlkey.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -43,6 +49,9 @@
<Compile Include="NMEAStandartSentence.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="ucnlkey.pfx" />
</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.
Expand Down

0 comments on commit 5f49f7c

Please sign in to comment.