File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
- <PropertyGroup >
3
- <OutputType >Exe</OutputType >
4
- <AssemblyName >authlint</AssemblyName >
5
- <TargetFrameworks >net461</TargetFrameworks >
6
- <VersionPrefix >0.10.0</VersionPrefix >
7
- <Authors >Kevin Jones</Authors >
8
- <LangVersion >latest</LangVersion >
9
- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
10
- </PropertyGroup >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+ <PropertyGroup >
3
+ <OutputType >Exe</OutputType >
4
+ <AssemblyName >authlint</AssemblyName >
5
+ <TargetFrameworks >net461</TargetFrameworks >
6
+ <VersionPrefix >0.11.0</VersionPrefix >
7
+ <Authors >Kevin Jones</Authors >
8
+ <LangVersion >latest</LangVersion >
9
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
10
+ <Copyright >Kevin Jones 2016-2017</Copyright >
11
+ </PropertyGroup >
11
12
<ItemGroup >
12
13
<Reference Include =" System.Security" />
13
- </ItemGroup >
14
+ </ItemGroup >
14
15
</Project >
Original file line number Diff line number Diff line change 20
20
</MSBuild >
21
21
</Target >
22
22
<Target Name =" Sign" DependsOnTargets =" Build" >
23
- <Exec Command =" signtool.exe sign /sha1 58D78D4D87C80E090A3E453E5039C1DCD464E7A3 /d " $(ProductName)" /du $(ProductUrl) /n " $(ProductCompanyName)" /ph /itos /t http://timestamp.digicert.com /fd SHA1 " $(OutputDir)\authlint.exe" " IgnoreExitCode =" true" />
24
- <Exec Command =" signtool.exe sign /sha1 58D78D4D87C80E090A3E453E5039C1DCD464E7A3 /as /d " $(ProductName)" /du $(ProductUrl) /n " $(ProductCompanyName)" /itos /ph /tr http://timestamp.digicert.com /fd SHA256 /td SHA256 " $(OutputDir)\authlint.exe" " IgnoreExitCode =" true" />
23
+ <Exec Command =" signtool.exe sign /sha1 58D78D4D87C80E090A3E453E5039C1DCD464E7A3 /nosealwarn /d " $(ProductName)" /du $(ProductUrl) /n " $(ProductCompanyName)" /itos /ph /tr http://timestamp.digicert.com /fd SHA256 /td SHA256 " $(OutputDir)\authlint.exe" " />
25
24
<Exec Command =" signtool.exe sign /sha1 58D78D4D87C80E090A3E453E5039C1DCD464E7A3 /seal /tseal http://timestamp.digicert.com /td SHA256 " $(OutputDir)\authlint.exe" " />
26
25
<!-- Run tool on itself -->
27
26
<Exec Command =" " $(OutputDir)\authlint.exe" -in " $(OutputDir)\authlint.exe" " />
You can’t perform that action at this time.
0 commit comments