diff options
author | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2016-11-19 17:59:10 +0100 |
---|---|---|
committer | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2016-11-19 17:59:10 +0100 |
commit | cd8f6bf8c23f9a63669d7489dd9d49525c9df6e4 (patch) | |
tree | f274fec74eaa624cc86f1b50514d6bddcefd7b20 /Aktywator/Aktywator.csproj | |
parent | 531b20117552e9a7a78bce3a70ad71acff2de340 (diff) | |
parent | 211efd174ac0333cdf9f40695ea5673e5bfb7b95 (diff) |
Merge branch 'hand-evaluation' into validate-lead-card
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" /> |