Adds support for ECMA-67, closes #12.

This commit is contained in:
2016-09-17 16:56:09 +01:00
parent 2ac66832bb
commit a7e64c86ae
4 changed files with 195 additions and 1 deletions

View File

@@ -113,6 +113,7 @@
<Compile Include="Cram.cs" />
<Compile Include="CBM.cs" />
<Compile Include="UDF.cs" />
<Compile Include="ECMA67.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>