-
Notifications
You must be signed in to change notification settings - Fork 0
/
IPR.sln
42 lines (42 loc) · 2.29 KB
/
IPR.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32728.150
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPR.Drivers", "IPR.Drivers\IPR.Drivers.csproj", "{B62E7E2D-90FB-457C-BE54-F351D31DE188}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPR.Hardware.Tools", "IPR.Hardware.Tools\IPR.Hardware.Tools.csproj", "{54EFD86A-DCAE-42DB-A860-66DB4E0201CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPR.Control.Panel", "IPR.Control.Panel\IPR.Control.Panel.csproj", "{226C3DA0-2B66-43D2-9032-FE273854F7BA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5C4FC073-1D6B-4360-AC76-24232E016923}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B62E7E2D-90FB-457C-BE54-F351D31DE188}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B62E7E2D-90FB-457C-BE54-F351D31DE188}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B62E7E2D-90FB-457C-BE54-F351D31DE188}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B62E7E2D-90FB-457C-BE54-F351D31DE188}.Release|Any CPU.Build.0 = Release|Any CPU
{54EFD86A-DCAE-42DB-A860-66DB4E0201CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54EFD86A-DCAE-42DB-A860-66DB4E0201CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54EFD86A-DCAE-42DB-A860-66DB4E0201CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54EFD86A-DCAE-42DB-A860-66DB4E0201CD}.Release|Any CPU.Build.0 = Release|Any CPU
{226C3DA0-2B66-43D2-9032-FE273854F7BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{226C3DA0-2B66-43D2-9032-FE273854F7BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{226C3DA0-2B66-43D2-9032-FE273854F7BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{226C3DA0-2B66-43D2-9032-FE273854F7BA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8CE42C38-AFB9-4C1A-A0AB-066E5168AD39}
EndGlobalSection
EndGlobal