COutPoint class, coinbase/coinstake properties
[NovacoinLibrary.git] / Novacoin / Novacoin.csproj
index 8ca7128..0c94140 100644 (file)
@@ -18,6 +18,7 @@
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <ConsolePause>false</ConsolePause>
+    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>full</DebugType>
     <ConsolePause>false</ConsolePause>
   </PropertyGroup>
   <ItemGroup>
+    <Reference Include="BouncyCastle.Crypto, Version=1.7.4137.9688, Culture=neutral, PublicKeyToken=a4292a325f69b123, processorArchitecture=MSIL">
+      <HintPath>..\packages\BouncyCastle.1.7.0\lib\Net40-Client\BouncyCastle.Crypto.dll</HintPath>
+      <Private>True</Private>
+    </Reference>
     <Reference Include="System" />
+    <Reference Include="System.Numerics" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="AddressTools.cs" />
     <Compile Include="CKey.cs" />
     <Compile Include="CKeyID.cs" />
+    <Compile Include="CKeyPair.cs" />
+    <Compile Include="CNovacoinAddress.cs" />
+    <Compile Include="COutPoint.cs" />
     <Compile Include="CPubKey.cs" />
+    <Compile Include="CryptoUtils.cs" />
     <Compile Include="CScriptID.cs" />
     <Compile Include="Hash.cs" />
+    <Compile Include="Interop.cs" />
+    <Compile Include="ScryptHash256.cs" />
+    <Compile Include="VarInt.cs" />
+    <Compile Include="VarStr.cs" />
     <Compile Include="WrappedList.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="CTxIn.cs" />
     <Compile Include="CBlockHeader.cs" />
     <Compile Include="CBlock.cs" />
     <Compile Include="CScript.cs" />
-    <Compile Include="ScriptOpcode.cs" />
+    <Compile Include="ScriptCode.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="packages.config" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 </Project>
\ No newline at end of file