-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYAMLicious.sln
54 lines (54 loc) · 2.83 KB
/
YAMLicious.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
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2D8E3D46-E21A-48D3-A936-550D9508078B}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "YAMLicious", "src\YAMLicious\YAMLicious.fsproj", "{DB8E0883-6C2D-4143-82E0-BD3E9BA19B82}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{266DF51F-41DE-4F31-8969-252187818FE9}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "YAMLicious.Tests", "tests\YAMLicious.Tests\YAMLicious.Tests.fsproj", "{A5A496A9-3F38-4233-9E59-44356E7B3CD2}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Build", "build\Build.fsproj", "{BC8F8BCB-4AA0-4053-8D63-923F4CAE2907}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{28542E53-F6B7-4FB2-A9C7-F05F758A5D3B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
package.json = package.json
pyproject.toml = pyproject.toml
README.md = README.md
tsconfig.json = tsconfig.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB8E0883-6C2D-4143-82E0-BD3E9BA19B82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB8E0883-6C2D-4143-82E0-BD3E9BA19B82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB8E0883-6C2D-4143-82E0-BD3E9BA19B82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB8E0883-6C2D-4143-82E0-BD3E9BA19B82}.Release|Any CPU.Build.0 = Release|Any CPU
{A5A496A9-3F38-4233-9E59-44356E7B3CD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5A496A9-3F38-4233-9E59-44356E7B3CD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5A496A9-3F38-4233-9E59-44356E7B3CD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5A496A9-3F38-4233-9E59-44356E7B3CD2}.Release|Any CPU.Build.0 = Release|Any CPU
{BC8F8BCB-4AA0-4053-8D63-923F4CAE2907}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC8F8BCB-4AA0-4053-8D63-923F4CAE2907}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC8F8BCB-4AA0-4053-8D63-923F4CAE2907}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC8F8BCB-4AA0-4053-8D63-923F4CAE2907}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DB8E0883-6C2D-4143-82E0-BD3E9BA19B82} = {2D8E3D46-E21A-48D3-A936-550D9508078B}
{A5A496A9-3F38-4233-9E59-44356E7B3CD2} = {266DF51F-41DE-4F31-8969-252187818FE9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3BDE94CF-48F6-49B0-95F8-39BAB4C66404}
EndGlobalSection
EndGlobal