diff options
author | emkael <emkael@tlen.pl> | 2016-05-23 14:50:52 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-05-23 14:50:52 +0200 |
commit | 71fc38dd129db3a43e0bb6c894aaea1d14e17286 (patch) | |
tree | 92b2e3522b06c37c650fda62deaf5019af7bca07 /BCDD.csproj | |
parent | 8f2890b00e6892e6b3ccaae5746f8209e2cb276a (diff) |
* opening PBN file list
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 a9c6e13..4814531 100644 --- a/BCDD.csproj +++ b/BCDD.csproj @@ -48,6 +48,7 @@ </ItemGroup>
<ItemGroup>
<Compile Include="BCalcWrapper.cs" />
+ <Compile Include="PBNFile.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
|