-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVindaloo.sln
More file actions
executable file
·47 lines (47 loc) · 3.01 KB
/
Copy pathVindaloo.sln
File metadata and controls
executable file
·47 lines (47 loc) · 3.01 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "vindaloo", "vindaloo\vindaloo.fsproj", "{A28975DD-3638-4C09-B5C9-10BB2DED2ECF}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "stg-code", "stg-code\stg-code.fsproj", "{8DA93FFF-311B-4A3A-9634-318C555B2A87}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "console", "Console\console.fsproj", "{4292D8C1-65A4-411F-84FF-74C3BB394AD6}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "graphical", "Graphical\graphical.fsproj", "{63C1541A-D303-48FA-BDA9-4E530BB22E6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Interpreter|Any CPU = Interpreter|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A28975DD-3638-4C09-B5C9-10BB2DED2ECF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A28975DD-3638-4C09-B5C9-10BB2DED2ECF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A28975DD-3638-4C09-B5C9-10BB2DED2ECF}.Interpreter|Any CPU.ActiveCfg = Debug Console|Any CPU
{A28975DD-3638-4C09-B5C9-10BB2DED2ECF}.Interpreter|Any CPU.Build.0 = Debug Console|Any CPU
{A28975DD-3638-4C09-B5C9-10BB2DED2ECF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A28975DD-3638-4C09-B5C9-10BB2DED2ECF}.Release|Any CPU.Build.0 = Release|Any CPU
{8DA93FFF-311B-4A3A-9634-318C555B2A87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DA93FFF-311B-4A3A-9634-318C555B2A87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DA93FFF-311B-4A3A-9634-318C555B2A87}.Interpreter|Any CPU.ActiveCfg = Release|Any CPU
{8DA93FFF-311B-4A3A-9634-318C555B2A87}.Interpreter|Any CPU.Build.0 = Release|Any CPU
{8DA93FFF-311B-4A3A-9634-318C555B2A87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DA93FFF-311B-4A3A-9634-318C555B2A87}.Release|Any CPU.Build.0 = Release|Any CPU
{4292D8C1-65A4-411F-84FF-74C3BB394AD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4292D8C1-65A4-411F-84FF-74C3BB394AD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4292D8C1-65A4-411F-84FF-74C3BB394AD6}.Interpreter|Any CPU.ActiveCfg = Interpreter|Any CPU
{4292D8C1-65A4-411F-84FF-74C3BB394AD6}.Interpreter|Any CPU.Build.0 = Interpreter|Any CPU
{4292D8C1-65A4-411F-84FF-74C3BB394AD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4292D8C1-65A4-411F-84FF-74C3BB394AD6}.Release|Any CPU.Build.0 = Release|Any CPU
{63C1541A-D303-48FA-BDA9-4E530BB22E6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63C1541A-D303-48FA-BDA9-4E530BB22E6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63C1541A-D303-48FA-BDA9-4E530BB22E6C}.Interpreter|Any CPU.ActiveCfg = Release|Any CPU
{63C1541A-D303-48FA-BDA9-4E530BB22E6C}.Interpreter|Any CPU.Build.0 = Release|Any CPU
{63C1541A-D303-48FA-BDA9-4E530BB22E6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63C1541A-D303-48FA-BDA9-4E530BB22E6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal