|
26 | 26 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
27 | 27 | </PackageReference> |
28 | 28 | <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" /> |
29 | | - <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.241114003" /> |
30 | | - <PackageReference Include="WinUIEx" Version="2.5.0" /> |
| 29 | + <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250310001" /> |
| 30 | + <PackageReference Include="WinUIEx" Version="2.5.1" /> |
31 | 31 | <PackageReference Include="CI.Microsoft.Terminal.Wpf" GeneratePathProperty="true" ExcludeAssets="all" Version="1.22.250204002" /> |
32 | | - <!--<PackageReference Include="CI.Microsoft.Terminal.Wpf" Version="1.22.250204002" ExcludeAssets="all" />--> |
| 32 | + |
33 | 33 | </ItemGroup> |
34 | 34 |
|
35 | 35 | <ItemGroup> |
36 | 36 | <Page Update="TerminalControl.xaml"> |
37 | 37 | <Generator>MSBuild:Compile</Generator> |
38 | 38 | </Page> |
39 | 39 | </ItemGroup> |
40 | | - <!--<Target Name="CopyCustomContent" AfterTargets="AfterBuild"> |
41 | | - <Copy SourceFiles="$(CI_Microsoft_Terminal_Wpf)\runtimes\win-x64\native\*" DestinationFolder="$(OutDir)" /> |
| 40 | + <!--<Target Name="CopyCustomContent" AfterTargets="AfterBuild"> |
| 41 | + <Copy SourceFiles="$(CI_Microsoft_Terminal_Wpf)\runtimes\win-x64\native\*" DestinationFolder="$(OutDir)" /> |
42 | 42 | </Target>--> |
43 | 43 |
|
44 | 44 | <PropertyGroup> |
45 | 45 | <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> |
46 | 46 | </PropertyGroup> |
47 | | - <!--<PropertyGroup> |
48 | | - <DisableTransitiveFrameworkReferenceDownloads>true</DisableTransitiveFrameworkReferenceDownloads> |
49 | | - <DisableTransitiveProjectReferences>true</DisableTransitiveProjectReferences> |
| 47 | + <!--<PropertyGroup> |
| 48 | + <DisableTransitiveFrameworkReferenceDownloads>true</DisableTransitiveFrameworkReferenceDownloads> |
| 49 | + <DisableTransitiveProjectReferences>true</DisableTransitiveProjectReferences> |
50 | 50 | --> |
51 | 51 | <!--<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>--> |
52 | | - <!-- |
53 | | -
|
| 52 | + <!-- |
| 53 | +
|
54 | 54 | </PropertyGroup>--> |
55 | 55 | <ItemGroup> |
56 | 56 | <Content Include="runtimes\**\*"> |
|
71 | 71 | <FrameworkReference Remove="Microsoft.WindowsDesktop.App.WPF" /> |
72 | 72 | </ItemGroup> |
73 | 73 | </Target> |
74 | | - <!--<ItemGroup> |
75 | | - <CustomPackageFile Include="bin\x64\Debug\net8.0-windows10.0.19041.0\Microsoft.Terminal.WinUI3\TerminalControl.xbf"> |
76 | | - <PackagePath>lib\net8.0-windows10.0.19041.0\Microsoft.Terminal.WinUI3</PackagePath> |
77 | | - </CustomPackageFile> |
| 74 | + <!--<ItemGroup> |
| 75 | + <CustomPackageFile Include="bin\x64\Debug\net8.0-windows10.0.19041.0\Microsoft.Terminal.WinUI3\TerminalControl.xbf"> |
| 76 | + <PackagePath>lib\net8.0-windows10.0.19041.0\Microsoft.Terminal.WinUI3</PackagePath> |
| 77 | + </CustomPackageFile> |
78 | 78 | </ItemGroup>--> |
79 | 79 |
|
80 | 80 | <!--<Target Name="MergePGOCounts" />--> |
|
109 | 109 | </None> |
110 | 110 | </ItemGroup> |
111 | 111 | </Target> |
112 | | - <!--<Target Name="CollectNativePackContents"> |
113 | | - <ItemGroup> |
114 | | - <None Include="lib_bins\runtimes\win-x86\Microsoft.Terminal.Control.dll"> |
115 | | - <Pack>true</Pack> |
116 | | - <PackagePath>runtimes\win-x86\native\</PackagePath> |
117 | | - </None> |
118 | | - <None Include="lib_bins\runtimes\win-x64\Microsoft.Terminal.Control.dll"> |
119 | | - <Pack>true</Pack> |
120 | | - <PackagePath>runtimes\win-x64\native\</PackagePath> |
121 | | - </None> |
122 | | - <None Include="lib_bins\runtimes\win-arm64\Microsoft.Terminal.Control.dll"> |
123 | | - <Pack>true</Pack> |
124 | | - <PackagePath>runtimes\win-arm64\native\</PackagePath> |
125 | | - </None> |
126 | | - </ItemGroup> |
| 112 | + <!--<Target Name="CollectNativePackContents"> |
| 113 | + <ItemGroup> |
| 114 | + <None Include="lib_bins\runtimes\win-x86\Microsoft.Terminal.Control.dll"> |
| 115 | + <Pack>true</Pack> |
| 116 | + <PackagePath>runtimes\win-x86\native\</PackagePath> |
| 117 | + </None> |
| 118 | + <None Include="lib_bins\runtimes\win-x64\Microsoft.Terminal.Control.dll"> |
| 119 | + <Pack>true</Pack> |
| 120 | + <PackagePath>runtimes\win-x64\native\</PackagePath> |
| 121 | + </None> |
| 122 | + <None Include="lib_bins\runtimes\win-arm64\Microsoft.Terminal.Control.dll"> |
| 123 | + <Pack>true</Pack> |
| 124 | + <PackagePath>runtimes\win-arm64\native\</PackagePath> |
| 125 | + </None> |
| 126 | + </ItemGroup> |
127 | 127 | </Target>--> |
128 | 128 | </Project> |
0 commit comments