-
Notifications
You must be signed in to change notification settings - Fork 0
/
TypeDD.sln
48 lines (48 loc) · 2.68 KB
/
TypeDD.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp1", "csharp1\csharp1.csproj", "{BC85B897-EF1B-4C97-B1BF-02CBF65CB37F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp2", "csharp2\csharp2.csproj", "{C0671E28-BFBA-4778-8CC2-6BA9B353A587}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Livecoding", "Livecoding", "{3DFAB193-63A7-4452-B241-7638B3454436}"
ProjectSection(SolutionItems) = preProject
livecoding\Game.fsx = livecoding\Game.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Kata", "Kata", "{47F79279-AAAD-4065-9703-7432B276450C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Fable", "Fable", "{A437B62F-C7FC-4F77-9A8B-12C93BFAAF0B}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "App", "fable\src\App.fsproj", "{3A798BB5-A2C3-4872-9279-22559C26CF89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC85B897-EF1B-4C97-B1BF-02CBF65CB37F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC85B897-EF1B-4C97-B1BF-02CBF65CB37F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC85B897-EF1B-4C97-B1BF-02CBF65CB37F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC85B897-EF1B-4C97-B1BF-02CBF65CB37F}.Release|Any CPU.Build.0 = Release|Any CPU
{C0671E28-BFBA-4778-8CC2-6BA9B353A587}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0671E28-BFBA-4778-8CC2-6BA9B353A587}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0671E28-BFBA-4778-8CC2-6BA9B353A587}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0671E28-BFBA-4778-8CC2-6BA9B353A587}.Release|Any CPU.Build.0 = Release|Any CPU
{3A798BB5-A2C3-4872-9279-22559C26CF89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A798BB5-A2C3-4872-9279-22559C26CF89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A798BB5-A2C3-4872-9279-22559C26CF89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A798BB5-A2C3-4872-9279-22559C26CF89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BC85B897-EF1B-4C97-B1BF-02CBF65CB37F} = {47F79279-AAAD-4065-9703-7432B276450C}
{C0671E28-BFBA-4778-8CC2-6BA9B353A587} = {47F79279-AAAD-4065-9703-7432B276450C}
{3A798BB5-A2C3-4872-9279-22559C26CF89} = {A437B62F-C7FC-4F77-9A8B-12C93BFAAF0B}
EndGlobalSection
EndGlobal