|
1 | | -Microsoft Visual Studio Solution File, Format Version 12.00 |
2 | | -# Visual Studio 14 |
3 | | -VisualStudioVersion = 14.0.24720.0 |
4 | | -MinimumVisualStudioVersion = 10.0.40219.1 |
5 | | -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{1BE8AF57-B314-4C92-82A9-64CD9B7A4990}" |
6 | | - ProjectSection(SolutionItems) = preProject |
7 | | - paket.dependencies = paket.dependencies |
8 | | - EndProjectSection |
9 | | -EndProject |
10 | | -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{E1A34828-1EA8-44F8-8377-10DCC312EB8B}" |
11 | | - ProjectSection(SolutionItems) = preProject |
12 | | - .gitignore = .gitignore |
13 | | - .travis.yml = .travis.yml |
14 | | - appveyor.yml = appveyor.yml |
15 | | - build.cmd = build.cmd |
16 | | - build.fsx = build.fsx |
17 | | - build.sh = build.sh |
18 | | - LICENSE.md = LICENSE.md |
19 | | - README.md = README.md |
20 | | - RELEASE_NOTES.md = RELEASE_NOTES.md |
21 | | - EndProjectSection |
22 | | -EndProject |
23 | | -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{430286DC-C9C0-4EAA-AAED-E72434FD8E34}" |
24 | | -EndProject |
25 | | -Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsAutoComplete", "src\FsAutoComplete\FsAutoComplete.fsproj", "{B6AB4EF3-8F60-41A1-AB0C-851A6DEB169E}" |
26 | | -EndProject |
27 | | -Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsAutoComplete.Core", "src\FsAutoComplete.Core\FsAutoComplete.Core.fsproj", "{4E4786F3-4566-44E1-8787-91790007F0F6}" |
28 | | -EndProject |
29 | | -Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsAutoComplete.Suave", "src\FsAutoComplete.Suave\FsAutoComplete.Suave.fsproj", "{A4793CEE-5FCB-4660-A6DE-A041C8F4F003}" |
30 | | -EndProject |
31 | | -Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsAutoComplete.Tests", "test\FsAutoComplete.Tests\FsAutoComplete.Tests.fsproj", "{F5EBDD99-5ED7-4311-A5CB-7CFCE696FF88}" |
32 | | -EndProject |
33 | | -Global |
34 | | - GlobalSection(SolutionConfigurationPlatforms) = preSolution |
35 | | - Debug|Any CPU = Debug|Any CPU |
36 | | - Release|Any CPU = Release|Any CPU |
37 | | - EndGlobalSection |
38 | | - GlobalSection(ProjectConfigurationPlatforms) = postSolution |
39 | | - {B6AB4EF3-8F60-41A1-AB0C-851A6DEB169E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
40 | | - {B6AB4EF3-8F60-41A1-AB0C-851A6DEB169E}.Debug|Any CPU.Build.0 = Debug|Any CPU |
41 | | - {B6AB4EF3-8F60-41A1-AB0C-851A6DEB169E}.Release|Any CPU.ActiveCfg = Release|Any CPU |
42 | | - {B6AB4EF3-8F60-41A1-AB0C-851A6DEB169E}.Release|Any CPU.Build.0 = Release|Any CPU |
43 | | - {4E4786F3-4566-44E1-8787-91790007F0F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
44 | | - {4E4786F3-4566-44E1-8787-91790007F0F6}.Debug|Any CPU.Build.0 = Debug|Any CPU |
45 | | - {4E4786F3-4566-44E1-8787-91790007F0F6}.Release|Any CPU.ActiveCfg = Release|Any CPU |
46 | | - {4E4786F3-4566-44E1-8787-91790007F0F6}.Release|Any CPU.Build.0 = Release|Any CPU |
47 | | - {A4793CEE-5FCB-4660-A6DE-A041C8F4F003}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
48 | | - {A4793CEE-5FCB-4660-A6DE-A041C8F4F003}.Debug|Any CPU.Build.0 = Debug|Any CPU |
49 | | - {A4793CEE-5FCB-4660-A6DE-A041C8F4F003}.Release|Any CPU.ActiveCfg = Release|Any CPU |
50 | | - {A4793CEE-5FCB-4660-A6DE-A041C8F4F003}.Release|Any CPU.Build.0 = Release|Any CPU |
51 | | - {F5EBDD99-5ED7-4311-A5CB-7CFCE696FF88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
52 | | - {F5EBDD99-5ED7-4311-A5CB-7CFCE696FF88}.Debug|Any CPU.Build.0 = Debug|Any CPU |
53 | | - {F5EBDD99-5ED7-4311-A5CB-7CFCE696FF88}.Release|Any CPU.ActiveCfg = Release|Any CPU |
54 | | - {F5EBDD99-5ED7-4311-A5CB-7CFCE696FF88}.Release|Any CPU.Build.0 = Release|Any CPU |
55 | | - EndGlobalSection |
56 | | - GlobalSection(SolutionProperties) = preSolution |
57 | | - HideSolutionNode = FALSE |
58 | | - EndGlobalSection |
59 | | - GlobalSection(NestedProjects) = preSolution |
60 | | - {F5EBDD99-5ED7-4311-A5CB-7CFCE696FF88} = {430286DC-C9C0-4EAA-AAED-E72434FD8E34} |
61 | | - EndGlobalSection |
62 | | - GlobalSection(MonoDevelopProperties) = preSolution |
63 | | - StartupItem = FsAutoComplete\FsAutoComplete.fsproj |
64 | | - EndGlobalSection |
65 | | -EndGlobal |
| 1 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 2 | +# Visual Studio 14 |
| 3 | +VisualStudioVersion = 14.0.25420.1 |
| 4 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 5 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{1BE8AF57-B314-4C92-82A9-64CD9B7A4990}" |
| 6 | + ProjectSection(SolutionItems) = preProject |
| 7 | + paket.dependencies = paket.dependencies |
| 8 | + paket.lock = paket.lock |
| 9 | + EndProjectSection |
| 10 | +EndProject |
| 11 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{E1A34828-1EA8-44F8-8377-10DCC312EB8B}" |
| 12 | + ProjectSection(SolutionItems) = preProject |
| 13 | + .gitignore = .gitignore |
| 14 | + .travis.yml = .travis.yml |
| 15 | + appveyor.yml = appveyor.yml |
| 16 | + build.cmd = build.cmd |
| 17 | + build.fsx = build.fsx |
| 18 | + build.sh = build.sh |
| 19 | + LICENSE.md = LICENSE.md |
| 20 | + README.md = README.md |
| 21 | + RELEASE_NOTES.md = RELEASE_NOTES.md |
| 22 | + EndProjectSection |
| 23 | +EndProject |
| 24 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{430286DC-C9C0-4EAA-AAED-E72434FD8E34}" |
| 25 | +EndProject |
| 26 | +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsAutoComplete", "src\FsAutoComplete\FsAutoComplete.fsproj", "{B6AB4EF3-8F60-41A1-AB0C-851A6DEB169E}" |
| 27 | +EndProject |
| 28 | +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsAutoComplete.Core", "src\FsAutoComplete.Core\FsAutoComplete.Core.fsproj", "{4E4786F3-4566-44E1-8787-91790007F0F6}" |
| 29 | +EndProject |
| 30 | +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsAutoComplete.Suave", "src\FsAutoComplete.Suave\FsAutoComplete.Suave.fsproj", "{A4793CEE-5FCB-4660-A6DE-A041C8F4F003}" |
| 31 | +EndProject |
| 32 | +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsAutoComplete.Tests", "test\FsAutoComplete.Tests\FsAutoComplete.Tests.fsproj", "{F5EBDD99-5ED7-4311-A5CB-7CFCE696FF88}" |
| 33 | +EndProject |
| 34 | +Global |
| 35 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 36 | + Debug|Any CPU = Debug|Any CPU |
| 37 | + Release|Any CPU = Release|Any CPU |
| 38 | + EndGlobalSection |
| 39 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 40 | + {B6AB4EF3-8F60-41A1-AB0C-851A6DEB169E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 41 | + {B6AB4EF3-8F60-41A1-AB0C-851A6DEB169E}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 42 | + {B6AB4EF3-8F60-41A1-AB0C-851A6DEB169E}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 43 | + {B6AB4EF3-8F60-41A1-AB0C-851A6DEB169E}.Release|Any CPU.Build.0 = Release|Any CPU |
| 44 | + {4E4786F3-4566-44E1-8787-91790007F0F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 45 | + {4E4786F3-4566-44E1-8787-91790007F0F6}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 46 | + {4E4786F3-4566-44E1-8787-91790007F0F6}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 47 | + {4E4786F3-4566-44E1-8787-91790007F0F6}.Release|Any CPU.Build.0 = Release|Any CPU |
| 48 | + {A4793CEE-5FCB-4660-A6DE-A041C8F4F003}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 49 | + {A4793CEE-5FCB-4660-A6DE-A041C8F4F003}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 50 | + {A4793CEE-5FCB-4660-A6DE-A041C8F4F003}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 51 | + {A4793CEE-5FCB-4660-A6DE-A041C8F4F003}.Release|Any CPU.Build.0 = Release|Any CPU |
| 52 | + {F5EBDD99-5ED7-4311-A5CB-7CFCE696FF88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 53 | + {F5EBDD99-5ED7-4311-A5CB-7CFCE696FF88}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 54 | + {F5EBDD99-5ED7-4311-A5CB-7CFCE696FF88}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 55 | + {F5EBDD99-5ED7-4311-A5CB-7CFCE696FF88}.Release|Any CPU.Build.0 = Release|Any CPU |
| 56 | + EndGlobalSection |
| 57 | + GlobalSection(SolutionProperties) = preSolution |
| 58 | + HideSolutionNode = FALSE |
| 59 | + EndGlobalSection |
| 60 | + GlobalSection(NestedProjects) = preSolution |
| 61 | + {F5EBDD99-5ED7-4311-A5CB-7CFCE696FF88} = {430286DC-C9C0-4EAA-AAED-E72434FD8E34} |
| 62 | + EndGlobalSection |
| 63 | + GlobalSection(MonoDevelopProperties) = preSolution |
| 64 | + StartupItem = FsAutoComplete\FsAutoComplete.fsproj |
| 65 | + EndGlobalSection |
| 66 | +EndGlobal |
0 commit comments