File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ <Page
2
+ x : Class =" VBAudioRouter.BlankPage1"
3
+ xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
+ xmlns : local =" using:VBAudioRouter"
6
+ xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
7
+ xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
+ mc : Ignorable =" d" >
9
+
10
+ <Grid >
11
+ <Grid .ColumnDefinitions>
12
+ <ColumnDefinition Width =" *" />
13
+ <ColumnDefinition Width =" 10" />
14
+ <ColumnDefinition Width =" *" />
15
+ </Grid .ColumnDefinitions>
16
+ <Border Background =" #3B3C3D" CornerRadius =" 10" Grid.Column=" 0" />
17
+ <Border Background =" #3B3C3D" CornerRadius =" 10" Grid.Column=" 2" />
18
+ </Grid >
19
+ </Page >
Original file line number Diff line number Diff line change
1
+ ' The Blank Page item template is documented at https://go.microsoft.com/fwlink/?LinkId=234238
2
+
3
+ ''' <summary>
4
+ ''' An empty page that can be used on its own or navigated to within a Frame.
5
+ ''' </summary>
6
+ Public NotInheritable Class BlankPage1
7
+ Inherits Page
8
+
9
+ End Class
Original file line number Diff line number Diff line change 156
156
<Compile Include =" AudioControlPage.xaml.vb" >
157
157
<DependentUpon >AudioControlPage.xaml</DependentUpon >
158
158
</Compile >
159
+ <Compile Include =" BlankPage1.xaml.vb" >
160
+ <DependentUpon >BlankPage1.xaml</DependentUpon >
161
+ </Compile >
159
162
<Compile Include =" Controls\AudioSessionControl.xaml.vb" >
160
163
<DependentUpon >AudioSessionControl.xaml</DependentUpon >
161
164
</Compile >
309
312
<SubType >Designer</SubType >
310
313
<Generator >MSBuild:Compile</Generator >
311
314
</Page >
315
+ <Page Include =" BlankPage1.xaml" >
316
+ <SubType >Designer</SubType >
317
+ <Generator >MSBuild:Compile</Generator >
318
+ </Page >
312
319
<Page Include =" Controls\AudioSessionControl.xaml" >
313
320
<SubType >Designer</SubType >
314
321
<Generator >MSBuild:Compile</Generator >
428
435
<PackageReference Include =" Microsoft.NETCore.UniversalWindowsPlatform" >
429
436
<Version >6.2.13</Version >
430
437
</PackageReference >
438
+ <PackageReference Include =" Microsoft.Toolkit.Win32.UI.XamlApplication" >
439
+ <Version >6.1.3</Version >
440
+ </PackageReference >
431
441
<PackageReference Include =" Microsoft.Toolkit.Uwp.UI.Controls" >
432
442
<Version >7.1.2</Version >
433
443
</PackageReference >
You can’t perform that action at this time.
0 commit comments