-
Notifications
You must be signed in to change notification settings - Fork 2
/
Northwind.NET.Sample.sln
86 lines (86 loc) · 4.92 KB
/
Northwind.NET.Sample.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ItemsFilter.net6", "ItemsFilter.net6\ItemsFilter.net6.csproj", "{D70688E6-6B4F-47EB-B17A-6F6B53A97113}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nortwind.Model.net6", "Nortwind.Model.net6\Nortwind.Model.net6.csproj", "{07B2F821-5F3B-49CF-B99D-098F8CB82C60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Northwind.ViewModel.net6", "Northwind.ViewModel.net6\Northwind.ViewModel.net6.csproj", "{6619D8B7-515F-40A2-BA09-4DCB0966A35D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ItemsFilter.net6.Test", "ItemsFilter.net6.Test\ItemsFilter.net6.Test.csproj", "{79E0610F-AD68-434E-9A17-36897479FEEC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{49DFB628-00A6-4F8F-ABD9-A854C5030A2C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nortwind.Sample.net6", "Nortwind.Sample.net6\Nortwind.Sample.net6.csproj", "{1BDB7CBA-939A-4546-AA25-FB389D9712F4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{8E91E267-C0AA-4437-963E-ED9931228AEF}"
ProjectSection(SolutionItems) = preProject
Docs\ALittleBackground.md = Docs\ALittleBackground.md
Docs\Examle1.EmployeesView.md = Docs\Examle1.EmployeesView.md
Docs\Examle2.CategoriesView.md = Docs\Examle2.CategoriesView.md
Docs\Examle3.ProductsView.md = Docs\Examle3.ProductsView.md
Docs\Examle4.ProductsView.md = Docs\Examle4.ProductsView.md
Docs\Examle5.OrdersView.md = Docs\Examle5.OrdersView.md
Docs\Examle6.OrdersView.md = Docs\Examle6.OrdersView.md
Docs\Examle7.CustomersView.md = Docs\Examle7.CustomersView.md
Docs\ExamplesOfQuickFilterView.md = Docs\ExamplesOfQuickFilterView.md
Docs\Readme.md = Docs\Readme.md
Docs\Summary.md = Docs\Summary.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Picture", "Picture", "{66573341-D383-4475-848D-696C3C42B9DF}"
ProjectSection(SolutionItems) = preProject
Docs\Picture\Pic1.gif = Docs\Picture\Pic1.gif
Docs\Picture\Pic10.gif = Docs\Picture\Pic10.gif
Docs\Picture\Pic2.gif = Docs\Picture\Pic2.gif
Docs\Picture\Pic3.gif = Docs\Picture\Pic3.gif
Docs\Picture\Pic4.gif = Docs\Picture\Pic4.gif
Docs\Picture\Pic5.gif = Docs\Picture\Pic5.gif
Docs\Picture\Pic6.gif = Docs\Picture\Pic6.gif
Docs\Picture\Pic7.gif = Docs\Picture\Pic7.gif
Docs\Picture\Pic8.gif = Docs\Picture\Pic8.gif
Docs\Picture\Pic9.gif = Docs\Picture\Pic9.gif
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D70688E6-6B4F-47EB-B17A-6F6B53A97113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D70688E6-6B4F-47EB-B17A-6F6B53A97113}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D70688E6-6B4F-47EB-B17A-6F6B53A97113}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D70688E6-6B4F-47EB-B17A-6F6B53A97113}.Release|Any CPU.Build.0 = Release|Any CPU
{07B2F821-5F3B-49CF-B99D-098F8CB82C60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07B2F821-5F3B-49CF-B99D-098F8CB82C60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07B2F821-5F3B-49CF-B99D-098F8CB82C60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07B2F821-5F3B-49CF-B99D-098F8CB82C60}.Release|Any CPU.Build.0 = Release|Any CPU
{6619D8B7-515F-40A2-BA09-4DCB0966A35D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6619D8B7-515F-40A2-BA09-4DCB0966A35D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6619D8B7-515F-40A2-BA09-4DCB0966A35D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6619D8B7-515F-40A2-BA09-4DCB0966A35D}.Release|Any CPU.Build.0 = Release|Any CPU
{79E0610F-AD68-434E-9A17-36897479FEEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79E0610F-AD68-434E-9A17-36897479FEEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79E0610F-AD68-434E-9A17-36897479FEEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79E0610F-AD68-434E-9A17-36897479FEEC}.Release|Any CPU.Build.0 = Release|Any CPU
{1BDB7CBA-939A-4546-AA25-FB389D9712F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BDB7CBA-939A-4546-AA25-FB389D9712F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BDB7CBA-939A-4546-AA25-FB389D9712F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BDB7CBA-939A-4546-AA25-FB389D9712F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{66573341-D383-4475-848D-696C3C42B9DF} = {8E91E267-C0AA-4437-963E-ED9931228AEF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57E32A14-EF7C-432F-8C83-EB23E463C426}
EndGlobalSection
EndGlobal