diff options
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index a4b45afc3..374482709 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -13867,6 +13867,16 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\util\utiltest\IntegersTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\util\utiltest\LongsTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\x509\test\TestCertificateGen.cs" SubType = "Code" BuildAction = "Compile" |