-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDapper.Mapper.sln
More file actions
68 lines (68 loc) · 3.73 KB
/
Dapper.Mapper.sln
File metadata and controls
68 lines (68 loc) · 3.73 KB
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 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{724F026A-E038-4B93-9681-0D04131FC77D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A64FDBA4-A44D-42C6-97F7-CA7A58E9A5C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.Mapper", "src\Dapper.Mapper\Dapper.Mapper.csproj", "{2FC0A334-768C-4012-BEC7-33267BF7BC7D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.Mapper.Tests", "test\Dapper.Mapper.Tests\Dapper.Mapper.Tests.csproj", "{1A0D905A-88DF-4417-97D3-3097AF7F7228}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1FC14415-9D1A-4351-989E-263774D5ACC1}"
ProjectSection(SolutionItems) = preProject
.appveyor.yml = .appveyor.yml
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
stylecop.json = stylecop.json
stylecop.ruleset = stylecop.ruleset
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2FC0A334-768C-4012-BEC7-33267BF7BC7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FC0A334-768C-4012-BEC7-33267BF7BC7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FC0A334-768C-4012-BEC7-33267BF7BC7D}.Debug|x64.ActiveCfg = Debug|Any CPU
{2FC0A334-768C-4012-BEC7-33267BF7BC7D}.Debug|x64.Build.0 = Debug|Any CPU
{2FC0A334-768C-4012-BEC7-33267BF7BC7D}.Debug|x86.ActiveCfg = Debug|Any CPU
{2FC0A334-768C-4012-BEC7-33267BF7BC7D}.Debug|x86.Build.0 = Debug|Any CPU
{2FC0A334-768C-4012-BEC7-33267BF7BC7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FC0A334-768C-4012-BEC7-33267BF7BC7D}.Release|Any CPU.Build.0 = Release|Any CPU
{2FC0A334-768C-4012-BEC7-33267BF7BC7D}.Release|x64.ActiveCfg = Release|Any CPU
{2FC0A334-768C-4012-BEC7-33267BF7BC7D}.Release|x64.Build.0 = Release|Any CPU
{2FC0A334-768C-4012-BEC7-33267BF7BC7D}.Release|x86.ActiveCfg = Release|Any CPU
{2FC0A334-768C-4012-BEC7-33267BF7BC7D}.Release|x86.Build.0 = Release|Any CPU
{1A0D905A-88DF-4417-97D3-3097AF7F7228}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A0D905A-88DF-4417-97D3-3097AF7F7228}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A0D905A-88DF-4417-97D3-3097AF7F7228}.Debug|x64.ActiveCfg = Debug|Any CPU
{1A0D905A-88DF-4417-97D3-3097AF7F7228}.Debug|x64.Build.0 = Debug|Any CPU
{1A0D905A-88DF-4417-97D3-3097AF7F7228}.Debug|x86.ActiveCfg = Debug|Any CPU
{1A0D905A-88DF-4417-97D3-3097AF7F7228}.Debug|x86.Build.0 = Debug|Any CPU
{1A0D905A-88DF-4417-97D3-3097AF7F7228}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A0D905A-88DF-4417-97D3-3097AF7F7228}.Release|Any CPU.Build.0 = Release|Any CPU
{1A0D905A-88DF-4417-97D3-3097AF7F7228}.Release|x64.ActiveCfg = Release|Any CPU
{1A0D905A-88DF-4417-97D3-3097AF7F7228}.Release|x64.Build.0 = Release|Any CPU
{1A0D905A-88DF-4417-97D3-3097AF7F7228}.Release|x86.ActiveCfg = Release|Any CPU
{1A0D905A-88DF-4417-97D3-3097AF7F7228}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2FC0A334-768C-4012-BEC7-33267BF7BC7D} = {724F026A-E038-4B93-9681-0D04131FC77D}
{1A0D905A-88DF-4417-97D3-3097AF7F7228} = {A64FDBA4-A44D-42C6-97F7-CA7A58E9A5C6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {513A3F20-3BAD-4ED2-970B-0A2C8199794B}
EndGlobalSection
EndGlobal