Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
Version 1.0.0.0.
  • Loading branch information
nicehashdev committed Feb 5, 2015
1 parent cf4a982 commit 5c1a613
Show file tree
Hide file tree
Showing 49 changed files with 13,861 additions and 0 deletions.
Binary file added bin/NiceHashBot_1.0.0.0.zip
Binary file not shown.
42 changes: 42 additions & 0 deletions src/NHB.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NiceHashBot", "NiceHashBot\NiceHashBot.csproj", "{74BB3FF1-4FA4-4346-A254-873152EB9B6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NiceHashBotLib", "NiceHashBotLib\NiceHashBotLib.csproj", "{B5B243E4-0497-42CB-AFBF-A4ED3B4343D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74BB3FF1-4FA4-4346-A254-873152EB9B6C}.Debug|Any CPU.ActiveCfg = Debug|x86
{74BB3FF1-4FA4-4346-A254-873152EB9B6C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{74BB3FF1-4FA4-4346-A254-873152EB9B6C}.Debug|Mixed Platforms.Build.0 = Debug|x86
{74BB3FF1-4FA4-4346-A254-873152EB9B6C}.Debug|x86.ActiveCfg = Debug|x86
{74BB3FF1-4FA4-4346-A254-873152EB9B6C}.Debug|x86.Build.0 = Debug|x86
{74BB3FF1-4FA4-4346-A254-873152EB9B6C}.Release|Any CPU.ActiveCfg = Release|x86
{74BB3FF1-4FA4-4346-A254-873152EB9B6C}.Release|Mixed Platforms.ActiveCfg = Release|x86
{74BB3FF1-4FA4-4346-A254-873152EB9B6C}.Release|Mixed Platforms.Build.0 = Release|x86
{74BB3FF1-4FA4-4346-A254-873152EB9B6C}.Release|x86.ActiveCfg = Release|x86
{74BB3FF1-4FA4-4346-A254-873152EB9B6C}.Release|x86.Build.0 = Release|x86
{B5B243E4-0497-42CB-AFBF-A4ED3B4343D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5B243E4-0497-42CB-AFBF-A4ED3B4343D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5B243E4-0497-42CB-AFBF-A4ED3B4343D6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B5B243E4-0497-42CB-AFBF-A4ED3B4343D6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B5B243E4-0497-42CB-AFBF-A4ED3B4343D6}.Debug|x86.ActiveCfg = Debug|Any CPU
{B5B243E4-0497-42CB-AFBF-A4ED3B4343D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5B243E4-0497-42CB-AFBF-A4ED3B4343D6}.Release|Any CPU.Build.0 = Release|Any CPU
{B5B243E4-0497-42CB-AFBF-A4ED3B4343D6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B5B243E4-0497-42CB-AFBF-A4ED3B4343D6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B5B243E4-0497-42CB-AFBF-A4ED3B4343D6}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
288 changes: 288 additions & 0 deletions src/NiceHashBot/FormMain.Designer.cs

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

Loading

0 comments on commit 5c1a613

Please sign in to comment.