Skip to content

Commit b9c2bb7

Browse files
committed
Configure strong name with a publicly-shared key used only by this extension
1 parent 49f27d0 commit b9c2bb7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
596 Bytes
Binary file not shown.

Tvl.VisualStudio.MouseFastScroll/Tvl.VisualStudio.MouseFastScroll.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
<Compile Include="Properties\AssemblyInfo.cs" />
145145
</ItemGroup>
146146
<ItemGroup>
147+
<None Include="SharedKey.snk" />
147148
<None Include="packages.config" />
148149
<None Include="source.extension.vsixmanifest">
149150
<SubType>Designer</SubType>
@@ -154,15 +155,12 @@
154155
<Link>LICENSE.txt</Link>
155156
<IncludeInVSIX>true</IncludeInVSIX>
156157
</Content>
157-
<None Include="..\External\Key.snk">
158-
<Link>Key.snk</Link>
159-
</None>
160158
</ItemGroup>
161159
<PropertyGroup>
162160
<SignAssembly>true</SignAssembly>
163161
</PropertyGroup>
164162
<PropertyGroup>
165-
<AssemblyOriginatorKeyFile>..\External\Key.snk</AssemblyOriginatorKeyFile>
163+
<AssemblyOriginatorKeyFile>SharedKey.snk</AssemblyOriginatorKeyFile>
166164
</PropertyGroup>
167165
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
168166
<Import Condition="Exists($(VsSdkTargets))" Project="$(VsSdkTargets)" />

0 commit comments

Comments
 (0)