Skip to content

Commit

Permalink
app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarid committed Dec 4, 2019
1 parent 8be4f6b commit 6388e90
Show file tree
Hide file tree
Showing 4 changed files with 1,682 additions and 0 deletions.
6 changes: 6 additions & 0 deletions HidTool/HidTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon-green.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="HidSharp, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\HidSharp.2.1.0\lib\net35\HidSharp.dll</HintPath>
Expand Down Expand Up @@ -92,5 +95,8 @@
<Name>Common</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="icon-green.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
2 changes: 2 additions & 0 deletions HidTool/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6388e90

Please sign in to comment.