-
Notifications
You must be signed in to change notification settings - Fork 1
/
OrmocInMSApi.sln
43 lines (43 loc) · 2.63 KB
/
OrmocInMSApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IMSRepository", "IMSRepository\IMSRepository.csproj", "{DCB2F8C2-DE06-43B6-8939-D23B1D872B86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ItemManagementService", "ItemManagementService\ItemManagementService.csproj", "{D5818440-32F7-4B00-BF73-055B64819699}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PurchaseOrderManagementService", "PurchaseOrderManagementService\PurchaseOrderManagementService.csproj", "{48DA5B53-9DB3-454A-8FEB-85E8B2D4B68D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ItemManagement.Service.Test", "ItemManagement.Service.Test\ItemManagement.Service.Test.csproj", "{7FCCA548-DD63-4574-BD87-48A9D91BDFD4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCB2F8C2-DE06-43B6-8939-D23B1D872B86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCB2F8C2-DE06-43B6-8939-D23B1D872B86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCB2F8C2-DE06-43B6-8939-D23B1D872B86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCB2F8C2-DE06-43B6-8939-D23B1D872B86}.Release|Any CPU.Build.0 = Release|Any CPU
{D5818440-32F7-4B00-BF73-055B64819699}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5818440-32F7-4B00-BF73-055B64819699}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5818440-32F7-4B00-BF73-055B64819699}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5818440-32F7-4B00-BF73-055B64819699}.Release|Any CPU.Build.0 = Release|Any CPU
{48DA5B53-9DB3-454A-8FEB-85E8B2D4B68D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48DA5B53-9DB3-454A-8FEB-85E8B2D4B68D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48DA5B53-9DB3-454A-8FEB-85E8B2D4B68D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48DA5B53-9DB3-454A-8FEB-85E8B2D4B68D}.Release|Any CPU.Build.0 = Release|Any CPU
{7FCCA548-DD63-4574-BD87-48A9D91BDFD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FCCA548-DD63-4574-BD87-48A9D91BDFD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FCCA548-DD63-4574-BD87-48A9D91BDFD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FCCA548-DD63-4574-BD87-48A9D91BDFD4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F7E4962-EA32-484C-8879-87FB330D496E}
EndGlobalSection
EndGlobal