1 files changed, 32 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index d48b2db5b..2f16fa08b 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -7529,6 +7529,38 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\data\cert_chain.data"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\cert_chain_nl.data"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\qvRooCa3.crt"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\suvaEE.crt"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\suvaEmail1.crt"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\suvaRoot1.crt"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\ThawteSGCCA.cer"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\ThawteSGCCA.crl"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
RelPath = "test\data\asn1\masterlist-content.data"
BuildAction = "EmbeddedResource"
/>
|