diff options
author | Michał Zimniewicz <michzimny@users.noreply.github.com> | 2016-11-19 17:53:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-19 17:53:52 +0100 |
commit | 001db1e8d9389c092def6037fe4ac098d5e0e535 (patch) | |
tree | c5c22053a517f1b9bbb553171e84eb4334f24377 /Aktywator/Aktywator.csproj | |
parent | fc037b277004b98ee740a1fc5191e6571b6cbaf3 (diff) | |
parent | 211efd174ac0333cdf9f40695ea5673e5bfb7b95 (diff) |
Merge pull request #3 from emkael/hand-evaluation
Dane analizy w widne wczytywane wraz z rozkładami
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" /> |