1 files changed, 10 insertions, 10 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index ecfdc7311..1685c54d9 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -3079,6 +3079,16 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\IEntropySource.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\crypto\IEntropySourceProvider.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\IMac.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4344,16 +4354,6 @@
BuildAction = "Compile"
/>
<File
- RelPath = "src\crypto\prng\IEntropySource.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "src\crypto\prng\IEntropySourceProvider.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "src\crypto\prng\IRandomGenerator.cs"
SubType = "Code"
BuildAction = "Compile"
|