File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 66
66
<Content Include =" Images\*.svg" >
67
67
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
68
68
</Content >
69
+ <Content Include =" Images\*.ico" >
70
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
71
+ </Content >
69
72
</ItemGroup >
70
73
71
74
<ItemGroup >
94
97
<ProjectReference Include =" ..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
95
98
</ItemGroup >
96
99
100
+ <ItemGroup >
101
+ <None Update =" Images\app.ico" >
102
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
103
+ </None >
104
+ </ItemGroup >
105
+
97
106
<Target Name =" PreBuild" BeforeTargets =" PreBuildEvent" >
98
107
<Exec Command =" taskkill /f /fi " IMAGENAME eq Flow.Launcher.exe" " />
99
108
</Target >
Original file line number Diff line number Diff line change 11
11
xmlns : svgc =" http://sharpvectors.codeplex.com/svgc/"
12
12
x : Class =" Flow.Launcher.SettingWindow"
13
13
mc : Ignorable =" d"
14
- Icon =" Images\app.png "
14
+ Icon =" Images\app.ico "
15
15
Title =" {DynamicResource flowlauncher_settings}"
16
16
ResizeMode =" NoResize"
17
17
WindowStartupLocation =" CenterScreen"
18
18
Height =" 600" Width =" 800"
19
19
Closed =" OnClosed"
20
20
d : DataContext =" {d:DesignInstance vm:SettingWindowViewModel}" >
21
+
21
22
<Window .InputBindings>
22
23
<KeyBinding Key =" Escape" Command =" Close" />
23
24
</Window .InputBindings>
You can’t perform that action at this time.
0 commit comments