diff --git a/CsvTextFieldParser.sln b/CsvTextFieldParser.sln
index da94d31..dbd498f 100644
--- a/CsvTextFieldParser.sln
+++ b/CsvTextFieldParser.sln
@@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
+ SigningKey.snk = SigningKey.snk
UNLICENSE = UNLICENSE
EndProjectSection
EndProject
diff --git a/CsvTextFieldParser/CsvTextFieldParser.csproj b/CsvTextFieldParser/CsvTextFieldParser.csproj
index 6231d9d..14baa4d 100644
--- a/CsvTextFieldParser/CsvTextFieldParser.csproj
+++ b/CsvTextFieldParser/CsvTextFieldParser.csproj
@@ -16,6 +16,8 @@
0.0.0.0
0.0.0.0
6
+ true
+ ..\SigningKey.snk
diff --git a/SigningKey.snk b/SigningKey.snk
new file mode 100644
index 0000000..3c40e8a
Binary files /dev/null and b/SigningKey.snk differ