1 files changed, 55 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 9ebe947e1..2a326e384 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -2199,6 +2199,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\asn1\x9\ECNamedCurveTable.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\asn1\x9\KeySpecificInfo.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -3259,6 +3264,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\ec\CustomNamedCurves.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\encodings\ISO9796d1Encoding.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4669,6 +4679,46 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\math\field\FiniteFields.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\math\field\GF2Polynomial.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\math\field\GenericPolynomialExtensionField.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\math\field\IExtensionField.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\math\field\IFiniteField.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\math\field\IPolynomial.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\math\field\IPolynomialExtensionField.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\math\field\PrimeField.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\ocsp\BasicOCSPResp.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -5369,6 +5419,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\util\Integers.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\util\Platform.cs"
SubType = "Code"
BuildAction = "Compile"
|