This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Flepper.sln
43 lines (43 loc) · 2.65 KB
/
Flepper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flepper.Tests.Unit", "Flepper.Tests.Unit\Flepper.Tests.Unit.csproj", "{E364F1BD-EE3D-477A-9774-9CFA582C2952}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flepper.QueryBuilder", "Flepper.QueryBuilder\Flepper.QueryBuilder.csproj", "{7DF7A289-0B10-4B3D-AB3E-B91C85D7ACA2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flepper.QueryBuilder.DapperExtensions", "Flepper.QueryBuilder.DapperExtensions\Flepper.QueryBuilder.DapperExtensions.csproj", "{AC463419-3BEA-4F58-AB82-170EC06022AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Flepper.Tests.Integration", "Flepper.Tests.Integration\Flepper.Tests.Integration.csproj", "{2B2D3A12-A030-4176-B1A5-F8572D164FD6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E364F1BD-EE3D-477A-9774-9CFA582C2952}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E364F1BD-EE3D-477A-9774-9CFA582C2952}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E364F1BD-EE3D-477A-9774-9CFA582C2952}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E364F1BD-EE3D-477A-9774-9CFA582C2952}.Release|Any CPU.Build.0 = Release|Any CPU
{7DF7A289-0B10-4B3D-AB3E-B91C85D7ACA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DF7A289-0B10-4B3D-AB3E-B91C85D7ACA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DF7A289-0B10-4B3D-AB3E-B91C85D7ACA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DF7A289-0B10-4B3D-AB3E-B91C85D7ACA2}.Release|Any CPU.Build.0 = Release|Any CPU
{AC463419-3BEA-4F58-AB82-170EC06022AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC463419-3BEA-4F58-AB82-170EC06022AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC463419-3BEA-4F58-AB82-170EC06022AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC463419-3BEA-4F58-AB82-170EC06022AE}.Release|Any CPU.Build.0 = Release|Any CPU
{2B2D3A12-A030-4176-B1A5-F8572D164FD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B2D3A12-A030-4176-B1A5-F8572D164FD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B2D3A12-A030-4176-B1A5-F8572D164FD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B2D3A12-A030-4176-B1A5-F8572D164FD6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E0A2BF3-A251-4A18-9608-129DEA31B41E}
EndGlobalSection
EndGlobal