-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNpgquery.sln
More file actions
37 lines (37 loc) · 2.03 KB
/
Npgquery.sln
File metadata and controls
37 lines (37 loc) · 2.03 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11109.219 d18.0-oob
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Npgquery", "Npgquery\Npgquery.csproj", "{C3F17B45-75FF-427F-A948-C49CD2B37199}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Npgquery.Tests", "Npgquery.Tests\Npgquery.Tests.csproj", "{6F20D5F0-5473-BF3D-8A50-54F70DEBF1FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Examples\Examples.csproj", "{4231C2B0-5AEB-2EC9-2588-94FF03EC9E9D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3F17B45-75FF-427F-A948-C49CD2B37199}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3F17B45-75FF-427F-A948-C49CD2B37199}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3F17B45-75FF-427F-A948-C49CD2B37199}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3F17B45-75FF-427F-A948-C49CD2B37199}.Release|Any CPU.Build.0 = Release|Any CPU
{6F20D5F0-5473-BF3D-8A50-54F70DEBF1FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F20D5F0-5473-BF3D-8A50-54F70DEBF1FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F20D5F0-5473-BF3D-8A50-54F70DEBF1FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F20D5F0-5473-BF3D-8A50-54F70DEBF1FB}.Release|Any CPU.Build.0 = Release|Any CPU
{4231C2B0-5AEB-2EC9-2588-94FF03EC9E9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4231C2B0-5AEB-2EC9-2588-94FF03EC9E9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4231C2B0-5AEB-2EC9-2588-94FF03EC9E9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4231C2B0-5AEB-2EC9-2588-94FF03EC9E9D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5C4A91B8-86B4-42CE-8691-8FA881D8E4A4}
EndGlobalSection
EndGlobal