-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathHardwareInformation.sln
70 lines (70 loc) · 4.26 KB
/
HardwareInformation.sln
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HardwareInformation", "HardwareInformation\HardwareInformation.csproj", "{E1B535FC-D186-47C7-AFE3-70BC051A7CF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleGatheringTest", "SimpleGatheringTest\SimpleGatheringTest.csproj", "{B2FFFB2B-A4C7-4E38-A8FE-FF5467317FBC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8761C52A-B638-40F7-ADB3-7BF9AC689393}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
LICENSE = LICENSE
.gitignore = .gitignore
docs\SupportedInformation.md = docs\SupportedInformation.md
.github\workflows\netcore.yml = .github\workflows\netcore.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HardwareInformation.Typings", "HardwareInformation.Typings\HardwareInformation.Typings.csproj", "{EBC32D50-4BF7-4EF9-BFB8-B1B85BF7E042}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HardwareInformation.Benchmarks", "HardwareInformation.Benchmarks\HardwareInformation.Benchmarks.csproj", "{AABBE14D-ABAE-46BF-8EBD-FFD85B358E69}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|X86 = Debug|X86
Release|Any CPU = Release|Any CPU
Release|X86 = Release|X86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Debug|X86.ActiveCfg = Debug|X86
{E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Debug|X86.Build.0 = Debug|X86
{E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Release|X86.ActiveCfg = Release|X86
{E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Release|X86.Build.0 = Release|X86
{E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Release|Any CPU.Build.0 = Release|Any CPU
{B2FFFB2B-A4C7-4E38-A8FE-FF5467317FBC}.Debug|X86.ActiveCfg = Debug|X86
{B2FFFB2B-A4C7-4E38-A8FE-FF5467317FBC}.Debug|X86.Build.0 = Debug|X86
{B2FFFB2B-A4C7-4E38-A8FE-FF5467317FBC}.Release|X86.ActiveCfg = Release|X86
{B2FFFB2B-A4C7-4E38-A8FE-FF5467317FBC}.Release|X86.Build.0 = Release|X86
{B2FFFB2B-A4C7-4E38-A8FE-FF5467317FBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2FFFB2B-A4C7-4E38-A8FE-FF5467317FBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2FFFB2B-A4C7-4E38-A8FE-FF5467317FBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2FFFB2B-A4C7-4E38-A8FE-FF5467317FBC}.Release|Any CPU.Build.0 = Release|Any CPU
{EBC32D50-4BF7-4EF9-BFB8-B1B85BF7E042}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBC32D50-4BF7-4EF9-BFB8-B1B85BF7E042}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBC32D50-4BF7-4EF9-BFB8-B1B85BF7E042}.Debug|X86.ActiveCfg = Debug|x86
{EBC32D50-4BF7-4EF9-BFB8-B1B85BF7E042}.Debug|X86.Build.0 = Debug|x86
{EBC32D50-4BF7-4EF9-BFB8-B1B85BF7E042}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBC32D50-4BF7-4EF9-BFB8-B1B85BF7E042}.Release|Any CPU.Build.0 = Release|Any CPU
{EBC32D50-4BF7-4EF9-BFB8-B1B85BF7E042}.Release|X86.ActiveCfg = Release|x86
{EBC32D50-4BF7-4EF9-BFB8-B1B85BF7E042}.Release|X86.Build.0 = Release|x86
{AABBE14D-ABAE-46BF-8EBD-FFD85B358E69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AABBE14D-ABAE-46BF-8EBD-FFD85B358E69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AABBE14D-ABAE-46BF-8EBD-FFD85B358E69}.Debug|X86.ActiveCfg = Debug|Any CPU
{AABBE14D-ABAE-46BF-8EBD-FFD85B358E69}.Debug|X86.Build.0 = Debug|Any CPU
{AABBE14D-ABAE-46BF-8EBD-FFD85B358E69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AABBE14D-ABAE-46BF-8EBD-FFD85B358E69}.Release|Any CPU.Build.0 = Release|Any CPU
{AABBE14D-ABAE-46BF-8EBD-FFD85B358E69}.Release|X86.ActiveCfg = Release|Any CPU
{AABBE14D-ABAE-46BF-8EBD-FFD85B358E69}.Release|X86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0DD9288E-489F-4B9B-AE1F-C019044A24F3}
EndGlobalSection
EndGlobal