diff options
author | emkael <emkael@tlen.pl> | 2016-05-23 15:58:18 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-05-23 16:02:54 +0200 |
commit | 74ced229ca6bf25d3d8cb8cdb82bdeca34856604 (patch) | |
tree | 7153ff45f414169e2930be3109bb07a49f62f095 /BCDD.csproj | |
parent | 0032de9dcc7861ecc2b5c12b4ba36a059d5e2195 (diff) |
* parsing and printing double-dummy trick table
Diffstat (limited to 'BCDD.csproj')
-rw-r--r-- | BCDD.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BCDD.csproj b/BCDD.csproj index 915d67c..50be342 100644 --- a/BCDD.csproj +++ b/BCDD.csproj @@ -48,6 +48,7 @@ </ItemGroup>
<ItemGroup>
<Compile Include="BCalcWrapper.cs" />
+ <Compile Include="DDTable.cs" />
<Compile Include="PBNBoard.cs" />
<Compile Include="PBNFile.cs" />
<Compile Include="Program.cs" />
|