Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Directory.Build.props - github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ec85ea0b15068b2b850651bd8fcc7ba9355b4ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <!-- Enable MicroBuild signing on all projects, if the build is running in a pipeline where MicroBuild has been setup.  -->
    <ItemGroup>
      <PackageReference Include="Microsoft.VisualStudioEng.MicroBuild.Core">
        <Version>1.0.0</Version>
      </PackageReference>
    </ItemGroup>
    <ItemGroup>
      <FilesToSign Include="$(OutDir)\$(AssemblyName).dll"> 
        <Authenticode>Microsoft400</Authenticode> 
      </FilesToSign>
    </ItemGroup>
</Project>