Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions SharpLiteSrc/app/SharpLite.Domain/SharpLite.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>SharpLite.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand All @@ -61,9 +62,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Validators\HasUniqueDomainSignatureAttribute.cs" />
</ItemGroup>
<ItemGroup>
<None Include="SharpLite.pfx" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)build\"</PostBuildEvent>
Expand Down
Binary file removed SharpLiteSrc/app/SharpLite.Domain/SharpLite.pfx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>SharpLite.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
Expand Down Expand Up @@ -63,9 +64,6 @@
<Name>SharpLite.Domain</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="SharpLite.pfx" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)build\"</PostBuildEvent>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>SharpLite.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="NHibernate">
Expand Down Expand Up @@ -70,9 +71,6 @@
<Name>SharpLite.Domain</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="SharpLite.pfx" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)build\"</PostBuildEvent>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private static bool IsSimpleGenericBindableEntityCollection(Type propertyType) {
(propertyType.GetGenericTypeDefinition() == typeof(IList<>) ||
propertyType.GetGenericTypeDefinition() == typeof(ICollection<>) ||
propertyType.GetGenericTypeDefinition() ==
typeof(Iesi.Collections.Generic.ISet<>) ||
typeof(ISet<>) ||
propertyType.GetGenericTypeDefinition() == typeof(IEnumerable<>));

var isSimpleGenericBindableEntityCollection = isSimpleGenericBindableCollection &&
Expand Down
6 changes: 2 additions & 4 deletions SharpLiteSrc/app/SharpLite.Web/SharpLite.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>SharpLite.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Iesi.Collections">
Expand Down Expand Up @@ -66,9 +67,6 @@
<Name>SharpLite.Domain</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="SharpLite.pfx" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)build\"</PostBuildEvent>
Expand Down
Binary file removed SharpLiteSrc/app/SharpLite.Web/SharpLite.pfx
Binary file not shown.
Binary file modified SharpLiteSrc/build/SharpLite.Domain.dll
Binary file not shown.
Binary file modified SharpLiteSrc/build/SharpLite.EntityFrameworkProvider.dll
Binary file not shown.
Binary file modified SharpLiteSrc/build/SharpLite.NHibernateProvider.dll
Binary file not shown.
Binary file modified SharpLiteSrc/build/SharpLite.Web.dll
Binary file not shown.
Binary file modified SharpLiteSrc/lib/Iesi.Collections.dll
Binary file not shown.
2,006 changes: 322 additions & 1,684 deletions SharpLiteSrc/lib/Iesi.Collections.xml

Large diffs are not rendered by default.

Binary file modified SharpLiteSrc/lib/NHibernate.dll
Binary file not shown.
2,787 changes: 1,254 additions & 1,533 deletions SharpLiteSrc/lib/NHibernate.xml

Large diffs are not rendered by default.