Skip to content

Commit

Permalink
Signature files added.
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenghi committed Jul 13, 2015
1 parent 8aa7cc0 commit 6de1166
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 11 deletions.
7 changes: 7 additions & 0 deletions Xbim.Common/Xbim.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
<NoWarn>1591;1572;1573;1574</NoWarn>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>XbimOpenSourceKeyFile.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
Expand Down Expand Up @@ -226,6 +232,7 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="XbimOpenSourceKeyFile.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
Expand Down
5 changes: 4 additions & 1 deletion Xbim.Common/XbimExtensions/IIfcPersistExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
using System.Runtime.CompilerServices;
#endregion

[assembly: InternalsVisibleTo("Xbim.IO"), InternalsVisibleTo("Xbim.Ifc2x3")]
[assembly:
InternalsVisibleTo("Xbim.IO, PublicKey=002400000480000094000000060200000024000052534131000400000100010029a3c6da60efcb3ebe48c3ce14a169b5fa08ffbf5f276392ffb2006a9a2d596f5929cf0e68568d14ac7cbe334440ca0b182be7fa6896d2a73036f24bca081b2427a8dec5689a97f3d62547acd5d471ee9f379540f338bbb0ae6a165b44b1ae34405624baa4388404bce6d3e30de128cec379147af363ce9c5845f4f92d405ed0"),
InternalsVisibleTo("Xbim.Ifc2x3, PublicKey=002400000480000094000000060200000024000052534131000400000100010029a3c6da60efcb3ebe48c3ce14a169b5fa08ffbf5f276392ffb2006a9a2d596f5929cf0e68568d14ac7cbe334440ca0b182be7fa6896d2a73036f24bca081b2427a8dec5689a97f3d62547acd5d471ee9f379540f338bbb0ae6a165b44b1ae34405624baa4388404bce6d3e30de128cec379147af363ce9c5845f4f92d405ed0")
]

namespace Xbim.XbimExtensions
{
Expand Down
2 changes: 1 addition & 1 deletion Xbim.Common/XbimExtensions/XbimSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
using Xbim.Common.XbimExtensions.Interfaces;

#endregion
[assembly: InternalsVisibleTo("Xbim.Ifc2x3")]
[assembly: InternalsVisibleTo("Xbim.Ifc2x3, PublicKey=002400000480000094000000060200000024000052534131000400000100010029a3c6da60efcb3ebe48c3ce14a169b5fa08ffbf5f276392ffb2006a9a2d596f5929cf0e68568d14ac7cbe334440ca0b182be7fa6896d2a73036f24bca081b2427a8dec5689a97f3d62547acd5d471ee9f379540f338bbb0ae6a165b44b1ae34405624baa4388404bce6d3e30de128cec379147af363ce9c5845f4f92d405ed0")]

namespace Xbim.XbimExtensions
{
Expand Down
Binary file added Xbim.Common/XbimOpenSourceKeyFile.snk
Binary file not shown.
2 changes: 1 addition & 1 deletion Xbim.IO/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// COM, set the ComVisible attribute to true on that type.

[assembly: ComVisible(false)]
[assembly: InternalsVisibleTo("Xbim.ModelGeometry")]
[assembly: InternalsVisibleTo("Xbim.ModelGeometry, PublicKey=002400000480000094000000060200000024000052534131000400000100010029a3c6da60efcb3ebe48c3ce14a169b5fa08ffbf5f276392ffb2006a9a2d596f5929cf0e68568d14ac7cbe334440ca0b182be7fa6896d2a73036f24bca081b2427a8dec5689a97f3d62547acd5d471ee9f379540f338bbb0ae6a165b44b1ae34405624baa4388404bce6d3e30de128cec379147af363ce9c5845f4f92d405ed0")]

// The following GUID is for the ID of the typelib if this project is exposed to COM

Expand Down
6 changes: 3 additions & 3 deletions Xbim.IO/Xbim.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccProvider>SAK</SccProvider>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>XbimOpenSourceKeyFile.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
Expand Down Expand Up @@ -214,6 +213,7 @@
<SubType>Designer</SubType>
</None>
<None Include="XbimIfcKey.pfx" />
<None Include="XbimOpenSourceKeyFile.snk" />
</ItemGroup>
<ItemGroup>
<None Include="Parser\gplex.exe" />
Expand Down
Binary file added Xbim.IO/XbimOpenSourceKeyFile.snk
Binary file not shown.
5 changes: 3 additions & 2 deletions Xbim.Ifc.Extensions/Xbim.Ifc2x3.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>XbimIfcKey.pfx</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>XbimOpenSourceKeyFile.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
Expand Down Expand Up @@ -714,6 +714,7 @@
</ItemGroup>
<ItemGroup>
<None Include="XbimIfcKey.pfx" />
<None Include="XbimOpenSourceKeyFile.snk" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
Expand Down
Binary file added Xbim.Ifc.Extensions/XbimOpenSourceKeyFile.snk
Binary file not shown.
2 changes: 1 addition & 1 deletion Xbim.Ifc2x3/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM

[assembly: Guid("53da0caf-5424-436d-b313-0a61d0ab4ff1")]
[assembly: InternalsVisibleTo("Xbim.IO")]
[assembly: InternalsVisibleTo("Xbim.IO, PublicKey=002400000480000094000000060200000024000052534131000400000100010029a3c6da60efcb3ebe48c3ce14a169b5fa08ffbf5f276392ffb2006a9a2d596f5929cf0e68568d14ac7cbe334440ca0b182be7fa6896d2a73036f24bca081b2427a8dec5689a97f3d62547acd5d471ee9f379540f338bbb0ae6a165b44b1ae34405624baa4388404bce6d3e30de128cec379147af363ce9c5845f4f92d405ed0")]

[assembly: CLSCompliant(true)]

5 changes: 3 additions & 2 deletions Xbim.Ifc2x3/Xbim.Ifc2x3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>XbimIfcKey.pfx</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>XbimOpenSourceKeyFile.snk</AssemblyOriginatorKeyFile>
<IsWebBootstrapper>false</IsWebBootstrapper>
<DelaySign>false</DelaySign>
<FileUpgradeFlags>
Expand Down Expand Up @@ -1043,6 +1043,7 @@
<None Include="TopologyResource\ClassDiagramTopologyResource.cd" />
<None Include="UtilityResource\ClassDiagramUtilityResource.cd" />
<None Include="XbimIfcKey.pfx" />
<None Include="XbimOpenSourceKeyFile.snk" />
</ItemGroup>
<ItemGroup>
<None Include="GeometricModelResource\ClassDiagramGeometricModelResource.cd" />
Expand Down
Binary file added Xbim.Ifc2x3/XbimOpenSourceKeyFile.snk
Binary file not shown.
Binary file added XbimOpenSourceKeyFile.PublicKeyOnly.snk
Binary file not shown.
Binary file added XbimOpenSourceKeyFile.snk
Binary file not shown.

0 comments on commit 6de1166

Please sign in to comment.