@@ -4,10 +4,11 @@ VisualStudioVersion = 14.0.25420.1
44MinimumVisualStudioVersion = 10.0.40219.1
55Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "project" , "project" , "{B6B68AE6-E7A4-4D43-9B34-FFA74BFE192B}"
66 Project Section (SolutionItems ) = preProject
7+ build .cmd = build .cmd
78 build .fsx = build .fsx
9+ build .sh = build .sh
810 nuget \FSharp .Compiler .Service .nuspec = nuget \FSharp .Compiler .Service .nuspec
911 paket .dependencies = paket .dependencies
10- nuget \paket .template = nuget \paket .template
1112 README .md = README .md
1213 RELEASE _NOTES .md = RELEASE _NOTES .md
1314 EndProject Section
@@ -65,6 +66,21 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Compiler.Service.Pro
6566EndProject
6667Project ("{F2A71F9B-5D33-465A-A702-920D77279786}" ) = "TestTP" , "tests\service\data\TestTP\TestTP.fsproj" , "{FF76BD3C-5E0A-4752-B6C3-044F6E15719B}"
6768EndProject
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
6884Global
6985 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
7086 Debug| Any CPU = Debug| Any CPU
0 commit comments