diff --git a/eng/Tools.props b/eng/Tools.props new file mode 100644 index 00000000000..1393e1776e8 --- /dev/null +++ b/eng/Tools.props @@ -0,0 +1,15 @@ + + + + <_RuntimeIdentifier Condition="'$(Platform)' == ''">win-x86 + <_RuntimeIdentifier Condition="'$(Platform)' != ''">win-$(Platform) + + + + + + + + + + diff --git a/eng/WpfArcadeSdk/tools/RuntimeFrameworkReference.targets b/eng/WpfArcadeSdk/tools/RuntimeFrameworkReference.targets index 95cb707750b..6dd7eb19ed8 100644 --- a/eng/WpfArcadeSdk/tools/RuntimeFrameworkReference.targets +++ b/eng/WpfArcadeSdk/tools/RuntimeFrameworkReference.targets @@ -12,15 +12,6 @@ Version="$(MicrosoftNETCorePlatformsVersion)" Condition="'$(ManagedCxx)'=='true'"/> - - $(MicrosoftNETCoreAppRefVersion) - - + + true + true + true + + + + + $(MicrosoftNETCoreAppRefVersion) + $(MicrosoftNETCoreAppRuntimewinx64Version) + $(MicrosoftNETCoreAppRuntimewinx64Version) + + + + + + + + - $(MicrosoftNETCoreAppRuntimewinx64Version) + false + false + false + + false + + + + + + + + + + + + + + <_ResolvedRuntimePackPath>@(ResolvedRuntimePack->WithMetadataValue('FrameworkName', 'Microsoft.NETCore.App')->Metadata('Path')) + + + + + $(NuGetPackageRoot)microsoft.netcore.app.ref\$(MicrosoftNETCoreAppRefVersion) + $(MicrosoftNETCoreAppRefVersion) + $(_ResolvedRuntimePackPath) + $(MicrosoftNETCoreAppRuntimewinx64Version) + + + + + + + + + @(ResolvedAppHostPack->'%(Path)') + + + + @(ResolvedIjwHostPack->'%(Path)') + + +