File tree 5 files changed +450
-434
lines changed
5 files changed +450
-434
lines changed Original file line number Diff line number Diff line change 13
13
<Identity
14
14
Name =" 33942ShortDevelopment.VBAudioRouter"
15
15
Publisher =" CN=8E251084-44E9-4A7C-AB50-C78A32C26285"
16
- Version =" 0.1 .0.0" />
16
+ Version =" 0.3 .0.0" />
17
17
18
18
<mp : PhoneIdentity PhoneProductId =" 01b3c67a-5047-40be-a169-edc3d6902f11" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
19
19
Original file line number Diff line number Diff line change 33
33
<AppxPackageSigningEnabled >false</AppxPackageSigningEnabled >
34
34
<NoWarn >$(NoWarn);NU1702</NoWarn >
35
35
<EntryPointProjectUniqueName >..\VBAudioRouter.Host\VBAudioRouter.Host.csproj</EntryPointProjectUniqueName >
36
+ <GenerateTemporaryStoreCertificate >True</GenerateTemporaryStoreCertificate >
37
+ <GenerateAppInstallerFile >False</GenerateAppInstallerFile >
38
+ <AppxAutoIncrementPackageRevision >False</AppxAutoIncrementPackageRevision >
39
+ <GenerateTestArtifacts >True</GenerateTestArtifacts >
40
+ <AppxBundlePlatforms >x86|x64</AppxBundlePlatforms >
41
+ <HoursBetweenUpdateChecks >0</HoursBetweenUpdateChecks >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x86'" >
44
+ <AppxBundle >Always</AppxBundle >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
47
+ <AppxBundle >Always</AppxBundle >
48
+ </PropertyGroup >
49
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x86'" >
50
+ <AppxBundle >Always</AppxBundle >
51
+ </PropertyGroup >
52
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
53
+ <AppxBundle >Always</AppxBundle >
36
54
</PropertyGroup >
37
55
<ItemGroup >
38
56
<AppxManifest Include =" Package.appxmanifest" >
90
108
<Content Include =" Assets\Wide310x150Logo.scale-150.png" />
91
109
<Content Include =" Assets\Wide310x150Logo.scale-200.png" />
92
110
<Content Include =" Assets\Wide310x150Logo.scale-400.png" />
111
+ <None Include =" Package.StoreAssociation.xml" />
93
112
</ItemGroup >
94
113
<ItemGroup >
95
114
<ProjectReference Include =" ..\VBAudioRouter.Host\VBAudioRouter.Host.csproj" >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Public NotInheritable Class SpeakerControlPage
29
29
MeterInformation.GetChannelsPeakValues(meters.Length, metersRef.AddrOfPinnedObject)
30
30
metersRef.Free()
31
31
LeftMeter.ScaleY = meters( 0 )
32
- RightMeter.ScaleY = meters( 1 )
32
+ If meters.Length > 1 Then RightMeter.ScaleY = meters( 1 )
33
33
End Sub )
34
34
End Sub
35
35
timer.Enabled = True
You can’t perform that action at this time.
0 commit comments