-
Notifications
You must be signed in to change notification settings - Fork 0
/
FsCheck.GraphQL.sln
31 lines (31 loc) · 1.6 KB
/
FsCheck.GraphQL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FsCheck.GraphQL", "src\FsCheck.GraphQL\FsCheck.GraphQL.fsproj", "{E590F15F-4F2F-466D-BD66-315B23AEA9A0}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FsCheck.GraphQL.Tests", "tests\FsCheck.GraphQL.Tests\FsCheck.GraphQL.Tests.fsproj", "{7B9A6A8F-9694-42F9-B0F2-8990C4DFB389}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E590F15F-4F2F-466D-BD66-315B23AEA9A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E590F15F-4F2F-466D-BD66-315B23AEA9A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E590F15F-4F2F-466D-BD66-315B23AEA9A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E590F15F-4F2F-466D-BD66-315B23AEA9A0}.Release|Any CPU.Build.0 = Release|Any CPU
{7B9A6A8F-9694-42F9-B0F2-8990C4DFB389}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B9A6A8F-9694-42F9-B0F2-8990C4DFB389}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B9A6A8F-9694-42F9-B0F2-8990C4DFB389}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B9A6A8F-9694-42F9-B0F2-8990C4DFB389}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3C05B6E9-1E7C-4DD2-A70B-4BDA4DA19B36}
EndGlobalSection
EndGlobal