1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index da99b5e97..6e4cc23d1 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4809,6 +4809,21 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\math\ec\multiplier\FixedPointCombMultiplier.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\math\ec\multiplier\FixedPointPreCompInfo.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\math\ec\multiplier\FixedPointUtilities.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\math\ec\multiplier\MixedNafR2LMultiplier.cs"
SubType = "Code"
BuildAction = "Compile"
|