Skip to content

Commit b7d64e2

Browse files
committed
Signed DLLs
1 parent c0d803f commit b7d64e2

9 files changed

+36
-2
lines changed

Diff for: DotNetProjects.snk

596 Bytes
Binary file not shown.

Diff for: WpfToolkit/DataVisualization/DotNetProjects.DataVisualization.Toolkit.csproj

+9
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@
6767
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
6868
<ErrorReport>prompt</ErrorReport>
6969
</PropertyGroup>
70+
<PropertyGroup>
71+
<SignAssembly>true</SignAssembly>
72+
</PropertyGroup>
73+
<PropertyGroup>
74+
<AssemblyOriginatorKeyFile>DotNetProjects.snk</AssemblyOriginatorKeyFile>
75+
</PropertyGroup>
7076
<ItemGroup>
7177
<Reference Include="System" />
7278
<Reference Include="System.Core" />
@@ -291,6 +297,9 @@
291297
<ItemGroup>
292298
<EmbeddedResource Include="System.Windows.Controls.DataVisualization.Charting\ScatterSeries.png" />
293299
</ItemGroup>
300+
<ItemGroup>
301+
<None Include="DotNetProjects.snk" />
302+
</ItemGroup>
294303
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
295304
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
296305
Other similar extension points exist, see Microsoft.Common.targets.

Diff for: WpfToolkit/DataVisualization/DotNetProjects.snk

596 Bytes
Binary file not shown.

Diff for: WpfToolkit/Input/DotNetProjects.Input.Toolkit.csproj

+10-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
<WarningLevel>4</WarningLevel>
6161
<DocumentationFile>System.Windows.Controls.Input.Toolkit.XML</DocumentationFile>
6262
</PropertyGroup>
63+
<PropertyGroup>
64+
<SignAssembly>true</SignAssembly>
65+
</PropertyGroup>
66+
<PropertyGroup>
67+
<AssemblyOriginatorKeyFile>DotNetProjects.snk</AssemblyOriginatorKeyFile>
68+
</PropertyGroup>
6369
<ItemGroup>
6470
<Reference Include="System" />
6571
<Reference Include="System.Core" />
@@ -158,6 +164,9 @@
158164
<ItemGroup>
159165
<EmbeddedResource Include="System.Windows.Controls\RatingItem.png" />
160166
</ItemGroup>
167+
<ItemGroup>
168+
<None Include="DotNetProjects.snk" />
169+
</ItemGroup>
161170
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
162171
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
163172
Other similar extension points exist, see Microsoft.Common.targets.
@@ -166,4 +175,4 @@
166175
<Target Name="AfterBuild">
167176
</Target>
168177
-->
169-
</Project>
178+
</Project>

Diff for: WpfToolkit/Input/DotNetProjects.snk

596 Bytes
Binary file not shown.

Diff for: WpfToolkit/Layout/DotNetProjects.Layout.Toolkit.csproj

+9
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
<WarningLevel>4</WarningLevel>
6161
<DocumentationFile>System.Windows.Controls.Layout.Toolkit.XML</DocumentationFile>
6262
</PropertyGroup>
63+
<PropertyGroup>
64+
<SignAssembly>true</SignAssembly>
65+
</PropertyGroup>
66+
<PropertyGroup>
67+
<AssemblyOriginatorKeyFile>DotNetProjects.snk</AssemblyOriginatorKeyFile>
68+
</PropertyGroup>
6369
<ItemGroup>
6470
<Reference Include="System" />
6571
<Reference Include="System.Core" />
@@ -148,6 +154,9 @@
148154
<ItemGroup>
149155
<EmbeddedResource Include="System.Windows.Controls.Primitives\ExpandableContentControl.png" />
150156
</ItemGroup>
157+
<ItemGroup>
158+
<None Include="DotNetProjects.snk" />
159+
</ItemGroup>
151160
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
152161
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
153162
Other similar extension points exist, see Microsoft.Common.targets.

Diff for: WpfToolkit/Layout/DotNetProjects.snk

596 Bytes
Binary file not shown.

Diff for: WpfToolkit/WPF.Themes/DotNetProjects.WPF.Themes.csproj

+8-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@
5555
<WarningLevel>4</WarningLevel>
5656
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5757
</PropertyGroup>
58+
<PropertyGroup>
59+
<SignAssembly>true</SignAssembly>
60+
</PropertyGroup>
61+
<PropertyGroup>
62+
<AssemblyOriginatorKeyFile>DotNetProjects.snk</AssemblyOriginatorKeyFile>
63+
</PropertyGroup>
5864
<ItemGroup>
5965
<Reference Include="System" />
6066
<Reference Include="System.Core" />
@@ -90,6 +96,7 @@
9096
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
9197
<SubType>Designer</SubType>
9298
</EmbeddedResource>
99+
<None Include="DotNetProjects.snk" />
93100
<None Include="Properties\Settings.settings">
94101
<Generator>SettingsSingleFileGenerator</Generator>
95102
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -354,4 +361,4 @@
354361
<Target Name="AfterBuild">
355362
</Target>
356363
-->
357-
</Project>
364+
</Project>

Diff for: WpfToolkit/WPF.Themes/DotNetProjects.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)