-
Notifications
You must be signed in to change notification settings - Fork 0
/
FSharpVSPowerTools.sln
108 lines (108 loc) · 6.84 KB
/
FSharpVSPowerTools.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build.fsx = build.fsx
CONTRIBUTING.md = CONTRIBUTING.md
paket.dependencies = paket.dependencies
paket.lock = paket.lock
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{83F16175-43B1-4C90-A1EE-8E351C33435D}"
ProjectSection(SolutionItems) = preProject
docs\tools\generate.fsx = docs\tools\generate.fsx
docs\tools\templates\template.cshtml = docs\tools\templates\template.cshtml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8E6D5255-776D-4B61-85F9-73C37AA1FB9A}"
ProjectSection(SolutionItems) = preProject
docs\content\codeformatting.fsx = docs\content\codeformatting.fsx
docs\content\depthcolorizer.fsx = docs\content\depthcolorizer.fsx
docs\content\findallreferences.fsx = docs\content\findallreferences.fsx
docs\content\folderorganization.fsx = docs\content\folderorganization.fsx
docs\content\highlightusage.fsx = docs\content\highlightusage.fsx
docs\content\implementinterface.fsx = docs\content\implementinterface.fsx
docs\content\index.fsx = docs\content\index.fsx
docs\content\navbar.fsx = docs\content\navbar.fsx
docs\content\navigateto.fsx = docs\content\navigateto.fsx
docs\content\outlining.fsx = docs\content\outlining.fsx
docs\content\peekdefinition.fsx = docs\content\peekdefinition.fsx
docs\content\recordstubgeneration.fsx = docs\content\recordstubgeneration.fsx
docs\content\rename.fsx = docs\content\rename.fsx
docs\content\resolveunopenednamespaces.fsx = docs\content\resolveunopenednamespaces.fsx
docs\content\syntaxcoloring.fsx = docs\content\syntaxcoloring.fsx
docs\content\tasklistcomments.fsx = docs\content\tasklistcomments.fsx
docs\content\unionpatternmatchcasegeneration.fsx = docs\content\unionpatternmatchcasegeneration.fsx
docs\content\xmldoc.fsx = docs\content\xmldoc.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FSharpVSPowerTools", "src\FSharpVSPowerTools\FSharpVSPowerTools.csproj", "{73A1C2C8-FF62-4FEC-BEC5-D5C161B5E182}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Editing.Tests", "tests\FSharp.Editing.Tests\FSharp.Editing.Tests.fsproj", "{D751E684-285F-494D-B402-98772A541C31}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Editing", "src\FSharp.Editing\FSharp.Editing.fsproj", "{F3D0B372-3AF7-49D9-98ED-5A78E9416098}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestUtilities", "tests\TestUtilities\TestUtilities.csproj", "{C6800510-FCD0-4301-9890-36E41DFB29BB}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Editing.VisualStudio", "src\FSharp.Editing.VisualStudio\FSharp.Editing.VisualStudio.fsproj", "{70456B75-F623-41B4-8044-ED02C265F0FF}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Editing.VisualStudio.v2015", "src\FSharp.Editing.VisualStudio.v2015\FSharp.Editing.VisualStudio.v2015.fsproj", "{BB0C6F01-5E57-4575-A498-5DE850D9FA6C}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Editing.VisualStudio.Tests", "tests\FSharp.Editing.VisualStudio.Tests\FSharp.Editing.VisualStudio.Tests.fsproj", "{CA2902E0-5E1C-46EE-963D-D72BC3B6EFAA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73A1C2C8-FF62-4FEC-BEC5-D5C161B5E182}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73A1C2C8-FF62-4FEC-BEC5-D5C161B5E182}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73A1C2C8-FF62-4FEC-BEC5-D5C161B5E182}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73A1C2C8-FF62-4FEC-BEC5-D5C161B5E182}.Release|Any CPU.Build.0 = Release|Any CPU
{D751E684-285F-494D-B402-98772A541C31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D751E684-285F-494D-B402-98772A541C31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D751E684-285F-494D-B402-98772A541C31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D751E684-285F-494D-B402-98772A541C31}.Release|Any CPU.Build.0 = Release|Any CPU
{F3D0B372-3AF7-49D9-98ED-5A78E9416098}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3D0B372-3AF7-49D9-98ED-5A78E9416098}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3D0B372-3AF7-49D9-98ED-5A78E9416098}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3D0B372-3AF7-49D9-98ED-5A78E9416098}.Release|Any CPU.Build.0 = Release|Any CPU
{C6800510-FCD0-4301-9890-36E41DFB29BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6800510-FCD0-4301-9890-36E41DFB29BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6800510-FCD0-4301-9890-36E41DFB29BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6800510-FCD0-4301-9890-36E41DFB29BB}.Release|Any CPU.Build.0 = Release|Any CPU
{70456B75-F623-41B4-8044-ED02C265F0FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70456B75-F623-41B4-8044-ED02C265F0FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70456B75-F623-41B4-8044-ED02C265F0FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70456B75-F623-41B4-8044-ED02C265F0FF}.Release|Any CPU.Build.0 = Release|Any CPU
{BB0C6F01-5E57-4575-A498-5DE850D9FA6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB0C6F01-5E57-4575-A498-5DE850D9FA6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB0C6F01-5E57-4575-A498-5DE850D9FA6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB0C6F01-5E57-4575-A498-5DE850D9FA6C}.Release|Any CPU.Build.0 = Release|Any CPU
{CA2902E0-5E1C-46EE-963D-D72BC3B6EFAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA2902E0-5E1C-46EE-963D-D72BC3B6EFAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA2902E0-5E1C-46EE-963D-D72BC3B6EFAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA2902E0-5E1C-46EE-963D-D72BC3B6EFAA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{83F16175-43B1-4C90-A1EE-8E351C33435D} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{8E6D5255-776D-4B61-85F9-73C37AA1FB9A} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{D751E684-285F-494D-B402-98772A541C31} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
{C6800510-FCD0-4301-9890-36E41DFB29BB} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
{CA2902E0-5E1C-46EE-963D-D72BC3B6EFAA} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
EndGlobalSection
EndGlobal