-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathS7Api.sln
More file actions
69 lines (69 loc) · 4.02 KB
/
S7Api.sln
File metadata and controls
69 lines (69 loc) · 4.02 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{89C74014-18D4-4742-A045-E0114276A318}"
ProjectSection(SolutionItems) = preProject
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "S7Service", "S7Service\S7Service.csproj", "{D059CFF9-DE71-478A-B31C-B71346FF3E88}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "S7Server", "S7Server\S7Server.csproj", "{CC1DF3A6-058C-4FF0-BD45-B7F2242B490A}"
ProjectSection(ProjectDependencies) = postProject
{D059CFF9-DE71-478A-B31C-B71346FF3E88} = {D059CFF9-DE71-478A-B31C-B71346FF3E88}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "S7Lib", "S7Lib\S7Lib.csproj", "{900817D5-8C15-470B-B099-FB23824CD0BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "S7LibTests", "S7LibTests\S7LibTests.csproj", "{A06E980C-3DD2-4E3C-812A-75F5A63DC85C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "S7Cli", "S7Cli\S7Cli.csproj", "{2589A61E-B7A8-4586-ABAE-FA251F51B146}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "S7CliTests", "S7CliTests\S7CliTests.csproj", "{EBF1AA65-0EA3-4FD2-A8EF-AC00DF741453}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "S7ServerTests", "S7ServerTests\S7ServerTests.csproj", "{F24566A9-91D9-45A2-9C92-767649D01128}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D059CFF9-DE71-478A-B31C-B71346FF3E88}.Debug|x86.ActiveCfg = Debug|x86
{D059CFF9-DE71-478A-B31C-B71346FF3E88}.Debug|x86.Build.0 = Debug|x86
{D059CFF9-DE71-478A-B31C-B71346FF3E88}.Release|x86.ActiveCfg = Release|x86
{D059CFF9-DE71-478A-B31C-B71346FF3E88}.Release|x86.Build.0 = Release|x86
{CC1DF3A6-058C-4FF0-BD45-B7F2242B490A}.Debug|x86.ActiveCfg = Debug|x86
{CC1DF3A6-058C-4FF0-BD45-B7F2242B490A}.Debug|x86.Build.0 = Debug|x86
{CC1DF3A6-058C-4FF0-BD45-B7F2242B490A}.Release|x86.ActiveCfg = Release|x86
{CC1DF3A6-058C-4FF0-BD45-B7F2242B490A}.Release|x86.Build.0 = Release|x86
{900817D5-8C15-470B-B099-FB23824CD0BB}.Debug|x86.ActiveCfg = Debug|x86
{900817D5-8C15-470B-B099-FB23824CD0BB}.Debug|x86.Build.0 = Debug|x86
{900817D5-8C15-470B-B099-FB23824CD0BB}.Release|x86.ActiveCfg = Release|x86
{900817D5-8C15-470B-B099-FB23824CD0BB}.Release|x86.Build.0 = Release|x86
{A06E980C-3DD2-4E3C-812A-75F5A63DC85C}.Debug|x86.ActiveCfg = Debug|x86
{A06E980C-3DD2-4E3C-812A-75F5A63DC85C}.Debug|x86.Build.0 = Debug|x86
{A06E980C-3DD2-4E3C-812A-75F5A63DC85C}.Release|x86.ActiveCfg = Release|x86
{A06E980C-3DD2-4E3C-812A-75F5A63DC85C}.Release|x86.Build.0 = Release|x86
{2589A61E-B7A8-4586-ABAE-FA251F51B146}.Debug|x86.ActiveCfg = Debug|x86
{2589A61E-B7A8-4586-ABAE-FA251F51B146}.Debug|x86.Build.0 = Debug|x86
{2589A61E-B7A8-4586-ABAE-FA251F51B146}.Release|x86.ActiveCfg = Release|x86
{2589A61E-B7A8-4586-ABAE-FA251F51B146}.Release|x86.Build.0 = Release|x86
{EBF1AA65-0EA3-4FD2-A8EF-AC00DF741453}.Debug|x86.ActiveCfg = Debug|x86
{EBF1AA65-0EA3-4FD2-A8EF-AC00DF741453}.Debug|x86.Build.0 = Debug|x86
{EBF1AA65-0EA3-4FD2-A8EF-AC00DF741453}.Release|x86.ActiveCfg = Release|x86
{EBF1AA65-0EA3-4FD2-A8EF-AC00DF741453}.Release|x86.Build.0 = Release|x86
{F24566A9-91D9-45A2-9C92-767649D01128}.Debug|x86.ActiveCfg = Debug|x86
{F24566A9-91D9-45A2-9C92-767649D01128}.Debug|x86.Build.0 = Debug|x86
{F24566A9-91D9-45A2-9C92-767649D01128}.Release|x86.ActiveCfg = Release|x86
{F24566A9-91D9-45A2-9C92-767649D01128}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FFFC3659-C0B8-4B84-A435-F01D21228B65}
EndGlobalSection
EndGlobal