File tree Expand file tree Collapse file tree 5 files changed +15
-9
lines changed
cdac/mscordaccore_universal Expand file tree Collapse file tree 5 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 1616 <TargetingpacksTargetsImported >true</TargetingpacksTargetsImported >
1717 </PropertyGroup >
1818
19- <PropertyGroup Condition =" '$(DisableImplicitFrameworkReferences)' != 'true' and
20- '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and
21- '$(TargetFrameworkVersion)' == 'v$(NetCoreAppCurrentVersion)'" >
19+ <PropertyGroup Condition =" ('$(DisableImplicitFrameworkReferences)' != 'true' and
20+ '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and
21+ '$(TargetFrameworkVersion)' == 'v$(NetCoreAppCurrentVersion)')
22+ or '$(UseBootstrapLayout)' == 'true'" >
2223 <UseLocalTargetingRuntimePack Condition =" '$(UseLocalTargetingRuntimePack)' == ''" >true</UseLocalTargetingRuntimePack >
2324 </PropertyGroup >
2425
Original file line number Diff line number Diff line change 11<Project >
22 <Import Project =" ..\..\..\Directory.Build.props" />
3- <Import Project = " .\native-library.props " Condition = " '$(IsSourceProject)' == 'true' and '$(Language)' == 'C#' " / >
3+ <PropertyGroup >
44
5- <PropertyGroup Condition =" '$(UseBootstrapLayout)' == 'true'" >
6- <UseLocalTargetingRuntimePack >true</UseLocalTargetingRuntimePack >
5+ <UseBootstrapLayout Condition =" '$(NeedsAotPublish)' == 'true' and '$(UseBootstrap)' == 'true'" >true</UseBootstrapLayout >
76 </PropertyGroup >
7+
8+ <Import Project =" .\native-library.props" Condition =" '$(NeedsAotPublish)' == 'true'" />
89</Project >
Original file line number Diff line number Diff line change 11<Project >
2- <Import Project =" .\native-library.targets" Condition =" '$(IsSourceProject )' == 'true' and '$(Language)' == 'C# '" />
2+ <Import Project =" .\native-library.targets" Condition =" '$(NeedsAotPublish )' == 'true'" />
33 <Import Project =" ..\..\..\Directory.Build.targets" />
44 <Import Project =" $(RepositoryEngineeringDir)targetingpacks.targets" Condition =" '$(UseBootstrapLayout)' == 'true'" />
55 <Import Project =" $(RepositoryEngineeringDir)liveILLink.targets" Condition =" '$(UseBootstrapLayout)' == 'true'" />
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project >
2+ <PropertyGroup >
3+ <NeedsAotPublish >true</NeedsAotPublish >
4+ </PropertyGroup >
25
6+ <Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
37 <PropertyGroup >
48 <AssemblyName >$(LibPrefix)$(MSBuildProjectName)</AssemblyName >
59 <TargetFramework >$(NetCoreAppToolCurrent)</TargetFramework >
3236 <ProjectReference Include =" ..\Microsoft.Diagnostics.DataContractReader.Legacy\Microsoft.Diagnostics.DataContractReader.Legacy.csproj" />
3337 </ItemGroup >
3438
39+ <Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
3540</Project >
Original file line number Diff line number Diff line change 55 <SubprojectProps Include =" RuntimeConfiguration" Value =" $(RuntimeConfiguration)" />
66 <SubprojectProps Include =" LibrariesConfiguration" Value =" $(LibrariesConfiguration)" />
77 <SubprojectProps Include =" RuntimeIdentifier" Value =" $(PortableTargetRid)" />
8- <SubprojectProps Include =" UseBootstrapLayout" Value =" $(UseBootstrap)" />
98 </ItemGroup >
109
1110 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments