-
Notifications
You must be signed in to change notification settings - Fork 3
/
InterstellarFableHelloWorld.Windows.sln
50 lines (50 loc) · 2.62 KB
/
InterstellarFableHelloWorld.Windows.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D70E5AF0-0CB8-4FCF-896C-27B204279AFE}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
global.json = global.json
package.json = package.json
paket.dependencies = paket.dependencies
paket.lock = paket.lock
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "HelloWorld.Interstellar", "HelloWorld.Interstellar\HelloWorld.Interstellar.fsproj", "{E1E1A71D-571B-47F8-940E-F32266CEAE6C}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "HelloWorld.Windows", "HelloWorld.Windows\HelloWorld.Windows.fsproj", "{9FDCF4B8-BB0E-41A5-8CA1-B3212E61FB2D}"
ProjectSection(ProjectDependencies) = postProject
{7D4ECAF8-87E9-4263-B70E-1FB8324C5746} = {7D4ECAF8-87E9-4263-B70E-1FB8324C5746}
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "HelloWorld.FableUI", "HelloWorld.FableUI\HelloWorld.FableUI.fsproj", "{7D4ECAF8-87E9-4263-B70E-1FB8324C5746}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1E1A71D-571B-47F8-940E-F32266CEAE6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1E1A71D-571B-47F8-940E-F32266CEAE6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1E1A71D-571B-47F8-940E-F32266CEAE6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1E1A71D-571B-47F8-940E-F32266CEAE6C}.Release|Any CPU.Build.0 = Release|Any CPU
{9FDCF4B8-BB0E-41A5-8CA1-B3212E61FB2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FDCF4B8-BB0E-41A5-8CA1-B3212E61FB2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FDCF4B8-BB0E-41A5-8CA1-B3212E61FB2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FDCF4B8-BB0E-41A5-8CA1-B3212E61FB2D}.Release|Any CPU.Build.0 = Release|Any CPU
{7D4ECAF8-87E9-4263-B70E-1FB8324C5746}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D4ECAF8-87E9-4263-B70E-1FB8324C5746}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D4ECAF8-87E9-4263-B70E-1FB8324C5746}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D4ECAF8-87E9-4263-B70E-1FB8324C5746}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8E619269-9434-4490-BF37-D31AE0A74CC3}
EndGlobalSection
EndGlobal