forked from Freymaurer/Fable.Pyxpecto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFable.Pyxpecto.sln
46 lines (46 loc) · 2.36 KB
/
Fable.Pyxpecto.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fable.Pyxpecto", "src\Fable.Pyxpecto.fsproj", "{83B388B0-10A0-4DF9-B9F2-009172B6E4D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0058D3AF-CB78-455B-9699-74C2C571255D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.cmd = build.cmd
package.json = package.json
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Build", "build\Build.fsproj", "{F7027BE5-755C-4857-9AD5-2B58953A7FFE}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fable.Pyxpecto.Tests", "tests\Fable.Pyxpecto.Tests.fsproj", "{78D65800-18D8-489F-99F9-9157D52F3749}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83B388B0-10A0-4DF9-B9F2-009172B6E4D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83B388B0-10A0-4DF9-B9F2-009172B6E4D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83B388B0-10A0-4DF9-B9F2-009172B6E4D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83B388B0-10A0-4DF9-B9F2-009172B6E4D8}.Release|Any CPU.Build.0 = Release|Any CPU
{F7027BE5-755C-4857-9AD5-2B58953A7FFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7027BE5-755C-4857-9AD5-2B58953A7FFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7027BE5-755C-4857-9AD5-2B58953A7FFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7027BE5-755C-4857-9AD5-2B58953A7FFE}.Release|Any CPU.Build.0 = Release|Any CPU
{78D65800-18D8-489F-99F9-9157D52F3749}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78D65800-18D8-489F-99F9-9157D52F3749}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78D65800-18D8-489F-99F9-9157D52F3749}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78D65800-18D8-489F-99F9-9157D52F3749}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8760AA51-9BCC-433F-A279-C4273FC26858}
EndGlobalSection
EndGlobal