-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFreesqlGenCode.sln
72 lines (72 loc) · 4.61 KB
/
FreesqlGenCode.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
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FreesqlGenCode", "FreesqlGenCode\FreesqlGenCode.csproj", "{C7C86511-C666-429A-8362-53A9BFD55B3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DAL", "DAL\DAL.csproj", "{83362202-5CCD-4CF1-A7C4-906F256A9B66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BLL", "BLL\BLL.csproj", "{64771476-4755-44B0-A1B2-55C404219623}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Model", "Model\Model.csproj", "{C697F69B-B5D7-4779-B645-62359257907B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Context", "Context\Context.csproj", "{43D6505E-C601-40DD-94D1-1CA3E02D87BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{8487E1B0-7254-4B81-98E8-68F4BD625989}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RazorTemplates", "RazorTemplates", "{7C1CFD24-E5BC-4C40-9BDC-192E8130F28B}"
ProjectSection(SolutionItems) = preProject
GenTemplate\Templates\BllClassTemplate.cshtml = GenTemplate\Templates\BllClassTemplate.cshtml
GenTemplate\Templates\DalClassTemplate.cshtml = GenTemplate\Templates\DalClassTemplate.cshtml
GenTemplate\Templates\EntityClassTemplate.cshtml = GenTemplate\Templates\EntityClassTemplate.cshtml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenTemplate", "GenTemplate\GenTemplate.csproj", "{1C848E5F-64CB-4590-AA6C-DFC90C12C003}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "GenCodeSetup", "GenCodeSetup\GenCodeSetup.vdproj", "{A6C69E22-AAB2-42BD-AA6A-503863018639}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7C86511-C666-429A-8362-53A9BFD55B3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7C86511-C666-429A-8362-53A9BFD55B3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7C86511-C666-429A-8362-53A9BFD55B3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7C86511-C666-429A-8362-53A9BFD55B3F}.Release|Any CPU.Build.0 = Release|Any CPU
{83362202-5CCD-4CF1-A7C4-906F256A9B66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83362202-5CCD-4CF1-A7C4-906F256A9B66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83362202-5CCD-4CF1-A7C4-906F256A9B66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83362202-5CCD-4CF1-A7C4-906F256A9B66}.Release|Any CPU.Build.0 = Release|Any CPU
{64771476-4755-44B0-A1B2-55C404219623}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64771476-4755-44B0-A1B2-55C404219623}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64771476-4755-44B0-A1B2-55C404219623}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64771476-4755-44B0-A1B2-55C404219623}.Release|Any CPU.Build.0 = Release|Any CPU
{C697F69B-B5D7-4779-B645-62359257907B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C697F69B-B5D7-4779-B645-62359257907B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C697F69B-B5D7-4779-B645-62359257907B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C697F69B-B5D7-4779-B645-62359257907B}.Release|Any CPU.Build.0 = Release|Any CPU
{43D6505E-C601-40DD-94D1-1CA3E02D87BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43D6505E-C601-40DD-94D1-1CA3E02D87BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43D6505E-C601-40DD-94D1-1CA3E02D87BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43D6505E-C601-40DD-94D1-1CA3E02D87BC}.Release|Any CPU.Build.0 = Release|Any CPU
{8487E1B0-7254-4B81-98E8-68F4BD625989}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8487E1B0-7254-4B81-98E8-68F4BD625989}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8487E1B0-7254-4B81-98E8-68F4BD625989}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8487E1B0-7254-4B81-98E8-68F4BD625989}.Release|Any CPU.Build.0 = Release|Any CPU
{1C848E5F-64CB-4590-AA6C-DFC90C12C003}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C848E5F-64CB-4590-AA6C-DFC90C12C003}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C848E5F-64CB-4590-AA6C-DFC90C12C003}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C848E5F-64CB-4590-AA6C-DFC90C12C003}.Release|Any CPU.Build.0 = Release|Any CPU
{A6C69E22-AAB2-42BD-AA6A-503863018639}.Debug|Any CPU.ActiveCfg = Debug
{A6C69E22-AAB2-42BD-AA6A-503863018639}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B21B7B5B-792B-44C1-A536-056EAA083284}
EndGlobalSection
EndGlobal