1 files changed, 24 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 617754fce..41980b256 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -9809,6 +9809,30 @@
BuildAction = "EmbeddedResource"
/>
<File
+ RelPath = "test\data\tls\x509-ca-key.pem"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\tls\x509-ca.pem"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\tls\x509-client-key.pem"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\tls\x509-client.pem"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\tls\x509-server-key.pem"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\tls\x509-server.pem"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
RelPath = "test\data\tls\keystores\client_store.dsa"
BuildAction = "EmbeddedResource"
/>
|