File tree Expand file tree Collapse file tree 6 files changed +10
-46
lines changed Expand file tree Collapse file tree 6 files changed +10
-46
lines changed Original file line number Diff line number Diff line change 135
135
</Target >
136
136
<!-- **END VC LIBS HACK** -->
137
137
138
- <!-- This is required to get the package dependency in the AppXManifest. -->
139
- <Import Project =" ..\..\..\packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets" Condition =" Exists('..\..\..\packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets')" />
140
- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
141
- <PropertyGroup >
142
- <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
143
- </PropertyGroup >
144
- <Error Condition =" !Exists('..\..\..\packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets'))" />
145
- </Target >
146
-
147
-
148
-
149
-
150
138
<Import Project =" $(SolutionDir)build\rules\CollectWildcardResources.targets" />
151
139
</Project >
Original file line number Diff line number Diff line change 20
20
21
21
<PropertyGroup Label =" NuGet Dependencies" >
22
22
<TerminalCppWinrt >true</TerminalCppWinrt >
23
+ <TerminalMUX >true</TerminalMUX >
23
24
</PropertyGroup >
24
- <Import Project =" ..\..\.. \common.openconsole.props" Condition =" '$(OpenConsoleDir)'==''" />
25
+ <Import Project =" $(SolutionDir) \common.openconsole.props" Condition =" '$(OpenConsoleDir)'==''" />
25
26
<Import Project =" $(OpenConsoleDir)src\common.nugetversions.props" />
26
27
<Import Project =" $(OpenConsoleDir)src\cppwinrt.build.pre.props" />
27
28
156
157
<!-- This -must- go after cppwinrt.build.post.props because that includes many VS-provided props including appcontainer.common.props, which stomps on what cppwinrt.targets did. -->
157
158
<Import Project =" $(OpenConsoleDir)src\common.nugetversions.targets" />
158
159
159
- <Import Project =" $(OpenConsoleDir)packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets" Condition =" Exists('$(OpenConsoleDir)packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets')" />
160
- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
161
- <PropertyGroup >
162
- <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
163
- </PropertyGroup >
164
- <Error Condition =" !Exists('$(OpenConsoleDir)packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(OpenConsoleDir)\packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets'))" />
165
- </Target >
166
-
167
160
<!--
168
161
By default, the PRI file will contain resource paths beginning with the
169
162
project name. Since we enabled XBF embedding, this *also* includes App.xbf.
Original file line number Diff line number Diff line change 13
13
</PropertyGroup >
14
14
<PropertyGroup Label =" NuGet Dependencies" >
15
15
<TerminalCppWinrt >true</TerminalCppWinrt >
16
+ <TerminalMUX >true</TerminalMUX >
16
17
</PropertyGroup >
17
- <Import Project =" ..\..\..\.. \common.openconsole.props" Condition =" '$(OpenConsoleDir)'==''" />
18
+ <Import Project =" $(SolutionDir) \common.openconsole.props" Condition =" '$(OpenConsoleDir)'==''" />
18
19
<Import Project =" $(OpenConsoleDir)src\common.nugetversions.props" />
19
20
<Import Project =" $(OpenConsoleDir)src\cppwinrt.build.pre.props" />
20
21
<!-- ========================= XAML files ======================== -->
90
91
</Link >
91
92
</ItemDefinitionGroup >
92
93
93
- <Import Project =" $(OpenConsoleDir)packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets" Condition =" Exists('$(OpenConsoleDir)packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets')" />
94
- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
95
- <PropertyGroup >
96
- <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
97
- </PropertyGroup >
98
- <Error Condition =" !Exists('$(OpenConsoleDir)\packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(OpenConsoleDir)\packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets'))" />
99
- </Target >
100
-
101
94
<ItemDefinitionGroup >
102
95
<ClCompile >
103
96
<AdditionalIncludeDirectories >$(OpenConsoleDir)\dep\jsoncpp\json;%(AdditionalIncludeDirectories);</AdditionalIncludeDirectories >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" Microsoft.Toolkit.Win32.UI.XamlApplication" version =" 6.1.3" targetFramework =" native" />
4
- <package id =" Microsoft.UI.Xaml" version =" 2.7.3" targetFramework =" native" />
5
3
<package id =" Microsoft.Windows.CppWinRT" version =" 2.0.230207.1" targetFramework =" native" />
4
+ <package id =" Microsoft.UI.Xaml" version =" 2.8.4" targetFramework =" native" />
5
+ <package id =" Microsoft.Web.WebView2" version =" 1.0.1661.34" targetFramework =" native" />
6
6
</packages >
Original file line number Diff line number Diff line change 17
17
18
18
<PropertyGroup Label =" NuGet Dependencies" >
19
19
<TerminalCppWinrt >true</TerminalCppWinrt >
20
- <TerminalThemeHelpers >true</TerminalThemeHelpers >
20
+ <TerminalMUX >true</TerminalMUX >
21
21
</PropertyGroup >
22
-
23
- <Import Project =" ..\..\..\common.openconsole.props" Condition =" '$(OpenConsoleDir)'==''" />
22
+ <Import Project =" $(SolutionDir)\common.openconsole.props" Condition =" '$(OpenConsoleDir)'==''" />
24
23
<Import Project =" $(OpenConsoleDir)src\common.nugetversions.props" />
25
24
<Import Project =" $(OpenConsoleDir)src\cppwinrt.build.pre.props" />
26
25
142
141
143
142
<Import Project =" $(OpenConsoleDir)src\cppwinrt.build.post.props" />
144
143
145
- <Import Project =" ..\..\..\packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets" Condition =" Exists('..\..\..\packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets')" />
146
- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
147
- <PropertyGroup >
148
- <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
149
- </PropertyGroup >
150
- <Error Condition =" !Exists('..\..\..\packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.UI.Xaml.2.7.3\build\native\Microsoft.UI.Xaml.targets'))" />
151
- </Target >
152
-
153
144
<!-- Override GetPackagingOutputs to roll up all our dependencies.
154
145
This ensures that when the WAP packaging project asks what files go into
155
146
the package, we tell it.
225
216
<!-- This -must- go after cppwinrt.build.post.props because that includes many VS-provided props including appcontainer.common.props, which stomps on what cppwinrt.targets did. -->
226
217
<Import Project =" $(OpenConsoleDir)src\common.nugetversions.targets" />
227
218
</Project >
228
-
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
3
<package id =" Microsoft.Windows.CppWinRT" version =" 2.0.230207.1" targetFramework =" native" />
4
- <package id =" Microsoft.Toolkit.Win32. UI.XamlApplication " version =" 6.1.3 " targetFramework =" native" />
5
- <package id =" Microsoft.UI.Xaml " version =" 2.7.3 " targetFramework =" native" />
4
+ <package id =" Microsoft.UI.Xaml " version =" 2.8.4 " targetFramework =" native" />
5
+ <package id =" Microsoft.Web.WebView2 " version =" 1.0.1661.34 " targetFramework =" native" />
6
6
</packages >
You can’t perform that action at this time.
0 commit comments