Skip to content

Commit

Permalink
added executable files with it
Browse files Browse the repository at this point in the history
  • Loading branch information
umairsyed613 committed Nov 18, 2020
1 parent f9f0ac7 commit a59bbfc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
Binary file added Src/ExecutableFile/Gma.System.MouseKeyHook.dll
Binary file not shown.
Binary file added Src/ExecutableFile/WinScreenKey.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions Src/ExecutableFile/WinScreenKey.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>
6 changes: 6 additions & 0 deletions Src/WinScreenKey/WinScreenKey/WinScreenKey.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
<WarningLevel>4</WarningLevel>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>appicon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
Expand Down Expand Up @@ -127,5 +130,8 @@
<ItemGroup>
<None Include="Resources\icons8-clear-formatting-40.png" />
</ItemGroup>
<ItemGroup>
<Content Include="appicon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Binary file added Src/WinScreenKey/WinScreenKey/appicon.ico
Binary file not shown.

0 comments on commit a59bbfc

Please sign in to comment.