-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathYlmish.sln
More file actions
59 lines (59 loc) · 3.13 KB
/
Ylmish.sln
File metadata and controls
59 lines (59 loc) · 3.13 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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", "{2A69D5AF-F713-4968-9403-8953450C8BD0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{AC09B653-3BA2-4D37-9943-1808FA52D8C5}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Ylmish", "src\Ylmish\Ylmish.fsproj", "{7A90BC6B-8DAE-4044-9496-4C7CFDF9AE45}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Ylmish.Tests", "tests\Ylmish.Tests\Ylmish.Tests.fsproj", "{FE4454EA-DA30-4F8B-A268-01CF891C351B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_", "_", "{536FB20B-F8AA-4906-B5FB-DA25B9602CEC}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
.config\dotnet-tools.json = .config\dotnet-tools.json
global.json = global.json
nuget.config = nuget.config
package.json = package.json
README.md = README.md
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fable.Yjs", "src\Fable.Yjs\Fable.Yjs.fsproj", "{BD70D1A1-5352-4DAF-BA5C-319E6255538F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A90BC6B-8DAE-4044-9496-4C7CFDF9AE45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A90BC6B-8DAE-4044-9496-4C7CFDF9AE45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A90BC6B-8DAE-4044-9496-4C7CFDF9AE45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A90BC6B-8DAE-4044-9496-4C7CFDF9AE45}.Release|Any CPU.Build.0 = Release|Any CPU
{FE4454EA-DA30-4F8B-A268-01CF891C351B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE4454EA-DA30-4F8B-A268-01CF891C351B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE4454EA-DA30-4F8B-A268-01CF891C351B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE4454EA-DA30-4F8B-A268-01CF891C351B}.Release|Any CPU.Build.0 = Release|Any CPU
{BD70D1A1-5352-4DAF-BA5C-319E6255538F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD70D1A1-5352-4DAF-BA5C-319E6255538F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD70D1A1-5352-4DAF-BA5C-319E6255538F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD70D1A1-5352-4DAF-BA5C-319E6255538F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7A90BC6B-8DAE-4044-9496-4C7CFDF9AE45} = {2A69D5AF-F713-4968-9403-8953450C8BD0}
{FE4454EA-DA30-4F8B-A268-01CF891C351B} = {AC09B653-3BA2-4D37-9943-1808FA52D8C5}
{BD70D1A1-5352-4DAF-BA5C-319E6255538F} = {2A69D5AF-F713-4968-9403-8953450C8BD0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1F39FF07-7313-4138-8789-B339316713C4}
EndGlobalSection
EndGlobal