19
19
<UseWinUI >true</UseWinUI >
20
20
<EnableMsixTooling >true</EnableMsixTooling >
21
21
<Nullable >enable</Nullable >
22
- <WindowsSdkPackageVersion >10.0.26100.38</WindowsSdkPackageVersion >
22
+
23
+ <!-- Defined by CsWinRT https://github.com/microsoft/CsWinRT
24
+ Using the latest version as defined in the CsWinRT release notes guarantees that we use the latest CsWinRT projections features.
25
+
26
+ The reason Windows.SDK.NET.Ref is released in batches of 3: https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref
27
+ is that they have different targets. Lowest one is .NET 6, middle one is .NET 8 without UWP XAML and highest one is .NET 8 with UWP XAML.
28
+ -->
29
+ <WindowsSdkPackageVersion >10.0.26100.56</WindowsSdkPackageVersion >
23
30
24
31
<!--
25
32
By default .NET runtimes are contained in the MSIX. This line will also include the WindowsAppSDK in the MSIX file
68
75
<AssemblyName >AppControlManager</AssemblyName >
69
76
<PublishAot >False</PublishAot >
70
77
<ErrorReport >send</ErrorReport >
71
- <FileVersion >1.2 .0.0</FileVersion >
78
+ <FileVersion >1.3 .0.0</FileVersion >
72
79
<AssemblyVersion >$(FileVersion)</AssemblyVersion >
73
80
<NeutralLanguage >en-US</NeutralLanguage >
74
81
<PackageLicenseFile >LICENSE</PackageLicenseFile >
88
95
<!-- Nuget packages -->
89
96
<ItemGroup >
90
97
<!-- <PackageReference Include="CommunityToolkit.Labs.WinUI.Controls.DataTable" Version="0.1.241015-build.1760" /> -->
98
+ <PackageReference Include =" CommunityToolkit.WinUI.Animations" Version =" 8.1.240916" />
91
99
<PackageReference Include =" CommunityToolkit.WinUI.Behaviors" Version =" 8.1.240916" />
92
100
<PackageReference Include =" CommunityToolkit.WinUI.Controls.ColorPicker" Version =" 8.1.240916" />
93
101
<PackageReference Include =" CommunityToolkit.WinUI.Controls.Primitives" Version =" 8.1.240916" />
94
102
<PackageReference Include =" CommunityToolkit.WinUI.Controls.RadialGauge" Version =" 8.1.240916" />
103
+ <PackageReference Include =" CommunityToolkit.WinUI.Controls.Segmented" Version =" 8.1.240916" />
95
104
<PackageReference Include =" CommunityToolkit.WinUI.Controls.SettingsControls" Version =" 8.1.240916" />
96
105
<PackageReference Include =" CommunityToolkit.WinUI.UI.Controls.DataGrid" Version =" 7.1.2" />
97
106
<PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.4.6" />
98
107
<PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.2.0" />
99
108
<PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.26100.1742" />
100
- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.6.240923002 " />
109
+ <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.6.241106002 " />
101
110
<PackageReference Include =" System.Diagnostics.EventLog" Version =" 9.0.0" />
102
111
<PackageReference Include =" System.Management.Automation" Version =" 7.4.6" />
103
112
<PackageReference Include =" System.Security.Cryptography.Pkcs" Version =" 9.0.0" />
140
149
</PropertyGroup >
141
150
142
151
<ItemGroup >
152
+ <None Remove =" Pages\AllowNewAppsDataGrid.xaml" />
153
+ <None Remove =" Pages\AllowNewAppsEventLogsDataGrid.xaml" />
154
+ <None Remove =" Pages\AllowNewAppsLocalFilesDataGrid.xaml" />
155
+ <None Remove =" Pages\AllowNewAppsStart.xaml" />
143
156
<None Remove =" Pages\ConfigurePolicyRuleOptions.xaml" />
157
+ <None Remove =" Pages\Deployment.xaml" />
158
+ <None Remove =" Pages\EventLogsPolicyCreation.xaml" />
144
159
<None Remove =" Pages\GetCIHashes.xaml" />
145
160
<None Remove =" Pages\GetSecurePolicySettings.xaml" />
146
161
<None Remove =" Pages\GitHubDocumentation.xaml" />
147
162
<None Remove =" Pages\Logs.xaml" />
163
+ <None Remove =" Pages\MDEAHPolicyCreation.xaml" />
148
164
<None Remove =" Pages\MicrosoftDocumentation.xaml" />
149
165
<None Remove =" Pages\Settings.xaml" />
150
166
<None Remove =" Pages\Simulation.xaml" />
189
205
<PackagePath >\</PackagePath >
190
206
</None >
191
207
</ItemGroup >
208
+ <ItemGroup >
209
+ <Page Update =" Pages\AllowNewApps.xaml" >
210
+ <Generator >MSBuild:Compile</Generator >
211
+ </Page >
212
+ </ItemGroup >
213
+ <ItemGroup >
214
+ <Page Update =" Pages\MDEAHPolicyCreation.xaml" >
215
+ <Generator >MSBuild:Compile</Generator >
216
+ </Page >
217
+ </ItemGroup >
218
+ <ItemGroup >
219
+ <Page Update =" Pages\EventLogsPolicyCreation.xaml" >
220
+ <Generator >MSBuild:Compile</Generator >
221
+ </Page >
222
+ </ItemGroup >
223
+ <ItemGroup >
224
+ <Page Update =" Pages\Deployment.xaml" >
225
+ <Generator >MSBuild:Compile</Generator >
226
+ </Page >
227
+ </ItemGroup >
192
228
<ItemGroup >
193
229
<Page Update =" Pages\Update.xaml" >
194
230
<Generator >MSBuild:Compile</Generator >
229
265
<Generator >MSBuild:Compile</Generator >
230
266
</Page >
231
267
</ItemGroup >
268
+ <ItemGroup >
269
+ <Folder Include =" Pages\AllowNewApps\" />
270
+ </ItemGroup >
271
+ <ItemGroup >
272
+ <Page Update =" Pages\AllowNewAppsStart.xaml" >
273
+ <Generator >MSBuild:Compile</Generator >
274
+ </Page >
275
+ </ItemGroup >
276
+ <ItemGroup >
277
+ <Page Update =" Pages\AllowNewAppsLocalFilesDataGrid.xaml" >
278
+ <Generator >MSBuild:Compile</Generator >
279
+ </Page >
280
+ </ItemGroup >
281
+ <ItemGroup >
282
+ <Page Update =" Pages\AllowNewAppsEventLogsDataGrid.xaml" >
283
+ <Generator >MSBuild:Compile</Generator >
284
+ </Page >
285
+ </ItemGroup >
286
+ <ItemGroup >
287
+ <Page Update =" Pages\AllowNewAppsDataGrid.xaml" >
288
+ <Generator >MSBuild:Compile</Generator >
289
+ </Page >
290
+ </ItemGroup >
232
291
233
292
</Project >
0 commit comments