diff options
Diffstat (limited to 'crypto/crypto.mdp')
-rw-r--r-- | crypto/crypto.mdp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/crypto.mdp b/crypto/crypto.mdp index 8152a40a9..d33604eb5 100644 --- a/crypto/crypto.mdp +++ b/crypto/crypto.mdp @@ -2297,6 +2297,9 @@ <File subtype="Code" buildaction="Compile" name="src/bcpg/sig/RevocationReason.cs" /> <File subtype="Code" buildaction="Compile" name="src/bcpg/sig/RevocationReasonTags.cs" /> <File subtype="Code" buildaction="Compile" name="src/bcpg/sig/RevocationKeyTags.cs" /> + <File subtype="Code" buildaction="Compile" name="src/crypto/macs/Poly1305.cs" /> + <File subtype="Code" buildaction="Compile" name="src/crypto/generators/Poly1305KeyGenerator.cs" /> + <File subtype="Code" buildaction="Compile" name="test/src/crypto/test/Poly1305Test.cs" /> </Contents> <References> <ProjectReference type="Assembly" localcopy="True" refto="test/lib/nunit.core.dll" /> |