Skip to content

Commit f4bde66

Browse files
Remove assembly signing
1 parent 6b11408 commit f4bde66

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<WarningLevel>4</WarningLevel>
1717
<ApplicationManifest>app.manifest</ApplicationManifest>
1818
<ApplicationIcon>ookii.ico</ApplicationIcon>
19-
<SignAssembly>true</SignAssembly>
20-
<AssemblyOriginatorKeyFile>ookii.snk</AssemblyOriginatorKeyFile>
2119
<TargetFrameworkProfile />
2220
</PropertyGroup>
2321
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -91,7 +89,6 @@
9189
<SubType>Designer</SubType>
9290
</None>
9391
<None Include="app.manifest" />
94-
<None Include="ookii.snk" />
9592
<None Include="Properties\Settings.settings">
9693
<Generator>SettingsSingleFileGenerator</Generator>
9794
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -115,7 +112,4 @@
115112
<Target Name="AfterBuild">
116113
</Target>
117114
-->
118-
<PropertyGroup>
119-
<PostBuildEvent>IF "$(ConfigurationName)"=="Release" "$(FrameworkSDKDir)Bin\SignTool" sign /t http://timestamp.comodoca.com/authenticode "$(TargetPath)"</PostBuildEvent>
120-
</PropertyGroup>
121115
</Project>
-596 Bytes
Binary file not shown.

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<AssemblyName>Ookii.Dialogs.Wpf</AssemblyName>
1313
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
15-
<SignAssembly>true</SignAssembly>
16-
<AssemblyOriginatorKeyFile>ookii.snk</AssemblyOriginatorKeyFile>
1715
<TargetFrameworkProfile />
1816
</PropertyGroup>
1917
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -138,9 +136,6 @@
138136
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
139137
</EmbeddedResource>
140138
</ItemGroup>
141-
<ItemGroup>
142-
<None Include="ookii.snk" />
143-
</ItemGroup>
144139
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
145140
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
146141
Other similar extension points exist, see Microsoft.Common.targets.
@@ -149,7 +144,4 @@
149144
<Target Name="AfterBuild">
150145
</Target>
151146
-->
152-
<PropertyGroup>
153-
<PostBuildEvent>IF "$(ConfigurationName)"=="Release" "$(FrameworkSDKDir)Bin\SignTool" sign /t http://timestamp.comodoca.com/authenticode "$(TargetPath)"</PostBuildEvent>
154-
</PropertyGroup>
155147
</Project>

src/Ookii.Dialogs.Wpf/ookii.snk

-596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)