Implement TimePoint.

This commit is contained in:
Daniel Kraus
2015-07-04 12:09:39 +02:00
parent 5ec85c2237
commit 2bd9c0e696
7 changed files with 338 additions and 2 deletions

View File

@ -63,6 +63,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="LineParserTest.cs" />
<Compile Include="Dictionaries\TestDictionary.cs" />
<Compile Include="TimePointTest.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />