-
Notifications
You must be signed in to change notification settings - Fork 0
/
JsonSchema.sln
37 lines (37 loc) · 1.83 KB
/
JsonSchema.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Provider", "Provider\Provider.fsproj", "{3D15D7F3-DF9E-4164-B651-3D13A82C59B5}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Tests", "Tests\Tests.fsproj", "{75F87F95-32E3-489A-A8AB-8696CE895739}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DF7EED2E-4558-4714-AC3C-1104A37E9503}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
dotnet-releaser.toml = dotnet-releaser.toml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D15D7F3-DF9E-4164-B651-3D13A82C59B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D15D7F3-DF9E-4164-B651-3D13A82C59B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D15D7F3-DF9E-4164-B651-3D13A82C59B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D15D7F3-DF9E-4164-B651-3D13A82C59B5}.Release|Any CPU.Build.0 = Release|Any CPU
{75F87F95-32E3-489A-A8AB-8696CE895739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75F87F95-32E3-489A-A8AB-8696CE895739}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75F87F95-32E3-489A-A8AB-8696CE895739}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75F87F95-32E3-489A-A8AB-8696CE895739}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BBFD1054-8A28-42A4-B460-25F2372E82C4}
EndGlobalSection
EndGlobal