-
Notifications
You must be signed in to change notification settings - Fork 3
/
InterstellarFableHelloWorld.macOS.sln
33 lines (32 loc) · 1.71 KB
/
InterstellarFableHelloWorld.macOS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "HelloWorld.macOS", "HelloWorld.macOS\HelloWorld.macOS.fsproj", "{BC057032-2203-428B-9469-239F8A534416}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3931F77B-26A2-4716-A35B-50D478370ADB}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
paket.lock = paket.lock
yarn.lock = yarn.lock
package.json = package.json
global.json = global.json
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "HelloWorld.Interstellar", "HelloWorld.Interstellar\HelloWorld.Interstellar.fsproj", "{89F17CC1-0ECB-4821-91CB-F1A7C64A2642}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC057032-2203-428B-9469-239F8A534416}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC057032-2203-428B-9469-239F8A534416}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC057032-2203-428B-9469-239F8A534416}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC057032-2203-428B-9469-239F8A534416}.Release|Any CPU.Build.0 = Release|Any CPU
{89F17CC1-0ECB-4821-91CB-F1A7C64A2642}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89F17CC1-0ECB-4821-91CB-F1A7C64A2642}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89F17CC1-0ECB-4821-91CB-F1A7C64A2642}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89F17CC1-0ECB-4821-91CB-F1A7C64A2642}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal