Skip to content

Commit 8fb8454

Browse files
committed
added missing signing key to regex columnizer
1 parent 6e75a71 commit 8fb8454

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/RegexColumnizer/RegexColumnizer.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
33+
<PropertyGroup>
34+
<SignAssembly>true</SignAssembly>
35+
</PropertyGroup>
36+
<PropertyGroup>
37+
<AssemblyOriginatorKeyFile>..\Solution Items\Key.snk</AssemblyOriginatorKeyFile>
38+
</PropertyGroup>
3339
<ItemGroup>
3440
<Reference Include="System" />
3541
<Reference Include="System.Core" />
@@ -66,5 +72,10 @@
6672
<DependentUpon>RegexColumnizerConfigDialog.cs</DependentUpon>
6773
</EmbeddedResource>
6874
</ItemGroup>
75+
<ItemGroup>
76+
<None Include="..\Solution Items\Key.snk">
77+
<Link>Key.snk</Link>
78+
</None>
79+
</ItemGroup>
6980
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7081
</Project>

0 commit comments

Comments
 (0)