-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathUI for Fanuc.sln
37 lines (37 loc) · 2.06 KB
/
UI for Fanuc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI for Fanuc", "UI for Fanuc\UI for Fanuc.csproj", "{C431F55A-C791-429F-AAE2-B1B6BC7C6417}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UIforFanuc.PlcService", "UIforFanuc.PlcService\UIforFanuc.PlcService.csproj", "{0C8E453A-60FD-4847-911E-CE6270D6CA94}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharp7Library", "Sharp7Library\Sharp7Library.csproj", "{FBB02712-17F3-448D-A5B5-F2BCD7072BB6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C431F55A-C791-429F-AAE2-B1B6BC7C6417}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C431F55A-C791-429F-AAE2-B1B6BC7C6417}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C431F55A-C791-429F-AAE2-B1B6BC7C6417}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C431F55A-C791-429F-AAE2-B1B6BC7C6417}.Release|Any CPU.Build.0 = Release|Any CPU
{0C8E453A-60FD-4847-911E-CE6270D6CA94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C8E453A-60FD-4847-911E-CE6270D6CA94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C8E453A-60FD-4847-911E-CE6270D6CA94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C8E453A-60FD-4847-911E-CE6270D6CA94}.Release|Any CPU.Build.0 = Release|Any CPU
{FBB02712-17F3-448D-A5B5-F2BCD7072BB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBB02712-17F3-448D-A5B5-F2BCD7072BB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBB02712-17F3-448D-A5B5-F2BCD7072BB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBB02712-17F3-448D-A5B5-F2BCD7072BB6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F89C0BE5-F8B4-4162-AC9C-8BF2B6C166D1}
EndGlobalSection
EndGlobal