diff options
Diffstat (limited to 'crypto/crypto.mdp')
-rw-r--r-- | crypto/crypto.mdp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/crypto.mdp b/crypto/crypto.mdp index 483491488..83992ae81 100644 --- a/crypto/crypto.mdp +++ b/crypto/crypto.mdp @@ -2301,6 +2301,8 @@ <File subtype="Code" buildaction="Compile" name="src/crypto/engines/XSalsa20Engine.cs" /> <File subtype="Code" buildaction="Compile" name="test/src/crypto/test/ChaChaTest.cs" /> <File subtype="Code" buildaction="Compile" name="test/src/crypto/test/XSalsa20Test.cs" /> + <File subtype="Code" buildaction="Compile" name="src/crypto/macs/GMac.cs" /> + <File subtype="Code" buildaction="Compile" name="test/src/crypto/test/GMacTest.cs" /> </Contents> <References> <ProjectReference type="Assembly" localcopy="True" refto="test/lib/nunit.core.dll" /> |