@@ -4,10 +4,11 @@ VisualStudioVersion = 14.0.25420.1
4
4
MinimumVisualStudioVersion = 10.0.40219.1
5
5
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "project" , "project" , "{B6B68AE6-E7A4-4D43-9B34-FFA74BFE192B}"
6
6
Project Section (SolutionItems ) = preProject
7
+ build .cmd = build .cmd
7
8
build .fsx = build .fsx
9
+ build .sh = build .sh
8
10
nuget \FSharp .Compiler .Service .nuspec = nuget \FSharp .Compiler .Service .nuspec
9
11
paket .dependencies = paket .dependencies
10
- nuget \paket .template = nuget \paket .template
11
12
README .md = README .md
12
13
RELEASE _NOTES .md = RELEASE _NOTES .md
13
14
EndProject Section
@@ -65,6 +66,21 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Compiler.Service.Pro
65
66
EndProject
66
67
Project ("{F2A71F9B-5D33-465A-A702-920D77279786}" ) = "TestTP" , "tests\service\data\TestTP\TestTP.fsproj" , "{FF76BD3C-5E0A-4752-B6C3-044F6E15719B}"
67
68
EndProject
69
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "config" , "config" , "{098D1C35-D0FB-4720-83DD-8002293EA237}"
70
+ Project Section (SolutionItems ) = preProject
71
+ .gitattributes = .gitattributes
72
+ .gitignore = .gitignore
73
+ .travis .yml = .travis .yml
74
+ appveyor .yml = appveyor .yml
75
+ NuGet .Config = NuGet .Config
76
+ EndProject Section
77
+ EndProject
78
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "package" , "package" , "{9020E136-794A-473F-9B1B-9623C97B7161}"
79
+ Project Section (SolutionItems ) = preProject
80
+ nuget \FSharp .Compiler .Service .template = nuget \FSharp .Compiler .Service .template
81
+ nuget \projectcracker .template = nuget \projectcracker .template
82
+ EndProject Section
83
+ EndProject
68
84
Global
69
85
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
70
86
Debug| Any CPU = Debug| Any CPU
0 commit comments