SmartCode.sln
2.5 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartCode", "SmartCode\SmartCode.csproj", "{DEE2C283-EA1E-4523-85A5-560E6A29DF5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MES_Interface", "MES_Interface\MES_Interface.csproj", "{49BF88AA-BB5A-4D62-9B27-6B39BD3B039C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MES_NanRui(南京南瑞)", "MES_NanRui\MES_NanRui(南京南瑞).csproj", "{67956AED-BE9C-4A51-88EA-BDD993C2B196}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MES_Test", "MES_Test\MES_Test.csproj", "{07C60F24-C0EF-4BD3-A047-EFF051A2F681}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DEE2C283-EA1E-4523-85A5-560E6A29DF5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEE2C283-EA1E-4523-85A5-560E6A29DF5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEE2C283-EA1E-4523-85A5-560E6A29DF5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEE2C283-EA1E-4523-85A5-560E6A29DF5C}.Release|Any CPU.Build.0 = Release|Any CPU
{49BF88AA-BB5A-4D62-9B27-6B39BD3B039C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49BF88AA-BB5A-4D62-9B27-6B39BD3B039C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49BF88AA-BB5A-4D62-9B27-6B39BD3B039C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49BF88AA-BB5A-4D62-9B27-6B39BD3B039C}.Release|Any CPU.Build.0 = Release|Any CPU
{67956AED-BE9C-4A51-88EA-BDD993C2B196}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67956AED-BE9C-4A51-88EA-BDD993C2B196}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67956AED-BE9C-4A51-88EA-BDD993C2B196}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67956AED-BE9C-4A51-88EA-BDD993C2B196}.Release|Any CPU.Build.0 = Release|Any CPU
{07C60F24-C0EF-4BD3-A047-EFF051A2F681}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07C60F24-C0EF-4BD3-A047-EFF051A2F681}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07C60F24-C0EF-4BD3-A047-EFF051A2F681}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07C60F24-C0EF-4BD3-A047-EFF051A2F681}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E8725ECF-CFAA-4D5D-96E7-310FB9E32B6C}
EndGlobalSection
EndGlobal