Skip to content

Commit 48a2121

Browse files
committed
added pfx files
1 parent ef620e8 commit 48a2121

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*.user
1010
*.userosscache
1111
*.sln.docstates
12-
12+
!*.pfx
1313
# User-specific files (MonoDevelop/Xamarin Studio)
1414
*.userprefs
1515

Tests/UnitTests/UnitTests.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,13 @@
2020
</Reference>
2121
</ItemGroup>
2222

23+
<ItemGroup>
24+
<None Update="client.pfx">
25+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
26+
</None>
27+
<None Update="server.pfx">
28+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
29+
</None>
30+
</ItemGroup>
31+
2332
</Project>

0 commit comments

Comments
 (0)