forked from nblockchain/fsx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fsx-legacy.sln
83 lines (82 loc) · 4.32 KB
/
fsx-legacy.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fsdk", "Fsdk\Fsdk-legacy.fsproj", "{4634F264-784E-42DA-B5A1-FE72125DEAFC}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "fsxc", "fsxc\fsxc-legacy.fsproj", "{56DA5F03-8F7F-44AB-B692-5A24DB134A8B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{8E1108BE-590F-4C6D-8496-A8AAEB8594D8}"
ProjectSection(SolutionItems) = preProject
Tools\bump.fsx = Tools\bump.fsx
Tools\replace.fsx = Tools\replace.fsx
Tools\safeRun.fsx = Tools\safeRun.fsx
Tools\nugetPush.fsx = Tools\nugetPush.fsx
Tools\fsi.bat = Tools\fsi.bat
Tools\gitPush1by1.fsx = Tools\gitPush1by1.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{848BC281-2B17-47DC-B24E-9BD27B013D02}"
ProjectSection(SolutionItems) = preProject
test\test.fs = test\test.fs
test\test.fsx = test\test.fsx
test\testRefLib.fsx = test\testRefLib.fsx
test\testRefLibOutsideCurrentFolder.fsx = test\testRefLibOutsideCurrentFolder.fsx
test\testProcessConcurrency.fsx = test\testProcessConcurrency.fsx
test\testProcessConcurrencySample.fsx = test\testProcessConcurrencySample.fsx
test\testTsv.fsx = test\testTsv.fsx
test\testProcess.fsx = test\testProcess.fsx
test\testProcessSample.fsx = test\testProcessSample.fsx
test\testRefNugetLib.fsx = test\testRefNugetLib.fsx
test\testFsiCommandLineArgs.fsx = test\testFsiCommandLineArgs.fsx
test\testIfDef.fsx = test\testIfDef.fsx
test\testRefNugetLibNewFormat.fsx = test\testRefNugetLibNewFormat.fsx
test\testRefNugetLibNewFormatWithVersion.fsx = test\testRefNugetLibNewFormatWithVersion.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{DBAE02AB-5972-403C-B18B-ED1DFE362054}"
ProjectSection(SolutionItems) = preProject
configure.sh = configure.sh
Makefile = Makefile
scripts\install.sh = scripts\install.sh
launcher.fsx = launcher.fsx
scripts\build.sh = scripts\build.sh
scripts\launcher.sh = scripts\launcher.sh
compileFSharpScripts.fsx = compileFSharpScripts.fsx
make.bat = make.bat
scripts\make.fsx = scripts\make.fsx
.github\workflows\CI.yml = .github\workflows\CI.yml
scripts\runTests.fsx = scripts\runTests.fsx
scripts\fsx.bat = scripts\fsx.bat
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fsdk.Tests", "Fsdk.Tests\Fsdk.Tests-legacy.fsproj", "{43BA7E25-975B-4DF9-B274-EEF6C806C1D0}"
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "fsx", "fsx\fsx-legacy.fsproj", "{14E47DE0-49B3-4B58-9627-8C3F10A21D24}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4634F264-784E-42DA-B5A1-FE72125DEAFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4634F264-784E-42DA-B5A1-FE72125DEAFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4634F264-784E-42DA-B5A1-FE72125DEAFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4634F264-784E-42DA-B5A1-FE72125DEAFC}.Release|Any CPU.Build.0 = Release|Any CPU
{56DA5F03-8F7F-44AB-B692-5A24DB134A8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56DA5F03-8F7F-44AB-B692-5A24DB134A8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56DA5F03-8F7F-44AB-B692-5A24DB134A8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56DA5F03-8F7F-44AB-B692-5A24DB134A8B}.Release|Any CPU.Build.0 = Release|Any CPU
{43BA7E25-975B-4DF9-B274-EEF6C806C1D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43BA7E25-975B-4DF9-B274-EEF6C806C1D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43BA7E25-975B-4DF9-B274-EEF6C806C1D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43BA7E25-975B-4DF9-B274-EEF6C806C1D0}.Release|Any CPU.Build.0 = Release|Any CPU
{14E47DE0-49B3-4B58-9627-8C3F10A21D24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14E47DE0-49B3-4B58-9627-8C3F10A21D24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14E47DE0-49B3-4B58-9627-8C3F10A21D24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14E47DE0-49B3-4B58-9627-8C3F10A21D24}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal