Skip to content

Commit 139f5ed

Browse files
committed
Strong-named assembly
1 parent ec162fe commit 139f5ed

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ChromeTabs/ChromeTabs.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@
5252
<ErrorReport>prompt</ErrorReport>
5353
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
5454
</PropertyGroup>
55+
<PropertyGroup>
56+
<SignAssembly>true</SignAssembly>
57+
</PropertyGroup>
58+
<PropertyGroup>
59+
<AssemblyOriginatorKeyFile>chrometabs.snk</AssemblyOriginatorKeyFile>
60+
</PropertyGroup>
61+
<PropertyGroup>
62+
<DelaySign>false</DelaySign>
63+
</PropertyGroup>
5564
<ItemGroup>
5665
<Reference Include="Microsoft.CSharp" />
5766
<Reference Include="PresentationCore" />
@@ -94,6 +103,7 @@
94103
<DependentUpon>Settings.settings</DependentUpon>
95104
<DesignTimeSharedInput>True</DesignTimeSharedInput>
96105
</Compile>
106+
<None Include="chrometabs.snk" />
97107
<None Include="Properties\Settings.settings">
98108
<Generator>SettingsSingleFileGenerator</Generator>
99109
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

ChromeTabs/chrometabs.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)