Skip to content

Commit 9156ad0

Browse files
committed
added solution file
1 parent 0b72ec9 commit 9156ad0

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

ionide-fsharp-vscode.sln

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.40418.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Ionide.FSharp", "src\Ionide.FSharp.fsproj", "{D1081029-2369-4DAA-9F33-2353C5C9ED02}"
7+
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{67EDE4A4-AC6E-407A-987D-A4B6334C29F2}"
9+
ProjectSection(SolutionItems) = preProject
10+
build.fsx = build.fsx
11+
release\package.json = release\package.json
12+
paket.dependencies = paket.dependencies
13+
paket.lock = paket.lock
14+
README.md = README.md
15+
RELEASE_NOTES.md = RELEASE_NOTES.md
16+
EndProjectSection
17+
EndProject
18+
Global
19+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
20+
Debug|x86 = Debug|x86
21+
Release|x86 = Release|x86
22+
EndGlobalSection
23+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
24+
{D1081029-2369-4DAA-9F33-2353C5C9ED02}.Debug|x86.ActiveCfg = Debug|x86
25+
{D1081029-2369-4DAA-9F33-2353C5C9ED02}.Debug|x86.Build.0 = Debug|x86
26+
{D1081029-2369-4DAA-9F33-2353C5C9ED02}.Release|x86.ActiveCfg = Release|x86
27+
{D1081029-2369-4DAA-9F33-2353C5C9ED02}.Release|x86.Build.0 = Release|x86
28+
EndGlobalSection
29+
GlobalSection(SolutionProperties) = preSolution
30+
HideSolutionNode = FALSE
31+
EndGlobalSection
32+
GlobalSection(MonoDevelopProperties) = preSolution
33+
StartupItem = src\Ionide.FSharp.fsproj
34+
EndGlobalSection
35+
EndGlobal

src/Ionide.FSharp.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
</PropertyGroup>
3434
<Import Project="$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.1\Framework\v4.0\Microsoft.FSharp.Targets" />
3535
<ItemGroup>
36+
<None Include="paket.references" />
3637
<Compile Include="Core\DTO.fs" />
3738
<Compile Include="Core\LanguageService.fs" />
3839
<Compile Include="Components\Linter.fs" />
@@ -47,7 +48,6 @@
4748
<Compile Include="fsharp.fs" />
4849
<Compile Include="main.fs" />
4950
<None Include="vscode-bindings.fsx" />
50-
<None Include="paket.references" />
5151
</ItemGroup>
5252
<ItemGroup>
5353
<Reference Include="mscorlib" />

0 commit comments

Comments
 (0)