Skip to content

Commit e7d403d

Browse files
Sign assemblies with strong-name
1 parent d5ae0e1 commit e7d403d

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

Ookii.Dialogs.Wpf.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{B2AB57
1717
.gitattributes = .gitattributes
1818
.gitignore = .gitignore
1919
LICENSE = LICENSE
20+
assets\ookii-dialogs.snk = assets\ookii-dialogs.snk
2021
README.md = README.md
2122
EndProjectSection
2223
EndProject

assets/ookii-dialogs.snk

596 Bytes
Binary file not shown.

sample/Ookii.Dialogs.Wpf.Sample/Ookii.Dialogs.Wpf.Sample.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
<PropertyGroup>
4141
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
4242
</PropertyGroup>
43+
<PropertyGroup>
44+
<SignAssembly>true</SignAssembly>
45+
</PropertyGroup>
46+
<PropertyGroup>
47+
<AssemblyOriginatorKeyFile>..\..\assets\ookii-dialogs.snk</AssemblyOriginatorKeyFile>
48+
</PropertyGroup>
4349
<ItemGroup>
4450
<Reference Include="System" />
4551
<Reference Include="System.Core" />

src/Ookii.Dialogs.Wpf/Ookii.Dialogs.Wpf.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
<PropertyGroup>
4040
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
4141
</PropertyGroup>
42+
<PropertyGroup>
43+
<SignAssembly>true</SignAssembly>
44+
</PropertyGroup>
45+
<PropertyGroup>
46+
<AssemblyOriginatorKeyFile>..\..\assets\ookii-dialogs.snk</AssemblyOriginatorKeyFile>
47+
</PropertyGroup>
4248
<ItemGroup>
4349
<Reference Include="PresentationCore" />
4450
<Reference Include="PresentationFramework" />

0 commit comments

Comments
 (0)