forked from Apollo3zehn/EtherCAT.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EtherCAT.NET.sln
93 lines (93 loc) · 5.43 KB
/
EtherCAT.NET.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8449A872-2591-4C77-A810-974A20DD0227}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D422FCDF-E2F9-4FCC-8BAA-81237E70455D}"
ProjectSection(SolutionItems) = preProject
.appveyor.yml = .appveyor.yml
.gitignore = .gitignore
.gitmodules = .gitmodules
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
init_solution.ps1 = init_solution.ps1
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EtherCAT.NET", "src\EtherCAT.NET\EtherCAT.NET.csproj", "{6C7BBE1A-38AA-41E2-A88B-A6BF3282DC26}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SOEM.PInvoke", "src\SOEM.PInvoke\SOEM.PInvoke.csproj", "{CDD561BF-DB10-487D-8338-B0B9402FD43E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{15DEDCE6-3981-4AF5-8F1C-0DA8A070F91F}"
ProjectSection(SolutionItems) = preProject
build\build.props = build\build.props
build\build.targets = build\build.targets
build\Start-ArtifactDownload.ps1 = build\Start-ArtifactDownload.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{2B4BA2BB-B561-4301-A1B9-9E59E58BE8EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EtherCAT.NET.Tests", "tests\EtherCAT.NET.Tests\EtherCAT.NET.Tests.csproj", "{8497841B-924D-44A8-9351-9F5C79B3A225}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{D6452DF6-D009-4A4D-A161-E25DE443C0D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleMaster", "sample\SampleMaster\SampleMaster.csproj", "{08785DF9-C116-46DD-B0D3-3A6F2C803320}"
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
{6C7BBE1A-38AA-41E2-A88B-A6BF3282DC26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C7BBE1A-38AA-41E2-A88B-A6BF3282DC26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C7BBE1A-38AA-41E2-A88B-A6BF3282DC26}.Debug|x86.ActiveCfg = Debug|Any CPU
{6C7BBE1A-38AA-41E2-A88B-A6BF3282DC26}.Debug|x86.Build.0 = Debug|Any CPU
{6C7BBE1A-38AA-41E2-A88B-A6BF3282DC26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C7BBE1A-38AA-41E2-A88B-A6BF3282DC26}.Release|Any CPU.Build.0 = Release|Any CPU
{6C7BBE1A-38AA-41E2-A88B-A6BF3282DC26}.Release|x86.ActiveCfg = Release|Any CPU
{6C7BBE1A-38AA-41E2-A88B-A6BF3282DC26}.Release|x86.Build.0 = Release|Any CPU
{CDD561BF-DB10-487D-8338-B0B9402FD43E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDD561BF-DB10-487D-8338-B0B9402FD43E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDD561BF-DB10-487D-8338-B0B9402FD43E}.Debug|x86.ActiveCfg = Debug|Any CPU
{CDD561BF-DB10-487D-8338-B0B9402FD43E}.Debug|x86.Build.0 = Debug|Any CPU
{CDD561BF-DB10-487D-8338-B0B9402FD43E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDD561BF-DB10-487D-8338-B0B9402FD43E}.Release|Any CPU.Build.0 = Release|Any CPU
{CDD561BF-DB10-487D-8338-B0B9402FD43E}.Release|x86.ActiveCfg = Release|Any CPU
{CDD561BF-DB10-487D-8338-B0B9402FD43E}.Release|x86.Build.0 = Release|Any CPU
{8497841B-924D-44A8-9351-9F5C79B3A225}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8497841B-924D-44A8-9351-9F5C79B3A225}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8497841B-924D-44A8-9351-9F5C79B3A225}.Debug|x86.ActiveCfg = Debug|Any CPU
{8497841B-924D-44A8-9351-9F5C79B3A225}.Debug|x86.Build.0 = Debug|Any CPU
{8497841B-924D-44A8-9351-9F5C79B3A225}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8497841B-924D-44A8-9351-9F5C79B3A225}.Release|Any CPU.Build.0 = Release|Any CPU
{8497841B-924D-44A8-9351-9F5C79B3A225}.Release|x86.ActiveCfg = Release|Any CPU
{8497841B-924D-44A8-9351-9F5C79B3A225}.Release|x86.Build.0 = Release|Any CPU
{08785DF9-C116-46DD-B0D3-3A6F2C803320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08785DF9-C116-46DD-B0D3-3A6F2C803320}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08785DF9-C116-46DD-B0D3-3A6F2C803320}.Debug|x86.ActiveCfg = Debug|Any CPU
{08785DF9-C116-46DD-B0D3-3A6F2C803320}.Debug|x86.Build.0 = Debug|Any CPU
{08785DF9-C116-46DD-B0D3-3A6F2C803320}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08785DF9-C116-46DD-B0D3-3A6F2C803320}.Release|Any CPU.Build.0 = Release|Any CPU
{08785DF9-C116-46DD-B0D3-3A6F2C803320}.Release|x86.ActiveCfg = Release|Any CPU
{08785DF9-C116-46DD-B0D3-3A6F2C803320}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6C7BBE1A-38AA-41E2-A88B-A6BF3282DC26} = {8449A872-2591-4C77-A810-974A20DD0227}
{CDD561BF-DB10-487D-8338-B0B9402FD43E} = {8449A872-2591-4C77-A810-974A20DD0227}
{15DEDCE6-3981-4AF5-8F1C-0DA8A070F91F} = {D422FCDF-E2F9-4FCC-8BAA-81237E70455D}
{8497841B-924D-44A8-9351-9F5C79B3A225} = {2B4BA2BB-B561-4301-A1B9-9E59E58BE8EF}
{08785DF9-C116-46DD-B0D3-3A6F2C803320} = {D6452DF6-D009-4A4D-A161-E25DE443C0D8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F998BD6D-3E2B-4AA0-A7A4-FD84100C45A4}
EndGlobalSection
EndGlobal