Remove interfaces, split database objects into new file.
[NovacoinLibrary.git] / Novacoin / Novacoin.csproj
index c15b923..b0a0838 100644 (file)
   </ItemGroup>
   <ItemGroup>
     <Compile Include="AddressTools.cs" />
-    <Compile Include="ByteQueue.cs" />
+    <Compile Include="base_uint.cs" />
+    <Compile Include="BignumHelper.cs" />
+    <Compile Include="Checkpoints.cs" />
+    <Compile Include="DatabaseObjects.cs" />
+    <Compile Include="Entropy.cs" />
+    <Compile Include="InstructionQueue.cs" />
     <Compile Include="CBlockStore.cs" />
     <Compile Include="CKey.cs" />
     <Compile Include="CKeyID.cs" />
     <Compile Include="CPubKey.cs" />
     <Compile Include="CryptoUtils.cs" />
     <Compile Include="CScriptID.cs" />
-    <Compile Include="Hash.cs" />
     <Compile Include="Interop.cs" />
     <Compile Include="NetInfo.cs" />
-    <Compile Include="RIPEMD160.cs" />
-    <Compile Include="ScryptHash256.cs" />
-    <Compile Include="SHA1.cs" />
-    <Compile Include="SHA256.cs" />
+    <Compile Include="StakeModifier.cs" />
+    <Compile Include="uint160.cs" />
+    <Compile Include="uint256.cs" />
     <Compile Include="VarInt.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="CTxIn.cs" />
     <Compile Include="CTransaction.cs" />
     <Compile Include="CTxOut.cs" />
-    <Compile Include="Hash256.cs" />
-    <Compile Include="Hash160.cs" />
     <Compile Include="CBlockHeader.cs" />
     <Compile Include="CBlock.cs" />
     <Compile Include="CScript.cs" />
     <Compile Include="CKeyStore.cs" />
   </ItemGroup>
   <ItemGroup>
+    <None Include="app.config" />
     <None Include="packages.config" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />