diff options
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index a588a961a..d3666bfcf 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -294,6 +294,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\asn1\BerBitStringParser.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\asn1\BERGenerator.cs" SubType = "Code" BuildAction = "Compile" @@ -364,6 +369,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\asn1\ConstructedBitStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\asn1\ConstructedDLEncoding.cs" SubType = "Code" BuildAction = "Compile" @@ -564,6 +574,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\asn1\DLBitString.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\asn1\DLBitStringParser.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\asn1\DLSequence.cs" SubType = "Code" BuildAction = "Compile" |