summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crypto/crypto.csproj5
-rw-r--r--crypto/test/UnitTests.csproj1
2 files changed, 6 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index f4f656036..0ae1681fc 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -13648,6 +13648,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "test\src\tsp\test\NewTspTest.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "test\src\tsp\test\TSPTest.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index 5b39de6ad..8023884bb 100644
--- a/crypto/test/UnitTests.csproj
+++ b/crypto/test/UnitTests.csproj
@@ -459,6 +459,7 @@
     <Compile Include="src\tsp\test\AllTests.cs" />
     <Compile Include="src\tsp\test\GenTimeAccuracyTest.cs" />
     <Compile Include="src\tsp\test\ParseTest.cs" />
+    <Compile Include="src\tsp\test\NewTspTest.cs" />
     <Compile Include="src\tsp\test\TSPTest.cs" />
     <Compile Include="src\tsp\test\TSPTestUtil.cs" />
     <Compile Include="src\tsp\test\TimeStampTokenInfoTest.cs" />