Skip to content

Commit 3b24ca1

Browse files
authored
Merge pull request #9 from martintro/master
Added snk to projects
2 parents 8e5c9c8 + b32d2e5 commit 3b24ca1

29 files changed

+121
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,6 @@ UpgradeLog*.htm
181181

182182
# Microsoft Fakes
183183
FakesAssemblies/
184+
185+
# Visual studio folder
186+
.vs/

Base/NHapiTools.Base.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
<WarningLevel>4</WarningLevel>
3232
<DocumentationFile>bin\Release\NHapiTools.Base.XML</DocumentationFile>
3333
</PropertyGroup>
34+
<PropertyGroup>
35+
<SignAssembly>true</SignAssembly>
36+
</PropertyGroup>
37+
<PropertyGroup>
38+
<AssemblyOriginatorKeyFile>..\NHapiTools.snk</AssemblyOriginatorKeyFile>
39+
</PropertyGroup>
3440
<ItemGroup>
3541
<Reference Include="NHapi.Base, Version=2.5.0.6, Culture=neutral, PublicKeyToken=d0d8ea960a3440eb, processorArchitecture=MSIL">
3642
<HintPath>..\packages\nHapi.2.5.0.6\lib\NHapi.Base.dll</HintPath>
@@ -121,6 +127,9 @@
121127
<Compile Include="Validation\Rule\MessageSegmentMandatoryRule.cs" />
122128
</ItemGroup>
123129
<ItemGroup>
130+
<None Include="..\NHapiTools.snk">
131+
<Link>NHapiTools.snk</Link>
132+
</None>
124133
<None Include="packages.config" />
125134
</ItemGroup>
126135
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

BuildResult/NHapiTools.Base.dll

512 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)