-
Notifications
You must be signed in to change notification settings - Fork 0
/
IMS.sln
49 lines (49 loc) · 3.03 KB
/
IMS.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
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMS.WebApp", "IMS.WebApp\IMS.WebApp.csproj", "{0410C629-0A87-4F84-9A9C-B782CBCB4C59}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMS.UseCases", "IMS.UseCases\IMS.UseCases.csproj", "{A4EBD35F-6BB8-458B-86F6-5D39D6669E04}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMS.CoreBusiness", "IMS.CoreBusiness\IMS.CoreBusiness.csproj", "{8D31E5FF-E01D-451E-AE3E-E82175EE6620}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMS.Plugins.EFCore", "IMS.Plugins.EFCore\IMS.Plugins.EFCore.csproj", "{4B63A114-DB39-469B-9592-D0624C319DD1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMS.Pugins.Interfaces", "IMS.Pugins.Interfaces\IMS.Pugins.Interfaces.csproj", "{D3EC90E4-6C01-4326-B796-8986D9EC51D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0410C629-0A87-4F84-9A9C-B782CBCB4C59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0410C629-0A87-4F84-9A9C-B782CBCB4C59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0410C629-0A87-4F84-9A9C-B782CBCB4C59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0410C629-0A87-4F84-9A9C-B782CBCB4C59}.Release|Any CPU.Build.0 = Release|Any CPU
{A4EBD35F-6BB8-458B-86F6-5D39D6669E04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4EBD35F-6BB8-458B-86F6-5D39D6669E04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4EBD35F-6BB8-458B-86F6-5D39D6669E04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4EBD35F-6BB8-458B-86F6-5D39D6669E04}.Release|Any CPU.Build.0 = Release|Any CPU
{8D31E5FF-E01D-451E-AE3E-E82175EE6620}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D31E5FF-E01D-451E-AE3E-E82175EE6620}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D31E5FF-E01D-451E-AE3E-E82175EE6620}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D31E5FF-E01D-451E-AE3E-E82175EE6620}.Release|Any CPU.Build.0 = Release|Any CPU
{4B63A114-DB39-469B-9592-D0624C319DD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B63A114-DB39-469B-9592-D0624C319DD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B63A114-DB39-469B-9592-D0624C319DD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B63A114-DB39-469B-9592-D0624C319DD1}.Release|Any CPU.Build.0 = Release|Any CPU
{D3EC90E4-6C01-4326-B796-8986D9EC51D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3EC90E4-6C01-4326-B796-8986D9EC51D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3EC90E4-6C01-4326-B796-8986D9EC51D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3EC90E4-6C01-4326-B796-8986D9EC51D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8EF3794-9809-460D-ABAF-E7015C6901E2}
EndGlobalSection
EndGlobal