1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index bb35c6f99..0f90a842d 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -204,6 +204,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\asn1\Asn1RelativeOid.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\asn1\ASN1Sequence.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -13544,6 +13549,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\asn1\test\RelativeOidTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\asn1\test\RequestedCertificateUnitTest.cs"
SubType = "Code"
BuildAction = "Compile"
|