diff options
author | emkael <emkael@tlen.pl> | 2016-11-09 13:29:55 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-11-14 14:46:01 +0100 |
commit | be59baaa024f8c5f02ec14fe34155e736548046b (patch) | |
tree | 3c4f136c234f940d841373c26d1ee5ccbec340d8 /Aktywator/Aktywator.csproj | |
parent | 64b9dce9855ecbceaa32a7d07f71490d5549fdfb (diff) |
* BCDD code for parsing PBN files added
Diffstat (limited to 'Aktywator/Aktywator.csproj')
-rw-r--r-- | Aktywator/Aktywator.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Aktywator/Aktywator.csproj b/Aktywator/Aktywator.csproj index b153254..14bb190 100644 --- a/Aktywator/Aktywator.csproj +++ b/Aktywator/Aktywator.csproj @@ -81,6 +81,7 @@ <DependentUpon>ChooseTournament.cs</DependentUpon> </Compile> <Compile Include="Common.cs" /> + <Compile Include="DDTable.cs" /> <Compile Include="HandRecord.cs" /> <Compile Include="MainForm.cs"> <SubType>Form</SubType> @@ -96,6 +97,8 @@ <DependentUpon>MysqlSettings.cs</DependentUpon> </Compile> <Compile Include="PBN.cs" /> + <Compile Include="PBNBoard.cs" /> + <Compile Include="PBNFile.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Setting.cs" /> |