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 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' " >
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 >
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 >
Original file line number Diff line number Diff line change 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' " >
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.
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 >
You can’t perform that action at this time.
0 commit comments