-
Notifications
You must be signed in to change notification settings - Fork 128
/
Dapper.FastCrud.sln
51 lines (51 loc) · 2.96 KB
/
Dapper.FastCrud.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{54E575C2-7D28-48E1-91FD-694DEEB09CD0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.FastCrud", "Dapper.FastCrud\Dapper.FastCrud.csproj", "{A2B22949-0DB7-4130-B813-420B839774B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.FastCrud.ModelGenerator", "Dapper.FastCrud.ModelGenerator\Dapper.FastCrud.ModelGenerator.csproj", "{61E1B675-C862-4AB8-828E-AE2360DDD11C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.FastCrud.Tests", "Dapper.FastCrud.Tests\Dapper.FastCrud.Tests.csproj", "{0FB4A7ED-4161-4509-8EE4-B4B8A56D65B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.FastCrud.Benchmarks", "Dapper.FastCrud.Benchmarks\Dapper.FastCrud.Benchmarks.csproj", "{5D32B5D8-5DC2-4358-BA45-CD1ECD25412F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A2B22949-0DB7-4130-B813-420B839774B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2B22949-0DB7-4130-B813-420B839774B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2B22949-0DB7-4130-B813-420B839774B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2B22949-0DB7-4130-B813-420B839774B2}.Release|Any CPU.Build.0 = Release|Any CPU
{61E1B675-C862-4AB8-828E-AE2360DDD11C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61E1B675-C862-4AB8-828E-AE2360DDD11C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61E1B675-C862-4AB8-828E-AE2360DDD11C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61E1B675-C862-4AB8-828E-AE2360DDD11C}.Release|Any CPU.Build.0 = Release|Any CPU
{0FB4A7ED-4161-4509-8EE4-B4B8A56D65B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FB4A7ED-4161-4509-8EE4-B4B8A56D65B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FB4A7ED-4161-4509-8EE4-B4B8A56D65B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FB4A7ED-4161-4509-8EE4-B4B8A56D65B9}.Release|Any CPU.Build.0 = Release|Any CPU
{5D32B5D8-5DC2-4358-BA45-CD1ECD25412F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D32B5D8-5DC2-4358-BA45-CD1ECD25412F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D32B5D8-5DC2-4358-BA45-CD1ECD25412F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D32B5D8-5DC2-4358-BA45-CD1ECD25412F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE0EFC25-E4E3-47CC-858D-1A09EF4C2FE3}
EndGlobalSection
EndGlobal