diff options
author | emkael <emkael@tlen.pl> | 2016-05-23 14:56:43 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-05-23 14:56:43 +0200 |
commit | 22ff6c7e6ca9f697e97a1b1b43c461821286e63f (patch) | |
tree | 63171347f840adf3a2761a45447d636f76322a7b /BCDD.csproj | |
parent | 71fc38dd129db3a43e0bb6c894aaea1d14e17286 (diff) |
* PBN board/field structures with file operation mechanisms
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 4814531..915d67c 100644 --- a/BCDD.csproj +++ b/BCDD.csproj @@ -48,6 +48,7 @@ </ItemGroup>
<ItemGroup>
<Compile Include="BCalcWrapper.cs" />
+ <Compile Include="PBNBoard.cs" />
<Compile Include="PBNFile.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
|