-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStockInventoryAndBillingSystem.sln
More file actions
41 lines (41 loc) · 2.22 KB
/
StockInventoryAndBillingSystem.sln
File metadata and controls
41 lines (41 loc) · 2.22 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StockInventoryAndBillingSystem", "StockInventoryAndBillingSystem.csproj", "{FFBFE67E-2867-43FF-A99A-A2ACF4555546}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Inventory.Data", "..\Inventory.Data\Inventory.Data.csproj", "{33E09D94-0D37-49DE-B6FD-6327BD7F3C9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFBFE67E-2867-43FF-A99A-A2ACF4555546}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFBFE67E-2867-43FF-A99A-A2ACF4555546}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFBFE67E-2867-43FF-A99A-A2ACF4555546}.Debug|x64.ActiveCfg = Debug|x64
{FFBFE67E-2867-43FF-A99A-A2ACF4555546}.Debug|x64.Build.0 = Debug|x64
{FFBFE67E-2867-43FF-A99A-A2ACF4555546}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFBFE67E-2867-43FF-A99A-A2ACF4555546}.Release|Any CPU.Build.0 = Release|Any CPU
{FFBFE67E-2867-43FF-A99A-A2ACF4555546}.Release|x64.ActiveCfg = Release|x64
{FFBFE67E-2867-43FF-A99A-A2ACF4555546}.Release|x64.Build.0 = Release|x64
{33E09D94-0D37-49DE-B6FD-6327BD7F3C9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33E09D94-0D37-49DE-B6FD-6327BD7F3C9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33E09D94-0D37-49DE-B6FD-6327BD7F3C9A}.Debug|x64.ActiveCfg = Debug|x64
{33E09D94-0D37-49DE-B6FD-6327BD7F3C9A}.Debug|x64.Build.0 = Debug|x64
{33E09D94-0D37-49DE-B6FD-6327BD7F3C9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33E09D94-0D37-49DE-B6FD-6327BD7F3C9A}.Release|Any CPU.Build.0 = Release|Any CPU
{33E09D94-0D37-49DE-B6FD-6327BD7F3C9A}.Release|x64.ActiveCfg = Release|x64
{33E09D94-0D37-49DE-B6FD-6327BD7F3C9A}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A26F9B74-977F-45A1-BF0B-C3F56481DC35}
EndGlobalSection
EndGlobal