File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,9 +174,8 @@ PublishFile $FullBuildOutput\DynamicDependencyLifetimeManager.ProxyStub\DynamicD
174174PublishFile $FullBuildOutput \DynamicDependencyLifetimeManager.ProxyStub\DynamicDependencyLifetimeManager.ProxyStub.pdb $NugetDir \runtimes\win10- $Platform \native
175175#
176176# Native (not managed, AppLocal / no MSIX)
177- PublishFile $FullBuildOutput \WindowsAppRuntime_BootstrapDLL\Microsoft.WindowsAppRuntime.Bootstrap.dll $NugetDir \runtimes\win10- $Platform \native
178177PublishFile $FullBuildOutput \WindowsAppRuntime_BootstrapDLL\Microsoft.WindowsAppRuntime.Bootstrap.dll $NugetDir \runtimes\win- $Platform \native
179- PublishFile $FullBuildOutput \WindowsAppRuntime_BootstrapDLL\Microsoft.WindowsAppRuntime.Bootstrap.pdb $NugetDir \runtimes\win10 - $Platform \native
178+ PublishFile $FullBuildOutput \WindowsAppRuntime_BootstrapDLL\Microsoft.WindowsAppRuntime.Bootstrap.pdb $NugetDir \runtimes\win - $Platform \native
180179#
181180# WinMD for UWP apps
182181PublishFile $FullBuildOutput \WindowsAppRuntime_DLL\StrippedWinMD\Microsoft.Windows.ApplicationModel.DynamicDependency.winmd $NugetDir \lib\uap10.0
Original file line number Diff line number Diff line change 3030 </Link >
3131 </ItemDefinitionGroup >
3232
33- <Target Name =" CopyMicrosoftWindowsAppRuntimeBootstrapdllToOutDir" Condition =" '$(AppxPackage)' != 'true'" AfterTargets =" Build" >
33+ <Target Name =" CopyMicrosoftWindowsAppRuntimeBootstrapdllToOutDir" Condition =" '$(AppxPackage)' != 'true'" AfterTargets =" Build" BeforeTargets = " Binplace " >
3434 <Copy
3535 SourceFiles =" $(MSBuildThisFileDirectory)..\..\runtimes\win-$(_WindowsAppSDKFoundationPlatform)\native\Microsoft.WindowsAppRuntime.Bootstrap.dll"
3636 DestinationFolder =" $(OutDir)" />
You can’t perform that action at this time.
0 commit comments