-
Notifications
You must be signed in to change notification settings - Fork 4
/
xake.sln
65 lines (65 loc) · 3.04 KB
/
xake.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{C5FB2DCA-B737-43D0-92F3-4D2CE03CD022}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{5DF9487A-79E1-412A-BF67-5F02999A1988}"
ProjectSection(SolutionItems) = preProject
samples\build-parms.fsx = samples\build-parms.fsx
samples\build.fsx = samples\build.fsx
samples\catch_errors.fsx = samples\catch_errors.fsx
samples\example.fsx = samples\example.fsx
samples\mt.fsx = samples\mt.fsx
samples\multitarget.fsx = samples\multitarget.fsx
samples\rmdir.fsx = samples\rmdir.fsx
samples\trace.fsx = samples\trace.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Wiki", "Wiki", "{75E5F305-BC77-4A89-A1C8-3433E212A9E9}"
ProjectSection(SolutionItems) = preProject
docs\implnotes.md = docs\implnotes.md
docs\overview.md = docs\overview.md
readme.md = readme.md
docs\todo.md = docs\todo.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project files", "Project files", "{CA08F45F-D8B4-46D4-B7EC-38C68C7AF0B2}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
build.fsx = build.fsx
core\inner-examples.fsx = core\inner-examples.fsx
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Xake", "src\core\Xake.fsproj", "{6B39C22F-6741-428D-B21A-33580AF7BD8E}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "tests", "src\tests\tests.fsproj", "{5B7A9196-F7F9-47E6-ABC7-381432F613B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B39C22F-6741-428D-B21A-33580AF7BD8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B39C22F-6741-428D-B21A-33580AF7BD8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B39C22F-6741-428D-B21A-33580AF7BD8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B39C22F-6741-428D-B21A-33580AF7BD8E}.Release|Any CPU.Build.0 = Release|Any CPU
{5B7A9196-F7F9-47E6-ABC7-381432F613B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B7A9196-F7F9-47E6-ABC7-381432F613B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B7A9196-F7F9-47E6-ABC7-381432F613B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B7A9196-F7F9-47E6-ABC7-381432F613B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3EA0943-1F1D-4B36-A3F6-CED3B0B2D145}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = core\XakeLib.fsproj
EndGlobalSection
EndGlobal