···26262727using System;
2828using System.Reflection;
2929+using System.Runtime.CompilerServices;
2930using System.Runtime.InteropServices;
30313132// General Information about an assembly is controlled through the following
···60616162[assembly: AssemblyVersion("1.2.9.0")]
6263[assembly: AssemblyFileVersion("1.2.9.0")]
6363-[assembly: CLSCompliant(true)]6464+[assembly: CLSCompliant(true)]
6565+6666+// Makes internal members of Prexonite visible to the unit testing project
6767+// PrexoniteTests.
6868+// The public key can be obtained by running
6969+// $> sn -p Prexonite.snk -t Prexonite.pub
7070+// $> sn -tp Prexonite.pub
7171+// (Both Prexonite and PrexoniteTests are signed with the same key)
7272+[assembly: InternalsVisibleTo("PrexoniteTests, PublicKey=002400000480000094000000"
7373+ + "06020000002400005253413100040000010001005def07f2a41140759af9fb2bbc95134590"
7474+ + "655b13d80802066631489fe40f030ef270d151f62ff968e715f08e3df0e22f8f8f587b3e90"
7575+ + "28903c2ca2bd2b7b779ed0de24679aa3463cde1f484464f0af527a7443941f83ef4272e468"
7676+ + "a3e8ae7f05ff7fef7b3d0f99f4f6d42a3811d0d02350d074209283f95dccd26bbb5f7d2ebc")]