-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHashHunters.sln
More file actions
37 lines (37 loc) · 2.17 KB
/
HashHunters.sln
File metadata and controls
37 lines (37 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HashHunters.MinerMonitor.RigClient", "HashHunters.MinerMonitor.RigClient\HashHunters.MinerMonitor.RigClient.csproj", "{D4AC930F-927E-4E47-B426-DBF23F0D837C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HashHunters.Test", "HashHunters.Test\HashHunters.Test.csproj", "{712B267E-E6FF-4921-BAF8-57715D28A4CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HashHunters.MinerMonitor.Extensions", "HashHunters.MinerMonitor.Extensions\HashHunters.MinerMonitor.Extensions.csproj", "{02E4220A-8609-4AEB-9267-5892BDB13ADD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4AC930F-927E-4E47-B426-DBF23F0D837C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4AC930F-927E-4E47-B426-DBF23F0D837C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4AC930F-927E-4E47-B426-DBF23F0D837C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4AC930F-927E-4E47-B426-DBF23F0D837C}.Release|Any CPU.Build.0 = Release|Any CPU
{712B267E-E6FF-4921-BAF8-57715D28A4CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{712B267E-E6FF-4921-BAF8-57715D28A4CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{712B267E-E6FF-4921-BAF8-57715D28A4CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{712B267E-E6FF-4921-BAF8-57715D28A4CC}.Release|Any CPU.Build.0 = Release|Any CPU
{02E4220A-8609-4AEB-9267-5892BDB13ADD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02E4220A-8609-4AEB-9267-5892BDB13ADD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02E4220A-8609-4AEB-9267-5892BDB13ADD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02E4220A-8609-4AEB-9267-5892BDB13ADD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A27C46E-DC89-48ED-B6CD-E3E4D0639881}
EndGlobalSection
EndGlobal