-
Notifications
You must be signed in to change notification settings - Fork 0
/
Carot.ERP.sln
62 lines (62 loc) · 3.56 KB
/
Carot.ERP.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
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{15EB6AED-0663-4CFD-B874-E80636988E74}"
ProjectSection(SolutionItems) = preProject
home.PNG = home.PNG
INSTRUCTIONS.md = INSTRUCTIONS.md
internal.PNG = internal.PNG
LIBRARIES.md = LIBRARIES.md
LICENSE.txt = LICENSE.txt
..\Users\rumen.yankov\Desktop\postgresql.conf = ..\Users\rumen.yankov\Desktop\postgresql.conf
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Carot.ERP", "Carot.ERP\Carot.ERP.xproj", "{5DD56AA7-9479-4EDF-A10A-FDE7C2708314}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ECE0CA21-685B-414D-9438-7E7C9B9B9870}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Carot.ERP.Web", "Carot.ERP.Web\Carot.ERP.Web.xproj", "{104E6B3A-A927-49F0-916B-87404E2CA749}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Carot.ERP.SamplePlugin", "Carot.ERP.SamplePlugin\Carot.ERP.SamplePlugin.xproj", "{40D7BB67-FBE6-4990-893E-9387FE6F0F9E}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Carot.ERP.Crm", "Carot.ERP.Crm\Carot.ERP.Crm.xproj", "{9F604DD5-7095-4CAE-9E6A-673CFB044892}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Carot.ERP.Project", "Carot.ERP.Project\Carot.ERP.Project.xproj", "{124C36D3-5F77-4B74-AB70-FBBF3AA86866}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5DD56AA7-9479-4EDF-A10A-FDE7C2708314}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DD56AA7-9479-4EDF-A10A-FDE7C2708314}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DD56AA7-9479-4EDF-A10A-FDE7C2708314}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DD56AA7-9479-4EDF-A10A-FDE7C2708314}.Release|Any CPU.Build.0 = Release|Any CPU
{104E6B3A-A927-49F0-916B-87404E2CA749}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{104E6B3A-A927-49F0-916B-87404E2CA749}.Debug|Any CPU.Build.0 = Debug|Any CPU
{104E6B3A-A927-49F0-916B-87404E2CA749}.Release|Any CPU.ActiveCfg = Release|Any CPU
{104E6B3A-A927-49F0-916B-87404E2CA749}.Release|Any CPU.Build.0 = Release|Any CPU
{40D7BB67-FBE6-4990-893E-9387FE6F0F9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40D7BB67-FBE6-4990-893E-9387FE6F0F9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40D7BB67-FBE6-4990-893E-9387FE6F0F9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40D7BB67-FBE6-4990-893E-9387FE6F0F9E}.Release|Any CPU.Build.0 = Release|Any CPU
{9F604DD5-7095-4CAE-9E6A-673CFB044892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F604DD5-7095-4CAE-9E6A-673CFB044892}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F604DD5-7095-4CAE-9E6A-673CFB044892}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F604DD5-7095-4CAE-9E6A-673CFB044892}.Release|Any CPU.Build.0 = Release|Any CPU
{124C36D3-5F77-4B74-AB70-FBBF3AA86866}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{124C36D3-5F77-4B74-AB70-FBBF3AA86866}.Debug|Any CPU.Build.0 = Debug|Any CPU
{124C36D3-5F77-4B74-AB70-FBBF3AA86866}.Release|Any CPU.ActiveCfg = Release|Any CPU
{124C36D3-5F77-4B74-AB70-FBBF3AA86866}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal