1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj
index 3285296bc..315f6cd46 100644
--- a/crypto/BouncyCastle.csproj
+++ b/crypto/BouncyCastle.csproj
@@ -1389,6 +1389,7 @@
<Compile Include="src\math\field\IPolynomial.cs" />
<Compile Include="src\math\field\IPolynomialExtensionField.cs" />
<Compile Include="src\math\field\PrimeField.cs" />
+ <Compile Include="src\math\raw\Bits.cs" />
<Compile Include="src\math\raw\Interleave.cs" />
<Compile Include="src\math\raw\Mod.cs" />
<Compile Include="src\math\raw\Nat.cs" />
@@ -1551,6 +1552,7 @@
<Compile Include="src\util\Enums.cs" />
<Compile Include="src\util\IMemoable.cs" />
<Compile Include="src\util\Integers.cs" />
+ <Compile Include="src\util\Longs.cs" />
<Compile Include="src\util\MemoableResetException.cs" />
<Compile Include="src\util\Platform.cs" />
<Compile Include="src\util\Strings.cs" />
@@ -1662,4 +1664,4 @@
<None Include="checklist.txt" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
-</Project>
+</Project>
\ No newline at end of file
|