-
Notifications
You must be signed in to change notification settings - Fork 2
/
ErgCompetePM.sln
67 lines (67 loc) · 3.85 KB
/
ErgCompetePM.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ErgCompetePM", "ErgCompetePM\ErgCompetePM.csproj", "{00C6A4AA-515B-4244-A887-B1A8C42BEC04}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PM.BLL", "PM.BLL\PM.BLL.csproj", "{E9A1532B-BED4-4605-953F-C89BE92F7B34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PM.BO", "PM.BO\PM.BO.csproj", "{3B292E4C-09AF-4C63-99EB-BFB12CB29F69}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PI.BLL", "PI.BLL\PI.BLL.csproj", "{09EADE0E-705F-4D7A-AE4D-5B603BF967F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibUsbDotNet", "LibUsbDotNet\LibUsbDotNet.csproj", "{50C794E5-62F3-41BB-BDD7-5F5EC399693A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C35067DE-7E55-45FC-8F8A-D5211E148B53}"
ProjectSection(SolutionItems) = preProject
bitbucket-pipelines.yml = bitbucket-pipelines.yml
global.json = global.json
LICENSE.txt = LICENSE.txt
PostDeploy.sh = PostDeploy.sh
readme.md = readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{71178179-F4BB-4A01-B726-696D4BB1A191}"
ProjectSection(SolutionItems) = preProject
Concept2 PM Bluetooth Smart Communication Interface Definition.pdf = Concept2 PM Bluetooth Smart Communication Interface Definition.pdf
Concept2 PM CSAFE Communication Definition.pdf = Concept2 PM CSAFE Communication Definition.pdf
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00C6A4AA-515B-4244-A887-B1A8C42BEC04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00C6A4AA-515B-4244-A887-B1A8C42BEC04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00C6A4AA-515B-4244-A887-B1A8C42BEC04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00C6A4AA-515B-4244-A887-B1A8C42BEC04}.Release|Any CPU.Build.0 = Release|Any CPU
{E9A1532B-BED4-4605-953F-C89BE92F7B34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9A1532B-BED4-4605-953F-C89BE92F7B34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9A1532B-BED4-4605-953F-C89BE92F7B34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9A1532B-BED4-4605-953F-C89BE92F7B34}.Release|Any CPU.Build.0 = Release|Any CPU
{3B292E4C-09AF-4C63-99EB-BFB12CB29F69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B292E4C-09AF-4C63-99EB-BFB12CB29F69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B292E4C-09AF-4C63-99EB-BFB12CB29F69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B292E4C-09AF-4C63-99EB-BFB12CB29F69}.Release|Any CPU.Build.0 = Release|Any CPU
{09EADE0E-705F-4D7A-AE4D-5B603BF967F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09EADE0E-705F-4D7A-AE4D-5B603BF967F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09EADE0E-705F-4D7A-AE4D-5B603BF967F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09EADE0E-705F-4D7A-AE4D-5B603BF967F3}.Release|Any CPU.Build.0 = Release|Any CPU
{50C794E5-62F3-41BB-BDD7-5F5EC399693A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50C794E5-62F3-41BB-BDD7-5F5EC399693A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50C794E5-62F3-41BB-BDD7-5F5EC399693A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50C794E5-62F3-41BB-BDD7-5F5EC399693A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{71178179-F4BB-4A01-B726-696D4BB1A191} = {C35067DE-7E55-45FC-8F8A-D5211E148B53}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42929154-9B9F-4DE5-A730-B9B21B95D942}
EndGlobalSection
EndGlobal