summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2017-06-06 12:06:38 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2017-06-06 12:06:38 +0700
commite4fba9b8f4c4f876d0dc470ed3cbe7066f939cd3 (patch)
treeba4e986cfcc9f9aa69fe15186f012ede09066883 /crypto/crypto.csproj
parentInitial implementation of SM2 elliptic curve (diff)
downloadBouncyCastle.NET-ed25519-e4fba9b8f4c4f876d0dc470ed3cbe7066f939cd3.tar.xz
Fix paths for previous commit
Diffstat (limited to '')
-rw-r--r--crypto/crypto.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 90b858cb0..ab7413788 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -5454,22 +5454,22 @@
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "src\math\ec\custom\sec\SM2P256V1Curve.cs"
+                    RelPath = "src\math\ec\custom\gm\SM2P256V1Curve.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "src\math\ec\custom\sec\SM2P256V1Field.cs"
+                    RelPath = "src\math\ec\custom\gm\SM2P256V1Field.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "src\math\ec\custom\sec\SM2P256V1FieldElement.cs"
+                    RelPath = "src\math\ec\custom\gm\SM2P256V1FieldElement.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "src\math\ec\custom\sec\SM2P256V1Point.cs"
+                    RelPath = "src\math\ec\custom\gm\SM2P256V1Point.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />