diff --git a/Installers/Nsis/opentk.nsi b/Installers/Nsis/opentk.nsi
index ed1a3a7b..b1e9275b 100644
--- a/Installers/Nsis/opentk.nsi
+++ b/Installers/Nsis/opentk.nsi
@@ -173,6 +173,7 @@ Section "Source code" SEC02
File /r /x .svn /x obj /x *.snk /x *.user /x *.pidb /x html /x latex /x OpenTK*.xml ..\..\Source
File /r /x .svn ..\..\*.csproj
File ..\..\*.sln
+ File ..\..\OpenTK.snk
File /r /x .svn /x obj /x opentk-actual.* /x *.exe /x *.msi /x *.deb /x *.rpm ..\..\Installers
SectionEnd
diff --git a/OpenTK.snk b/OpenTK.snk
new file mode 100644
index 00000000..82d2b355
Binary files /dev/null and b/OpenTK.snk differ
diff --git a/Source/Bind/Generator.Bind.csproj b/Source/Bind/Generator.Bind.csproj
index 826bff7c..fe1c17be 100644
--- a/Source/Bind/Generator.Bind.csproj
+++ b/Source/Bind/Generator.Bind.csproj
@@ -1,4 +1,4 @@
-
+
Local
@@ -115,6 +115,12 @@
..\..\Binaries\OpenTK\Release\
+
+ true
+
+
+ ..\..\OpenTK.snk
+
System
@@ -196,6 +202,9 @@
Code
+
+ OpenTK.snk
+
diff --git a/Source/Build.Tasks/Build.Tasks.csproj b/Source/Build.Tasks/Build.Tasks.csproj
index c68c391c..d09a9c35 100644
--- a/Source/Build.Tasks/Build.Tasks.csproj
+++ b/Source/Build.Tasks/Build.Tasks.csproj
@@ -1,4 +1,4 @@
-
+
Debug
@@ -51,6 +51,12 @@
;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules
false
+
+ true
+
+
+ ..\..\OpenTK.snk
+
@@ -67,6 +73,11 @@
Designer
+
+
+ OpenTK.snk
+
+
-
+
\ No newline at end of file
diff --git a/Source/Compatibility/OpenTK.Compatibility.csproj b/Source/Compatibility/OpenTK.Compatibility.csproj
index a05cebc5..07299d69 100644
--- a/Source/Compatibility/OpenTK.Compatibility.csproj
+++ b/Source/Compatibility/OpenTK.Compatibility.csproj
@@ -1,4 +1,4 @@
-
+
Local
@@ -96,6 +96,12 @@
AllRules.ruleset
none
+
+ true
+
+
+ ..\..\OpenTK.snk
+
System
@@ -459,6 +465,9 @@
SimpleOpenGlControl.cs
+
+ OpenTK.snk
+
Always
@@ -470,4 +479,4 @@
-
+
\ No newline at end of file
diff --git a/Source/Converter/Generator.Convert.csproj b/Source/Converter/Generator.Convert.csproj
index 052b7820..c627802f 100644
--- a/Source/Converter/Generator.Convert.csproj
+++ b/Source/Converter/Generator.Convert.csproj
@@ -1,4 +1,4 @@
-
+
Local
@@ -41,10 +41,8 @@
true
0
1.0.0.%2a
- false
false
true
-
False
@@ -115,6 +113,12 @@
AllRules.ruleset
+
+ true
+
+
+ ..\..\OpenTK.snk
+
System
@@ -149,6 +153,9 @@
Code
+
+ OpenTK.snk
+
diff --git a/Source/Examples/OpenTK.Examples.csproj b/Source/Examples/OpenTK.Examples.csproj
index b051524e..3385b9fb 100644
--- a/Source/Examples/OpenTK.Examples.csproj
+++ b/Source/Examples/OpenTK.Examples.csproj
@@ -1,4 +1,4 @@
-
+
Local
@@ -27,6 +27,7 @@
2.0
+ false
publish\
true
Disk
@@ -39,7 +40,6 @@
true
0
1.0.0.%2a
- false
false
true
@@ -98,6 +98,12 @@
AllRules.ruleset
none
+
+ true
+
+
+ ..\..\OpenTK.snk
+
System
@@ -468,6 +474,9 @@
InputLogger.cs
+
+ OpenTK.snk
+
Always
@@ -537,6 +546,23 @@
Always
+
+
+ False
+ .NET Framework 3.5 SP1 Client Profile
+ false
+
+
+ False
+ .NET Framework 3.5 SP1
+ true
+
+
+ False
+ Windows Installer 3.1
+ true
+
+
@@ -544,4 +570,4 @@
-
+
\ No newline at end of file
diff --git a/Source/GLControl/OpenTK.GLControl.csproj b/Source/GLControl/OpenTK.GLControl.csproj
index 65c17422..fe69539d 100644
--- a/Source/GLControl/OpenTK.GLControl.csproj
+++ b/Source/GLControl/OpenTK.GLControl.csproj
@@ -1,4 +1,4 @@
-
+
Local
@@ -93,6 +93,12 @@
AllRules.ruleset
none
+
+ true
+
+
+ ..\..\OpenTK.snk
+
System
@@ -152,6 +158,11 @@
Code
+
+
+ OpenTK.snk
+
+
@@ -159,4 +170,4 @@
-
+
\ No newline at end of file
diff --git a/Source/OpenTK/OpenTK.csproj b/Source/OpenTK/OpenTK.csproj
index d91b0c6d..e86f2a64 100644
--- a/Source/OpenTK/OpenTK.csproj
+++ b/Source/OpenTK/OpenTK.csproj
@@ -1,4 +1,4 @@
-
+
Local
@@ -93,6 +93,12 @@
AllRules.ruleset
none
+
+ true
+
+
+ ..\..\OpenTK.snk
+
System
@@ -741,6 +747,9 @@
Resources.resx
True
+
+ OpenTK.snk
+
Always
@@ -752,4 +761,4 @@
-
+
\ No newline at end of file