Directory.Build.targets (9 lines of code) (raw):

<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Condition="'$(IsTestProject)' == 'true' or '$(IsPerfProject)' == 'true' or '$(IsStressProject)' == 'true'"> <AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute"> <_Parameter1>SourcePath</_Parameter1> <_Parameter2>$(MSBuildProjectDirectory)</_Parameter2> </AssemblyAttribute> </ItemGroup> <Import Project="$(RepoEngPath)\Directory.Build.Common.targets" Condition="'$(ImportRepoCommonSettings)' == 'true'" /> </Project>