| @@ -7,10 +7,26 @@ |
|
|
| 7 |
7 |
<Nullable>enable</Nullable> |
| 8 |
8 |
<PublishSingleFile>true</PublishSingleFile> |
| 9 |
9 |
<SelfContained>true</SelfContained> |
|
10 |
+ <PublishTrimmed>true</PublishTrimmed> |
|
11 |
+ <PublishPath>$(OutputPath)$(RuntimeIdentifier)\publish\</PublishPath> |
| 10 |
12 |
</PropertyGroup> |
| 11 |
13 |
|
| 12 |
14 |
<ItemGroup> |
| 13 |
15 |
<PackageReference Include="CommandLineParser" Version="2.9.1" /> |
|
16 |
+ <PackageReference Include="Microsoft.VisualStudioEng.MicroBuild.Core" Version="1.0.0"> |
|
17 |
+ <PrivateAssets>all</PrivateAssets> |
|
18 |
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
19 |
+ </PackageReference> |
|
20 |
+ </ItemGroup> |
|
21 |
+ |
|
22 |
+ <ItemGroup> |
|
23 |
+ <FilesToSign Include="$(PublishPath)VSConfigFinder.dll"> |
|
24 |
+ <Authenticode>Microsoft400</Authenticode> |
|
25 |
+ <StrongName>StrongName</StrongName> |
|
26 |
+ </FilesToSign> |
|
27 |
+ <FilesToSign Include="$(PublishPath)VSConfigFinder.exe" Condition=" Exists('$(PublishPath)VSConfigFinder.exe') "> |
|
28 |
+ <Authenticode>Microsoft400</Authenticode> |
|
29 |
+ </FilesToSign> |
| 14 |
30 |
</ItemGroup> |
| 15 |
31 |
|
| 16 |
32 |
<ItemGroup> |