File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Application
3
3
x : Class =" LoopbackManager.UI.App"
4
4
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
Original file line number Diff line number Diff line change 73
73
<PublishReadyToRun Condition =" '$(Configuration)' != 'Debug'" >True</PublishReadyToRun >
74
74
<PublishTrimmed Condition =" '$(Configuration)' == 'Debug'" >False</PublishTrimmed >
75
75
<PublishTrimmed Condition =" '$(Configuration)' != 'Debug'" >True</PublishTrimmed >
76
+ <ApplicationIcon >Assets\logo.ico</ApplicationIcon >
76
77
</PropertyGroup >
77
78
</Project >
Original file line number Diff line number Diff line change 8
8
IgnorableNamespaces =" uap rescap" >
9
9
10
10
<Identity
11
- Name =" 924f03b8-5752-4dd1-9b20-b2460dd8a3b6 "
12
- Publisher =" CN=zrich "
11
+ Name =" Richasy.LoopbackManager "
12
+ Publisher =" CN=Richasy "
13
13
Version =" 1.0.0.0" />
14
14
15
15
<mp : PhoneIdentity PhoneProductId =" 924f03b8-5752-4dd1-9b20-b2460dd8a3b6" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
16
16
17
17
<Properties >
18
- <DisplayName >LoopbackManager.UI </DisplayName >
19
- <PublisherDisplayName >zrich </PublisherDisplayName >
18
+ <DisplayName >ms-resource:AppName </DisplayName >
19
+ <PublisherDisplayName >Richasy </PublisherDisplayName >
20
20
<Logo >Assets\Logo\StoreLogo.png</Logo >
21
21
</Properties >
22
22
23
23
<Dependencies >
24
- <TargetDeviceFamily Name =" Windows.Universal" MinVersion =" 10.0.17763 .0" MaxVersionTested =" 10.0.19041 .0" />
25
- <TargetDeviceFamily Name =" Windows.Desktop" MinVersion =" 10.0.17763 .0" MaxVersionTested =" 10.0.19041 .0" />
24
+ <TargetDeviceFamily Name =" Windows.Universal" MinVersion =" 10.0.19041 .0" MaxVersionTested =" 10.0.22621 .0" />
25
+ <TargetDeviceFamily Name =" Windows.Desktop" MinVersion =" 10.0.19041 .0" MaxVersionTested =" 10.0.22621 .0" />
26
26
</Dependencies >
27
27
28
28
<Resources >
You can’t perform that action at this time.
0 commit comments