File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project >
33
4+ <PropertyGroup >
5+ <MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
6+ </PropertyGroup >
7+
48 <Import Project =" ../Directory.Build.props" />
59
610 <PropertyGroup >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project >
33
4+ <PropertyGroup >
5+ <MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
6+ </PropertyGroup >
7+
48 <Target Name =" RemoveTransitiveProjectReferences" AfterTargets =" IncludeTransitiveProjectReferences" >
59 <ItemGroup >
610 <ProjectReference Remove =" @(_TransitiveProjectReferences)" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project >
33
4+ <PropertyGroup >
5+ <MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
6+ </PropertyGroup >
7+
48 <PropertyGroup >
59 <!--
610 These properties are used by Directory.Build.props. Make sure they are set early enough for cases where they are
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project >
33
4+ <PropertyGroup >
5+ <MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
6+ </PropertyGroup >
7+
48 <PropertyGroup >
59 <!-- Default NuGet package properties. Additional items set in Directory.Build.props. -->
610 <PackageVersion Condition =" '$(PackageVersion)' == ''" >$(InformationalVersion)</PackageVersion >
You can’t perform that action at this time.
0 commit comments