forked from Appeon/.NET-DataStore-Example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.NET-DataStore-Example.sln
More file actions
83 lines (83 loc) · 5.47 KB
/
Copy path.NET-DataStore-Example.sln
File metadata and controls
83 lines (83 loc) · 5.47 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Appeon.DataStoreDemo.Oracle", "Appeon.DataStoreDemo.Oracle\Appeon.DataStoreDemo.Oracle.csproj", "{EC48C460-CEDA-49AD-B05C-05A3CCF373DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Appeon.DataStoreDemo.PostgreSQL", "Appeon.DataStoreDemo.PostgreSQL\Appeon.DataStoreDemo.PostgreSQL.csproj", "{C8D7D31A-E498-4A31-AAB6-D554462F30EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Appeon.DataStoreDemo.SqlAnyWhere", "Appeon.DataStoreDemo.SqlAnyWhere\Appeon.DataStoreDemo.SqlAnyWhere.csproj", "{17FAE0A2-50B7-4FDA-BF47-66F336F538DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Appeon.SalesDemo.PB", "Appeon.SalesDemo.PB", "{94C9047E-05EE-4F63-9DD5-ABF2C893E214}"
ProjectSection(SolutionItems) = preProject
Appeon.SalesDemo.PB\apisetup.ini = Appeon.SalesDemo.PB\apisetup.ini
Appeon.SalesDemo.PB\common.pbl = Appeon.SalesDemo.PB\common.pbl
Appeon.SalesDemo.PB\person.pbl = Appeon.SalesDemo.PB\person.pbl
Appeon.SalesDemo.PB\product.pbl = Appeon.SalesDemo.PB\product.pbl
Appeon.SalesDemo.PB\report.pbl = Appeon.SalesDemo.PB\report.pbl
Appeon.SalesDemo.PB\salesdemo.pbl = Appeon.SalesDemo.PB\salesdemo.pbl
Appeon.SalesDemo.PB\salesdemo.pbt = Appeon.SalesDemo.PB\salesdemo.pbt
Appeon.SalesDemo.PB\SalesDemo.pbw = Appeon.SalesDemo.PB\SalesDemo.pbw
Appeon.SalesDemo.PB\salesdemo.usr.opt = Appeon.SalesDemo.PB\salesdemo.usr.opt
Appeon.SalesDemo.PB\salesorder.pbl = Appeon.SalesDemo.PB\salesorder.pbl
Appeon.SalesDemo.PB\webapi.pbl = Appeon.SalesDemo.PB\webapi.pbl
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Appeon.DataStoreDemo.SqlServer", "Appeon.DataStoreDemo.SqlServer\Appeon.DataStoreDemo.SqlServer.csproj", "{2B6907E0-21B3-4DC9-B273-6EA77B563D4F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "image", "image", "{DEC643BA-385C-4208-80B0-CEA89AAC3765}"
ProjectSection(SolutionItems) = preProject
Appeon.SalesDemo.PB\image\address.png = Appeon.SalesDemo.PB\image\address.png
Appeon.SalesDemo.PB\image\address_active.png = Appeon.SalesDemo.PB\image\address_active.png
Appeon.SalesDemo.PB\image\Area.PNG = Appeon.SalesDemo.PB\image\Area.PNG
Appeon.SalesDemo.PB\image\background.PNG = Appeon.SalesDemo.PB\image\background.PNG
Appeon.SalesDemo.PB\image\Bar.PNG = Appeon.SalesDemo.PB\image\Bar.PNG
Appeon.SalesDemo.PB\image\CRM.ico = Appeon.SalesDemo.PB\image\CRM.ico
Appeon.SalesDemo.PB\image\customer.png = Appeon.SalesDemo.PB\image\customer.png
Appeon.SalesDemo.PB\image\customer_active.png = Appeon.SalesDemo.PB\image\customer_active.png
Appeon.SalesDemo.PB\image\Line.PNG = Appeon.SalesDemo.PB\image\Line.PNG
Appeon.SalesDemo.PB\image\order.png = Appeon.SalesDemo.PB\image\order.png
Appeon.SalesDemo.PB\image\order_active.png = Appeon.SalesDemo.PB\image\order_active.png
Appeon.SalesDemo.PB\image\product.png = Appeon.SalesDemo.PB\image\product.png
Appeon.SalesDemo.PB\image\product_active.png = Appeon.SalesDemo.PB\image\product_active.png
Appeon.SalesDemo.PB\image\quit.png = Appeon.SalesDemo.PB\image\quit.png
Appeon.SalesDemo.PB\image\settings.png = Appeon.SalesDemo.PB\image\settings.png
Appeon.SalesDemo.PB\image\settings_active.png = Appeon.SalesDemo.PB\image\settings_active.png
Appeon.SalesDemo.PB\image\statistics.png = Appeon.SalesDemo.PB\image\statistics.png
Appeon.SalesDemo.PB\image\statistics_active.png = Appeon.SalesDemo.PB\image\statistics_active.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC48C460-CEDA-49AD-B05C-05A3CCF373DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC48C460-CEDA-49AD-B05C-05A3CCF373DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC48C460-CEDA-49AD-B05C-05A3CCF373DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC48C460-CEDA-49AD-B05C-05A3CCF373DD}.Release|Any CPU.Build.0 = Release|Any CPU
{C8D7D31A-E498-4A31-AAB6-D554462F30EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8D7D31A-E498-4A31-AAB6-D554462F30EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8D7D31A-E498-4A31-AAB6-D554462F30EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8D7D31A-E498-4A31-AAB6-D554462F30EA}.Release|Any CPU.Build.0 = Release|Any CPU
{17FAE0A2-50B7-4FDA-BF47-66F336F538DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17FAE0A2-50B7-4FDA-BF47-66F336F538DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17FAE0A2-50B7-4FDA-BF47-66F336F538DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17FAE0A2-50B7-4FDA-BF47-66F336F538DA}.Release|Any CPU.Build.0 = Release|Any CPU
{2B6907E0-21B3-4DC9-B273-6EA77B563D4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B6907E0-21B3-4DC9-B273-6EA77B563D4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B6907E0-21B3-4DC9-B273-6EA77B563D4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B6907E0-21B3-4DC9-B273-6EA77B563D4F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DEC643BA-385C-4208-80B0-CEA89AAC3765} = {94C9047E-05EE-4F63-9DD5-ABF2C893E214}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8AADA641-1F88-452A-97F6-6B0DB02C62F4}
EndGlobalSection
EndGlobal