File tree Expand file tree Collapse file tree 4 files changed +0
-14
lines changed
sample/Ookii.Dialogs.Wpf.Sample Expand file tree Collapse file tree 4 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 16
16
<WarningLevel >4</WarningLevel >
17
17
<ApplicationManifest >app.manifest</ApplicationManifest >
18
18
<ApplicationIcon >ookii.ico</ApplicationIcon >
19
- <SignAssembly >true</SignAssembly >
20
- <AssemblyOriginatorKeyFile >ookii.snk</AssemblyOriginatorKeyFile >
21
19
<TargetFrameworkProfile />
22
20
</PropertyGroup >
23
21
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
91
89
<SubType >Designer</SubType >
92
90
</None >
93
91
<None Include =" app.manifest" />
94
- <None Include =" ookii.snk" />
95
92
<None Include =" Properties\Settings.settings" >
96
93
<Generator >SettingsSingleFileGenerator</Generator >
97
94
<LastGenOutput >Settings.Designer.cs</LastGenOutput >
115
112
<Target Name="AfterBuild">
116
113
</Target>
117
114
-->
118
- <PropertyGroup >
119
- <PostBuildEvent >IF "$(ConfigurationName)"=="Release" "$(FrameworkSDKDir)Bin\SignTool" sign /t http://timestamp.comodoca.com/authenticode "$(TargetPath)"</PostBuildEvent >
120
- </PropertyGroup >
121
115
</Project >
Original file line number Diff line number Diff line change 12
12
<AssemblyName >Ookii.Dialogs.Wpf</AssemblyName >
13
13
<TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
14
14
<FileAlignment >512</FileAlignment >
15
- <SignAssembly >true</SignAssembly >
16
- <AssemblyOriginatorKeyFile >ookii.snk</AssemblyOriginatorKeyFile >
17
15
<TargetFrameworkProfile />
18
16
</PropertyGroup >
19
17
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
138
136
<LastGenOutput >Resources.Designer.cs</LastGenOutput >
139
137
</EmbeddedResource >
140
138
</ItemGroup >
141
- <ItemGroup >
142
- <None Include =" ookii.snk" />
143
- </ItemGroup >
144
139
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
145
140
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
146
141
Other similar extension points exist, see Microsoft.Common.targets.
149
144
<Target Name="AfterBuild">
150
145
</Target>
151
146
-->
152
- <PropertyGroup >
153
- <PostBuildEvent >IF "$(ConfigurationName)"=="Release" "$(FrameworkSDKDir)Bin\SignTool" sign /t http://timestamp.comodoca.com/authenticode "$(TargetPath)"</PostBuildEvent >
154
- </PropertyGroup >
155
147
</Project >
You can’t perform that action at this time.
0 commit comments