Skip to content

Commit

Permalink
Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
bibigone committed Aug 2, 2019
1 parent 65fe5be commit c311ff9
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
Binary file added K4AdotNet-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>..\K4AdotNet.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -114,6 +117,9 @@
<Link>k4arecord.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Resource Include="..\K4AdotNet.ico">
<Link>K4AdotNet.ico</Link>
</Resource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
1 change: 1 addition & 0 deletions K4AdotNet.Samples.Wpf.BodyTracker/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
SizeToContent="WidthAndHeight"
ResizeMode="NoResize"
WindowStartupLocation="CenterScreen"
Icon="K4AdotNet.ico"
d:DataContext="{d:DesignInstance local:MainModel, IsDesignTimeCreatable=True}">
<Window.Resources>
<Style x:Key="Option" TargetType="CheckBox">
Expand Down
1 change: 1 addition & 0 deletions K4AdotNet.Samples.Wpf.BodyTracker/TrackerWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Loaded="Window_Loaded"
Title="{Binding Title, Mode=OneWay}"
WindowStyle="ToolWindow"
Icon="K4AdotNet.ico"
d:DataContext="{d:DesignInstance local:TrackerModel, IsDesignTimeCreatable=True}">
<Window.Resources>
<Style x:Key="Header" TargetType="TextBlock">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>..\K4AdotNet.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -104,6 +107,9 @@
<Link>k4arecord.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Resource Include="..\K4AdotNet.ico">
<Link>K4AdotNet.ico</Link>
</Resource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
1 change: 1 addition & 0 deletions K4AdotNet.Samples.Wpf.Viewer/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
SizeToContent="WidthAndHeight"
ResizeMode="NoResize"
WindowStartupLocation="CenterScreen"
Icon="K4AdotNet.ico"
d:DataContext="{d:DesignInstance local:MainModel, IsDesignTimeCreatable=True}">
<Window.Resources>
<Style x:Key="Option" TargetType="CheckBox">
Expand Down
1 change: 1 addition & 0 deletions K4AdotNet.Samples.Wpf.Viewer/ViewerWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Loaded="Window_Loaded"
Title="{Binding Title, Mode=OneWay}"
WindowStyle="ToolWindow"
Icon="K4AdotNet.ico"
d:DataContext="{d:DesignInstance local:ViewerModel, IsDesignTimeCreatable=True}">
<Window.Resources>
<Style x:Key="Header" TargetType="TextBlock">
Expand Down
Binary file added K4AdotNet.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions K4AdotNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0 - Solution Items", "0 - S
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
K4AdotNet-64.png = K4AdotNet-64.png
K4AdotNet.ico = K4AdotNet.ico
LICENSE = LICENSE
Product.props.in = Product.props.in
ProductInfo.cs = ProductInfo.cs
Expand Down

0 comments on commit c311ff9

Please sign in to comment.