Skip to content

Commit a3e8674

Browse files
committed
Merge branch 'master' of git.bouncycastle.org:bc-csharp into master
2 parents b290b56 + 069b8c1 commit a3e8674

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

crypto/crypto.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13647,6 +13647,11 @@
1364713647
SubType = "Code"
1364813648
BuildAction = "Compile"
1364913649
/>
13650+
<File
13651+
RelPath = "test\src\tsp\test\NewTspTest.cs"
13652+
SubType = "Code"
13653+
BuildAction = "Compile"
13654+
/>
1365013655
<File
1365113656
RelPath = "test\src\tsp\test\TSPTest.cs"
1365213657
SubType = "Code"

crypto/test/UnitTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@
459459
<Compile Include="src\tsp\test\AllTests.cs" />
460460
<Compile Include="src\tsp\test\GenTimeAccuracyTest.cs" />
461461
<Compile Include="src\tsp\test\ParseTest.cs" />
462+
<Compile Include="src\tsp\test\NewTspTest.cs" />
462463
<Compile Include="src\tsp\test\TSPTest.cs" />
463464
<Compile Include="src\tsp\test\TSPTestUtil.cs" />
464465
<Compile Include="src\tsp\test\TimeStampTokenInfoTest.cs" />

0 commit comments

Comments
 (0)