-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInventoryManagementSystem.sln
More file actions
43 lines (43 loc) · 2.73 KB
/
Copy pathInventoryManagementSystem.sln
File metadata and controls
43 lines (43 loc) · 2.73 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 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InventoryManagement.Domain", "InventoryManagement.Domain\InventoryManagement.Domain.csproj", "{76196729-B82F-4D7A-8ADE-F80A8C2FFC42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InventoryManagement.Infrastructure", "InventoryManagement.Infrastructure\InventoryManagement.Infrastructure.csproj", "{4306A3D4-CB13-4B2C-B356-A2B0E023C802}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InventoryManagement.ManuallyTests", "InventoryManagement.ManuallyTests\InventoryManagement.ManuallyTests.csproj", "{544064FF-4E7B-46EB-AF4E-30FD05B9CC33}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InventoryManagement.UnitTests", "InventoryManagement.UnitTests\InventoryManagement.UnitTests.csproj", "{F7299535-BC66-4F6A-B413-299B49227987}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76196729-B82F-4D7A-8ADE-F80A8C2FFC42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76196729-B82F-4D7A-8ADE-F80A8C2FFC42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76196729-B82F-4D7A-8ADE-F80A8C2FFC42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76196729-B82F-4D7A-8ADE-F80A8C2FFC42}.Release|Any CPU.Build.0 = Release|Any CPU
{4306A3D4-CB13-4B2C-B356-A2B0E023C802}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4306A3D4-CB13-4B2C-B356-A2B0E023C802}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4306A3D4-CB13-4B2C-B356-A2B0E023C802}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4306A3D4-CB13-4B2C-B356-A2B0E023C802}.Release|Any CPU.Build.0 = Release|Any CPU
{544064FF-4E7B-46EB-AF4E-30FD05B9CC33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{544064FF-4E7B-46EB-AF4E-30FD05B9CC33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{544064FF-4E7B-46EB-AF4E-30FD05B9CC33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{544064FF-4E7B-46EB-AF4E-30FD05B9CC33}.Release|Any CPU.Build.0 = Release|Any CPU
{F7299535-BC66-4F6A-B413-299B49227987}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7299535-BC66-4F6A-B413-299B49227987}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7299535-BC66-4F6A-B413-299B49227987}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7299535-BC66-4F6A-B413-299B49227987}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {240582FC-4225-48A7-964E-458360CDEAF2}
EndGlobalSection
EndGlobal