-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathPlcSimAdvSimulator.sln
More file actions
41 lines (41 loc) · 2.25 KB
/
Copy pathPlcSimAdvSimulator.sln
File metadata and controls
41 lines (41 loc) · 2.25 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32428.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlcSimAdvSimulator", "HardwareSimulator\PlcSimAdvSimulator.csproj", "{DAB63F32-A56E-4C97-933E-2DEB343F38D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlcSimAdvConfigurator", "PlcSimAdvConfigurator\PlcSimAdvConfigurator.csproj", "{9E4C52EE-0703-406F-A06F-49A26A54A746}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DAB63F32-A56E-4C97-933E-2DEB343F38D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAB63F32-A56E-4C97-933E-2DEB343F38D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAB63F32-A56E-4C97-933E-2DEB343F38D6}.Debug|x64.ActiveCfg = Debug|x64
{DAB63F32-A56E-4C97-933E-2DEB343F38D6}.Debug|x64.Build.0 = Debug|x64
{DAB63F32-A56E-4C97-933E-2DEB343F38D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAB63F32-A56E-4C97-933E-2DEB343F38D6}.Release|Any CPU.Build.0 = Release|Any CPU
{DAB63F32-A56E-4C97-933E-2DEB343F38D6}.Release|x64.ActiveCfg = Release|x64
{DAB63F32-A56E-4C97-933E-2DEB343F38D6}.Release|x64.Build.0 = Release|x64
{9E4C52EE-0703-406F-A06F-49A26A54A746}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E4C52EE-0703-406F-A06F-49A26A54A746}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E4C52EE-0703-406F-A06F-49A26A54A746}.Debug|x64.ActiveCfg = Debug|Any CPU
{9E4C52EE-0703-406F-A06F-49A26A54A746}.Debug|x64.Build.0 = Debug|Any CPU
{9E4C52EE-0703-406F-A06F-49A26A54A746}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E4C52EE-0703-406F-A06F-49A26A54A746}.Release|Any CPU.Build.0 = Release|Any CPU
{9E4C52EE-0703-406F-A06F-49A26A54A746}.Release|x64.ActiveCfg = Release|Any CPU
{9E4C52EE-0703-406F-A06F-49A26A54A746}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55109082-87B4-4A13-8664-522EDD8A4D28}
EndGlobalSection
EndGlobal