-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDapper.AmbientContext.sln
49 lines (49 loc) · 3.1 KB
/
Dapper.AmbientContext.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.AmbientContext", "src\Dapper.AmbientContext\Dapper.AmbientContext.csproj", "{441F6D85-7A74-496D-97A2-38E1D09E76FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.AmbientContext.Tests", "test\Dapper.AmbientContext.Tests\Dapper.AmbientContext.Tests.csproj", "{BEE6B4AF-0311-4D7C-8BC9-94FF76714092}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{19F74516-1A50-4456-88B6-36AAE0504F7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapper.AmbientContext.Examples.ConsoleApp", "samples\Dapper.AmbientContext.Examples.ConsoleApp\Dapper.AmbientContext.Examples.ConsoleApp.csproj", "{86B82ACF-5808-4990-BE85-487A4EE671B4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapper.AmbientContext.Examples.WebApp", "samples\Dapper.AmbientContext.Examples.WebApp\Dapper.AmbientContext.Examples.WebApp.csproj", "{D4E6D414-CD8F-4D02-BC30-521B724F4DFC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{441F6D85-7A74-496D-97A2-38E1D09E76FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{441F6D85-7A74-496D-97A2-38E1D09E76FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{441F6D85-7A74-496D-97A2-38E1D09E76FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{441F6D85-7A74-496D-97A2-38E1D09E76FF}.Release|Any CPU.Build.0 = Release|Any CPU
{BEE6B4AF-0311-4D7C-8BC9-94FF76714092}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEE6B4AF-0311-4D7C-8BC9-94FF76714092}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEE6B4AF-0311-4D7C-8BC9-94FF76714092}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEE6B4AF-0311-4D7C-8BC9-94FF76714092}.Release|Any CPU.Build.0 = Release|Any CPU
{86B82ACF-5808-4990-BE85-487A4EE671B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86B82ACF-5808-4990-BE85-487A4EE671B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86B82ACF-5808-4990-BE85-487A4EE671B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86B82ACF-5808-4990-BE85-487A4EE671B4}.Release|Any CPU.Build.0 = Release|Any CPU
{D4E6D414-CD8F-4D02-BC30-521B724F4DFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4E6D414-CD8F-4D02-BC30-521B724F4DFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4E6D414-CD8F-4D02-BC30-521B724F4DFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4E6D414-CD8F-4D02-BC30-521B724F4DFC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{86B82ACF-5808-4990-BE85-487A4EE671B4} = {19F74516-1A50-4456-88B6-36AAE0504F7B}
{D4E6D414-CD8F-4D02-BC30-521B724F4DFC} = {19F74516-1A50-4456-88B6-36AAE0504F7B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7CC02ADB-35A5-40E7-9D99-9ECAE876B8C4}
EndGlobalSection
EndGlobal