-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMRO.sln
46 lines (46 loc) · 2.76 KB
/
MRO.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab_1", "Lab_1\Lab_1.csproj", "{DF5F5AFA-4CA9-43C2-8EA7-67A2C0A6B39B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{5CDA8588-EDD5-4385-B02A-5BD9B382E343}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VitAn", "VitAn\VitAn.csproj", "{5FFDEA7B-C90D-4A12-8BD3-E9B9C576C7F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{D53CD926-7FE2-45B7-BCBC-304A3F7F4627}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Node", "Node.js\Node.csproj", "{797620C3-5E7D-40F3-8FBD-F63C07E93532}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF5F5AFA-4CA9-43C2-8EA7-67A2C0A6B39B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF5F5AFA-4CA9-43C2-8EA7-67A2C0A6B39B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF5F5AFA-4CA9-43C2-8EA7-67A2C0A6B39B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF5F5AFA-4CA9-43C2-8EA7-67A2C0A6B39B}.Release|Any CPU.Build.0 = Release|Any CPU
{5CDA8588-EDD5-4385-B02A-5BD9B382E343}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CDA8588-EDD5-4385-B02A-5BD9B382E343}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CDA8588-EDD5-4385-B02A-5BD9B382E343}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CDA8588-EDD5-4385-B02A-5BD9B382E343}.Release|Any CPU.Build.0 = Release|Any CPU
{5FFDEA7B-C90D-4A12-8BD3-E9B9C576C7F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FFDEA7B-C90D-4A12-8BD3-E9B9C576C7F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FFDEA7B-C90D-4A12-8BD3-E9B9C576C7F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FFDEA7B-C90D-4A12-8BD3-E9B9C576C7F6}.Release|Any CPU.Build.0 = Release|Any CPU
{D53CD926-7FE2-45B7-BCBC-304A3F7F4627}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D53CD926-7FE2-45B7-BCBC-304A3F7F4627}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D53CD926-7FE2-45B7-BCBC-304A3F7F4627}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D53CD926-7FE2-45B7-BCBC-304A3F7F4627}.Release|Any CPU.Build.0 = Release|Any CPU
{797620C3-5E7D-40F3-8FBD-F63C07E93532}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{797620C3-5E7D-40F3-8FBD-F63C07E93532}.Debug|Any CPU.Build.0 = Debug|Any CPU
{797620C3-5E7D-40F3-8FBD-F63C07E93532}.Release|Any CPU.ActiveCfg = Release|Any CPU
{797620C3-5E7D-40F3-8FBD-F63C07E93532}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal