-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHardware_Explorer.sln
More file actions
40 lines (40 loc) · 2.2 KB
/
Hardware_Explorer.sln
File metadata and controls
40 lines (40 loc) · 2.2 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
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.489
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hardware Detector", "Hardware Detector\Hardware Detector.csproj", "{47A1D7A1-D667-4039-A669-3101D4574679}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemInfoExplorer", "SystemInfoExplorer\SystemInfoExplorer.csproj", "{13A18009-EB93-488D-8B24-E532F80D4549}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleApp", "ExampleApp\ExampleApp.csproj", "{32B6C88C-EF68-4F86-8EE4-D502CCAB12FF}"
ProjectSection(ProjectDependencies) = postProject
{13A18009-EB93-488D-8B24-E532F80D4549} = {13A18009-EB93-488D-8B24-E532F80D4549}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47A1D7A1-D667-4039-A669-3101D4574679}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47A1D7A1-D667-4039-A669-3101D4574679}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47A1D7A1-D667-4039-A669-3101D4574679}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47A1D7A1-D667-4039-A669-3101D4574679}.Release|Any CPU.Build.0 = Release|Any CPU
{13A18009-EB93-488D-8B24-E532F80D4549}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13A18009-EB93-488D-8B24-E532F80D4549}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13A18009-EB93-488D-8B24-E532F80D4549}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13A18009-EB93-488D-8B24-E532F80D4549}.Release|Any CPU.Build.0 = Release|Any CPU
{32B6C88C-EF68-4F86-8EE4-D502CCAB12FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32B6C88C-EF68-4F86-8EE4-D502CCAB12FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32B6C88C-EF68-4F86-8EE4-D502CCAB12FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32B6C88C-EF68-4F86-8EE4-D502CCAB12FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B4454441-66E9-4FBC-8EA4-90CEE926C15D}
EndGlobalSection
EndGlobal