Skip to content

Commit

Permalink
jd: adding missing file NHibernateClient.Silverlight/AssemblyInfo.Sil…
Browse files Browse the repository at this point in the history
…verlight.cs which contains InternalsVisibleTo Attribute to enable serialization within silverlight
  • Loading branch information
jaundice committed Jan 18, 2012
1 parent d0870cd commit 4f7ffd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/NHibernateClient.Silverlight/AssemblyInfo.Silverlight.cs
@@ -0,0 +1,3 @@
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("System.Runtime.Serialization, PublicKey=00240000048000009400000006020000002400005253413100040000010001008D56C76F9E8649383049F383C44BE0EC204181822A6C31CF5EB7EF486944D032188EA1D3920763712CCB12D75FB77E9811149E6148E5D32FBAAB37611C1878DDC19E20EF135D0CB2CFF2BFEC3D115810C3D9069638FE4BE215DBF795861920E5AB6F7DB2E2CEEF136AC23D5DD2BF031700AEC232F6C6B1C785B4305C123B37AB", AllInternalsVisible = true)]
Expand Up @@ -63,6 +63,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="AssemblyInfo.Silverlight.cs" />
<Compile Include="Criterion\AbstractCriterion.cs" />
<Compile Include="Criterion\AbstractEmptinessExpression.cs" />
<Compile Include="Criterion\AggregateProjection.cs" />
Expand Down

0 comments on commit 4f7ffd9

Please sign in to comment.