-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLithe.sln
More file actions
42 lines (42 loc) · 2.29 KB
/
Lithe.sln
File metadata and controls
42 lines (42 loc) · 2.29 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29926.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Lithe", "Lithe\Lithe.fsproj", "{EDE921F9-1B6E-4D31-816A-BC359EC591E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E6C4B32D-50FB-4A2A-99AD-C07ECD554D91}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Lithe Gtk Examples", "Lithe Gtk Examples\Lithe Gtk Examples.fsproj", "{38A597F3-A433-4EF5-8947-8D1274517909}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Lithe Avalonia Examples", "Lithe Avalonia Examples\Lithe Avalonia Examples.fsproj", "{F66B0D54-F7B3-4925-9B7D-AD650BB34277}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDE921F9-1B6E-4D31-816A-BC359EC591E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDE921F9-1B6E-4D31-816A-BC359EC591E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDE921F9-1B6E-4D31-816A-BC359EC591E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDE921F9-1B6E-4D31-816A-BC359EC591E3}.Release|Any CPU.Build.0 = Release|Any CPU
{38A597F3-A433-4EF5-8947-8D1274517909}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38A597F3-A433-4EF5-8947-8D1274517909}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38A597F3-A433-4EF5-8947-8D1274517909}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38A597F3-A433-4EF5-8947-8D1274517909}.Release|Any CPU.Build.0 = Release|Any CPU
{F66B0D54-F7B3-4925-9B7D-AD650BB34277}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F66B0D54-F7B3-4925-9B7D-AD650BB34277}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F66B0D54-F7B3-4925-9B7D-AD650BB34277}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F66B0D54-F7B3-4925-9B7D-AD650BB34277}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D79CFE12-A436-4893-9B62-1B575F08C82C}
EndGlobalSection
EndGlobal