diff options
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index fe6b5fa1c..90b858cb0 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -1319,6 +1319,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\asn1\gm\GMNamedCurves.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\asn1\gm\GMObjectIdentifiers.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\asn1\gnu\GNUObjectIdentifiers.cs" SubType = "Code" BuildAction = "Compile" @@ -5444,6 +5454,26 @@ BuildAction = "Compile" /> <File + RelPath = "src\math\ec\custom\sec\SM2P256V1Curve.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SM2P256V1Field.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SM2P256V1FieldElement.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SM2P256V1Point.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\math\ec\custom\sec\SecP128R1Curve.cs" SubType = "Code" BuildAction = "Compile" |