Fix tls test files
1 files changed, 25 insertions, 25 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 5781f7711..173b4eef2 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -14594,16 +14594,6 @@
BuildAction = "Compile"
/>
<File
- RelPath = "test\src\crypto\tls\test\MockPskTls13Client.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "test\src\crypto\tls\test\MockPskTls13Server.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "test\src\crypto\tls\test\MockPskTlsClient.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -14644,16 +14634,6 @@
BuildAction = "Compile"
/>
<File
- RelPath = "test\src\crypto\tls\test\PskTls13ClientTest.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "test\src\crypto\tls\test\PskTls13ServerTest.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "test\src\crypto\tls\test\PskTlsClientTest.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -14664,11 +14644,6 @@
BuildAction = "Compile"
/>
<File
- RelPath = "test\src\crypto\tls\test\Tls13PskProtocolTest.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "test\src\crypto\tls\test\TlsClientTest.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -15454,6 +15429,16 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\tls\test\MockPskTls13Client.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "test\src\tls\test\MockPskTls13Server.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\tls\test\MockPskTlsClient.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -15499,6 +15484,16 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\tls\test\PskTls13ClientTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "test\src\tls\test\PskTls13ServerTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\tls\test\PskTlsClientTest.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -15509,6 +15504,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\tls\test\Tls13PskProtocolTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\tls\test\TlsClientTest.cs"
SubType = "Code"
BuildAction = "Compile"
|