This repository was archived by the owner on Nov 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 <ItemGroup Condition =" $(IsPrimaryProject) == true" >
3838 <None Condition =" Exists('$(DirectoryBuildPropsFile)')" Include =" $(DirectoryBuildPropsFile)" Pack =" False" PackagePath =" \" Link =" MSBuild\%(RecursiveDir)%(Filename)%(Extension)" />
3939 <None Condition =" Exists('$(DirectoryBuildTargetsFile)')" Include =" $(DirectoryBuildTargetsFile)" Pack =" False" PackagePath =" \" Link =" MSBuild\%(RecursiveDir)%(Filename)%(Extension)" />
40+ <None Condition =" Exists('$(RunSettingsFilePath)')" Include =" $(RunSettingsFilePath)" Pack =" False" PackagePath =" \" Link =" MSBuild\%(RecursiveDir)%(Filename)%(Extension)" />
41+
4042 <None Condition =" Exists('$(AuthorsFilePath)')" Include =" $(AuthorsFilePath)" Pack =" True" PackagePath =" \" Link =" Metadata\%(RecursiveDir)%(Filename)%(Extension)" />
4143 <None Condition =" Exists('$(DescriptionFilePath)')" Include =" $(DescriptionFilePath)" Pack =" True" PackagePath =" \" Link =" Metadata\%(RecursiveDir)%(Filename)%(Extension)" />
4244 <None Condition =" Exists('$(LicenseFilePath)')" Include =" $(LicenseFilePath)" Pack =" True" PackagePath =" \" Link =" Metadata\%(RecursiveDir)%(Filename)%(Extension)" />
You can’t perform that action at this time.
0 commit comments