From bb61dfe3f4a9b1fc72353b575a4b6ad911f4318c Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Mon, 4 Oct 2010 14:39:42 +0000 Subject: [PATCH] Added keyfile and strong-named all projects. --- Installers/Nsis/opentk.nsi | 1 + OpenTK.snk | Bin 0 -> 596 bytes Source/Bind/Generator.Bind.csproj | 11 +++++- Source/Build.Tasks/Build.Tasks.csproj | 15 ++++++-- .../Compatibility/OpenTK.Compatibility.csproj | 13 +++++-- Source/Converter/Generator.Convert.csproj | 13 +++++-- Source/Examples/OpenTK.Examples.csproj | 32 ++++++++++++++++-- Source/GLControl/OpenTK.GLControl.csproj | 15 ++++++-- Source/OpenTK/OpenTK.csproj | 13 +++++-- 9 files changed, 98 insertions(+), 15 deletions(-) create mode 100644 OpenTK.snk 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 0000000000000000000000000000000000000000..82d2b3558737e13c70991ecd91dd3e2aa8015ee7 GIT binary patch literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONaL0001^;99S^e{uVd&?`|V2l9!*BSGGn#?CIm zNlS6U46*|(y=Bmmv`61Q$8sfp`=6s(5&@HVkl<(99Vw$Zl!_9voG3@9hs>Y8@}s|a zCU7R`UpA_^CnAmXyI2l7;8~j918)kKpyrq_R0i3N5kyt+?t0bn`wvv6-CGhc12h8E7%Mng&_aVX} zURkrwd2#a8%^&%F-5`A;cAJMxlbPB}6a_e@*u9B5E+iP5h#)HI(*Ku6`sWU#EW66X zReuuhb(2a2#UD0v-+_ZX>51dl?@Z2ZdiQ6X%rG-DQX&VsRc=(K3%JF<@?9<*y4Er$ z1-U@KQ6On#_0V=UTXOtuka|?3q^arF&Q(zu(uEu-2~Qot1?ujuo=^5Bm6_#_O1M;Y zAf(EnAh5PwQE}4Xl(f__I2@t+m;7+Xc<}Ctp6`Eq^qr55a381}9VIASxSx>`KOd8T zBOMJxy3S-FuXFjv8U6So6R%O}`_}jtL9Lg;hUsq-4zZ}Wql~(4&4}CSFPmKX_{Oz; zAKHk#W$%$eCAJj~e;_rqE^d5g557L5rdp9{BNn_b?NHIXfRE1T*&tPi3~M7t5&0{L znz2H*UqhGBKOtxVjKGHnQPt6fw(2-Fx#2&KQbPDQt@dzgI9#A?CL?hs1qYv+IFBB% iYhOabsfX|kxdYm~bCH_|EddxYFI>zW&Mtp+2^e-0>Kxes literal 0 HcmV?d00001 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