1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index fdd5c152b..3f713e1c0 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -2964,6 +2964,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\Check.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\CipherKeyGenerator.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -3069,6 +3074,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\OutputLengthException.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\PBEParametersGenerator.cs"
SubType = "Code"
BuildAction = "Compile"
|