-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathLSG.GenericCrud.sln
68 lines (68 loc) · 4.68 KB
/
LSG.GenericCrud.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29006.145
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LSG.GenericCrud", "LSG.GenericCrud\LSG.GenericCrud.csproj", "{722007F7-B2C5-40E3-B6A8-57AD5A9745F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LSG.GenericCrud.Tests", "LSG.GenericCrud.Tests\LSG.GenericCrud.Tests.csproj", "{0359BCEA-7881-488F-83CC-27C3CE94DC30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LSG.GenericCrud.Dto", "LSG.GenericCrud.Dto\LSG.GenericCrud.Dto.csproj", "{4A41E77C-4ECC-49CA-8C23-8413D94B1FB0}"
ProjectSection(ProjectDependencies) = postProject
{722007F7-B2C5-40E3-B6A8-57AD5A9745F8} = {722007F7-B2C5-40E3-B6A8-57AD5A9745F8}
EndProjectSection
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "LSG.GenericCrud.Database", "LSG.GenericCrud.Database\LSG.GenericCrud.Database.sqlproj", "{556742EA-0D22-44E7-9FE2-759312C6492F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LSG.GenericCrud.Benchmark", "LSG.GenericCrud.Benchmark\LSG.GenericCrud.Benchmark.csproj", "{BB1F34D8-04BF-4C2E-BC65-C57F963F2D61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LSG.GenericCrud.Samples", "LSG.GenericCrud.Samples\LSG.GenericCrud.Samples.csproj", "{22FD7F21-6208-47EB-8D3C-7E7485608C0D}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "LSG.GenericCrud.Samples.Database", "LSG.GenericCrud.Samples.Database\LSG.GenericCrud.Samples.Database.sqlproj", "{F2B52A52-8FF2-44E6-8DD8-CF256AAD0BF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{722007F7-B2C5-40E3-B6A8-57AD5A9745F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{722007F7-B2C5-40E3-B6A8-57AD5A9745F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{722007F7-B2C5-40E3-B6A8-57AD5A9745F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{722007F7-B2C5-40E3-B6A8-57AD5A9745F8}.Release|Any CPU.Build.0 = Release|Any CPU
{0359BCEA-7881-488F-83CC-27C3CE94DC30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0359BCEA-7881-488F-83CC-27C3CE94DC30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0359BCEA-7881-488F-83CC-27C3CE94DC30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0359BCEA-7881-488F-83CC-27C3CE94DC30}.Release|Any CPU.Build.0 = Release|Any CPU
{4A41E77C-4ECC-49CA-8C23-8413D94B1FB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A41E77C-4ECC-49CA-8C23-8413D94B1FB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A41E77C-4ECC-49CA-8C23-8413D94B1FB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A41E77C-4ECC-49CA-8C23-8413D94B1FB0}.Release|Any CPU.Build.0 = Release|Any CPU
{556742EA-0D22-44E7-9FE2-759312C6492F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{556742EA-0D22-44E7-9FE2-759312C6492F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{556742EA-0D22-44E7-9FE2-759312C6492F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{556742EA-0D22-44E7-9FE2-759312C6492F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{556742EA-0D22-44E7-9FE2-759312C6492F}.Release|Any CPU.Build.0 = Release|Any CPU
{556742EA-0D22-44E7-9FE2-759312C6492F}.Release|Any CPU.Deploy.0 = Release|Any CPU
{BB1F34D8-04BF-4C2E-BC65-C57F963F2D61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB1F34D8-04BF-4C2E-BC65-C57F963F2D61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB1F34D8-04BF-4C2E-BC65-C57F963F2D61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB1F34D8-04BF-4C2E-BC65-C57F963F2D61}.Release|Any CPU.Build.0 = Release|Any CPU
{22FD7F21-6208-47EB-8D3C-7E7485608C0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22FD7F21-6208-47EB-8D3C-7E7485608C0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22FD7F21-6208-47EB-8D3C-7E7485608C0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22FD7F21-6208-47EB-8D3C-7E7485608C0D}.Release|Any CPU.Build.0 = Release|Any CPU
{F2B52A52-8FF2-44E6-8DD8-CF256AAD0BF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2B52A52-8FF2-44E6-8DD8-CF256AAD0BF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2B52A52-8FF2-44E6-8DD8-CF256AAD0BF4}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{F2B52A52-8FF2-44E6-8DD8-CF256AAD0BF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2B52A52-8FF2-44E6-8DD8-CF256AAD0BF4}.Release|Any CPU.Build.0 = Release|Any CPU
{F2B52A52-8FF2-44E6-8DD8-CF256AAD0BF4}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D667528F-F5FB-49E5-BD4A-0F54FB313738}
EndGlobalSection
EndGlobal