1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index a940fbd0b..797c6ae9e 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -6834,6 +6834,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\math\raw\Bits.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\math\raw\Interleave.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -7644,6 +7649,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\util\Longs.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\util\MemoableResetException.cs"
SubType = "Code"
BuildAction = "Compile"
|