1 files changed, 7 insertions, 2 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index abc4f6050..dc5c6eff6 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4649,12 +4649,17 @@
BuildAction = "Compile"
/>
<File
- RelPath = "src\math\ec\IntArray.cs"
+ RelPath = "src\math\ec\LongArray.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
- RelPath = "src\math\ec\LongArray.cs"
+ RelPath = "src\math\ec\Mod.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\math\ec\Nat.cs"
SubType = "Code"
BuildAction = "Compile"
/>
|