We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e75a71 commit 8fb8454Copy full SHA for 8fb8454
src/RegexColumnizer/RegexColumnizer.csproj
@@ -30,6 +30,12 @@
30
<ErrorReport>prompt</ErrorReport>
31
<WarningLevel>4</WarningLevel>
32
</PropertyGroup>
33
+ <PropertyGroup>
34
+ <SignAssembly>true</SignAssembly>
35
+ </PropertyGroup>
36
37
+ <AssemblyOriginatorKeyFile>..\Solution Items\Key.snk</AssemblyOriginatorKeyFile>
38
39
<ItemGroup>
40
<Reference Include="System" />
41
<Reference Include="System.Core" />
@@ -66,5 +72,10 @@
66
72
<DependentUpon>RegexColumnizerConfigDialog.cs</DependentUpon>
67
73
</EmbeddedResource>
68
74
</ItemGroup>
75
+ <ItemGroup>
76
+ <None Include="..\Solution Items\Key.snk">
77
+ <Link>Key.snk</Link>
78
+ </None>
79
+ </ItemGroup>
69
80
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70
81
</Project>
0 commit comments