|
|
@@ -38,6 +38,12 @@
|
|
|
<PropertyGroup>
|
|
|
<StartupObject />
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <SignAssembly>true</SignAssembly>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <AssemblyOriginatorKeyFile>quadarax_strong_name_key.pfx</AssemblyOriginatorKeyFile>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
|
<HintPath>packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
|
|
|
@@ -75,6 +81,7 @@
|
|
|
<None Include="create_package.ps1" />
|
|
|
<None Include="packages.config" />
|
|
|
<None Include="QDR.FND.Infrastructure.nuspec" />
|
|
|
+ <None Include="quadarax_strong_name_key.pfx" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Content Include="quadarax_dll.ico" />
|