-
Notifications
You must be signed in to change notification settings - Fork 0
/
MI.sln
37 lines (37 loc) · 2.06 KB
/
MI.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 Version 16
VisualStudioVersion = 16.0.29230.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MI", "MI.csproj", "{FEB474E2-9288-47A2-87A1-6E5EFE2165A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MI.Server.DataAccess", "MI.Server.DataAccess\MI.Server.DataAccess.csproj", "{6039D15E-A269-4C48-946A-663D996A1157}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MI.Server.BusinessLogic", "MI.Server.BusinessLogic\MI.Server.BusinessLogic.csproj", "{7F4BB316-B290-4878-B1C9-5DAC94BE9AAF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FEB474E2-9288-47A2-87A1-6E5EFE2165A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEB474E2-9288-47A2-87A1-6E5EFE2165A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEB474E2-9288-47A2-87A1-6E5EFE2165A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEB474E2-9288-47A2-87A1-6E5EFE2165A8}.Release|Any CPU.Build.0 = Release|Any CPU
{6039D15E-A269-4C48-946A-663D996A1157}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6039D15E-A269-4C48-946A-663D996A1157}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6039D15E-A269-4C48-946A-663D996A1157}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6039D15E-A269-4C48-946A-663D996A1157}.Release|Any CPU.Build.0 = Release|Any CPU
{7F4BB316-B290-4878-B1C9-5DAC94BE9AAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F4BB316-B290-4878-B1C9-5DAC94BE9AAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F4BB316-B290-4878-B1C9-5DAC94BE9AAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F4BB316-B290-4878-B1C9-5DAC94BE9AAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F64FEF1-CA44-4CE9-896C-A6411E9EE26F}
EndGlobalSection
EndGlobal