1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/crypto.mdp b/crypto/crypto.mdp
index b9ec2f9c2..f3589858f 100644
--- a/crypto/crypto.mdp
+++ b/crypto/crypto.mdp
@@ -2302,6 +2302,12 @@
<File subtype="Code" buildaction="Compile" name="test/src/crypto/test/Threefish256Test.cs" />
<File subtype="Code" buildaction="Compile" name="test/src/crypto/test/Threefish512Test.cs" />
<File subtype="Code" buildaction="Compile" name="test/src/crypto/test/Threefish1024Test.cs" />
+ <File subtype="Code" buildaction="Compile" name="src/crypto/parameters/SkeinParameters.cs" />
+ <File subtype="Code" buildaction="Compile" name="src/crypto/digests/SkeinDigest.cs" />
+ <File subtype="Code" buildaction="Compile" name="src/crypto/digests/SkeinEngine.cs" />
+ <File subtype="Code" buildaction="Compile" name="test/src/crypto/test/SkeinDigestTest.cs" />
+ <File subtype="Code" buildaction="Compile" name="test/src/crypto/test/SkeinMacTest.cs" />
+ <File subtype="Code" buildaction="Compile" name="src/crypto/macs/SkeinMac.cs" />
</Contents>
<References>
<ProjectReference type="Assembly" localcopy="True" refto="test/lib/nunit.core.dll" />
|