File tree Expand file tree Collapse file tree 14 files changed +14
-29
lines changed
dev/VSIX/ProjectTemplates/Desktop/CSharp
Properties/PublishProfiles
Properties/PublishProfiles
Properties/PublishProfiles Expand file tree Collapse file tree 14 files changed +14
-29
lines changed Original file line number Diff line number Diff line change @@ -168,9 +168,8 @@ PublishFile $FullBuildOutput\DynamicDependencyLifetimeManager.ProxyStub\DynamicD
168168PublishFile $FullBuildOutput \DynamicDependencyLifetimeManager.ProxyStub\DynamicDependencyLifetimeManager.ProxyStub.pdb $NugetDir \runtimes\win10- $Platform \native
169169#
170170# Native (not managed, AppLocal / no MSIX)
171- PublishFile $FullBuildOutput \WindowsAppRuntime_BootstrapDLL\Microsoft.WindowsAppRuntime.Bootstrap.dll $NugetDir \runtimes\win10- $Platform \native
172171PublishFile $FullBuildOutput \WindowsAppRuntime_BootstrapDLL\Microsoft.WindowsAppRuntime.Bootstrap.dll $NugetDir \runtimes\win- $Platform \native
173- PublishFile $FullBuildOutput \WindowsAppRuntime_BootstrapDLL\Microsoft.WindowsAppRuntime.Bootstrap.pdb $NugetDir \runtimes\win10 - $Platform \native
172+ PublishFile $FullBuildOutput \WindowsAppRuntime_BootstrapDLL\Microsoft.WindowsAppRuntime.Bootstrap.pdb $NugetDir \runtimes\win - $Platform \native
174173#
175174# WinMD for UWP apps
176175PublishFile $FullBuildOutput \WindowsAppRuntime_DLL\StrippedWinMD\Microsoft.Windows.ApplicationModel.DynamicDependency.winmd $NugetDir \lib\uap10.0
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <TargetFramework >$DotNetVersion$-windows10.0.19041.0</TargetFramework >
44 <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
5- <RootNamespace >$safeprojectname$</RootNamespace >
6- <RuntimeIdentifiers Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
7- <RuntimeIdentifiers Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) < 8" >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
5+ <RuntimeIdentifiers >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
86 <UseWinUI >true</UseWinUI >
97 </PropertyGroup >
108
Original file line number Diff line number Diff line change 66 <RootNamespace >$safeprojectname$</RootNamespace >
77 <ApplicationManifest >app.manifest</ApplicationManifest >
88 <Platforms >x86;x64;ARM64</Platforms >
9- <RuntimeIdentifiers Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
10- <RuntimeIdentifiers Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) < 8" >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
9+ <RuntimeIdentifiers >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
1110 <UseWinUI >true</UseWinUI >
1211 </PropertyGroup >
1312
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66 <PropertyGroup >
77 <PublishProtocol >FileSystem</PublishProtocol >
88 <Platform >ARM64</Platform >
9- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-arm64</RuntimeIdentifier >
10- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) < 8" >win10-arm64</RuntimeIdentifier >
9+ <RuntimeIdentifier >win-arm64</RuntimeIdentifier >
1110 <PublishDir >bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir >
1211 <SelfContained >true</SelfContained >
1312 <PublishSingleFile >False</PublishSingleFile >
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66 <PropertyGroup >
77 <PublishProtocol >FileSystem</PublishProtocol >
88 <Platform >x64</Platform >
9- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-x64</RuntimeIdentifier >
10- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) < 8" >win10-x64</RuntimeIdentifier >
9+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
1110 <PublishDir >bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir >
1211 <SelfContained >true</SelfContained >
1312 <PublishSingleFile >False</PublishSingleFile >
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66 <PropertyGroup >
77 <PublishProtocol >FileSystem</PublishProtocol >
88 <Platform >x86</Platform >
9- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-x86</RuntimeIdentifier >
10- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) < 8" >win10-x86</RuntimeIdentifier >
9+ <RuntimeIdentifier >win-x86</RuntimeIdentifier >
1110 <PublishDir >bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir >
1211 <SelfContained >true</SelfContained >
1312 <PublishSingleFile >False</PublishSingleFile >
Original file line number Diff line number Diff line change 66 <RootNamespace >$safeprojectname$</RootNamespace >
77 <ApplicationManifest >app.manifest</ApplicationManifest >
88 <Platforms >x86;x64;ARM64</Platforms >
9- <RuntimeIdentifiers Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
10- <RuntimeIdentifiers Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) < 8" >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
9+ <RuntimeIdentifiers >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
1110 <PublishProfile >win-$(Platform).pubxml</PublishProfile >
1211 <UseWinUI >true</UseWinUI >
1312 <EnableMsixTooling >true</EnableMsixTooling >
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66 <PropertyGroup >
77 <PublishProtocol >FileSystem</PublishProtocol >
88 <Platform >ARM64</Platform >
9- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-arm64</RuntimeIdentifier >
10- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) < 8" >win10-arm64</RuntimeIdentifier >
9+ <RuntimeIdentifier >win-arm64</RuntimeIdentifier >
1110 <PublishDir >bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir >
1211 <SelfContained >true</SelfContained >
1312 <PublishSingleFile >False</PublishSingleFile >
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66 <PropertyGroup >
77 <PublishProtocol >FileSystem</PublishProtocol >
88 <Platform >x64</Platform >
9- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-x64</RuntimeIdentifier >
10- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) < 8" >win10-x64</RuntimeIdentifier >
9+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
1110 <PublishDir >bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir >
1211 <SelfContained >true</SelfContained >
1312 <PublishSingleFile >False</PublishSingleFile >
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66 <PropertyGroup >
77 <PublishProtocol >FileSystem</PublishProtocol >
88 <Platform >x86</Platform >
9- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-x86</RuntimeIdentifier >
10- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) < 8" >win10-x86</RuntimeIdentifier >
9+ <RuntimeIdentifier >win-x86</RuntimeIdentifier >
1110 <PublishDir >bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir >
1211 <SelfContained >true</SelfContained >
1312 <PublishSingleFile >False</PublishSingleFile >
You can’t perform that action at this time.
0 commit comments