Checkpoints valudation, PoW reward calculation and continue working on block index.
[NovacoinLibrary.git] / Novacoin / Novacoin.csproj
index ef9956e..2954c91 100644 (file)
     <Compile Include="AddressTools.cs" />
     <Compile Include="base_uint.cs" />
     <Compile Include="BignumHelper.cs" />
-    <Compile Include="Checkpoint.cs" />
+    <Compile Include="Checkpoints.cs" />
     <Compile Include="DatabaseInterfaces.cs" />
     <Compile Include="Entropy.cs" />
     <Compile Include="InstructionQueue.cs" />
     <Compile Include="CKeyStore.cs" />
   </ItemGroup>
   <ItemGroup>
+    <None Include="app.config" />
     <None Include="packages.config" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />