forked from grigorgeous/sqldatareader-mapper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSqlDataReaderMapper.sln
33 lines (33 loc) · 1.76 KB
/
SqlDataReaderMapper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2018
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlDataReaderMapper", "src\SqlDataReaderMapper\SqlDataReaderMapper.csproj", "{218C4DC5-345B-4B15-BBE5-A70F579627C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlDataReaderMapper.Tests", "test\SqlDataReaderMapper.Tests\SqlDataReaderMapper.Tests.csproj", "{071C1097-25BC-4B16-9936-1E7DE2E300A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{218C4DC5-345B-4B15-BBE5-A70F579627C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{218C4DC5-345B-4B15-BBE5-A70F579627C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{218C4DC5-345B-4B15-BBE5-A70F579627C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{218C4DC5-345B-4B15-BBE5-A70F579627C9}.Release|Any CPU.Build.0 = Release|Any CPU
{071C1097-25BC-4B16-9936-1E7DE2E300A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{071C1097-25BC-4B16-9936-1E7DE2E300A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{071C1097-25BC-4B16-9936-1E7DE2E300A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{071C1097-25BC-4B16-9936-1E7DE2E300A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C9719247-F811-40FF-A5DC-07A848B28692}
SolutionGuid = {EF7BD6CB-C55C-44C9-843D-BD87E5345620}
SolutionGuid = {173EF2CA-27AA-4224-AFB2-14992BD1E846}
EndGlobalSection
EndGlobal