forked from microsoft/fsharplu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FSharpLu.sln
52 lines (52 loc) · 2.71 KB
/
FSharpLu.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpLu", "FSharpLu\FSharpLu.fsproj", "{77C664BE-DD18-476D-AB71-1144107DE408}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpLu.Tests", "FSharpLu.Tests\FSharpLu.Tests.fsproj", "{1A22180F-57C3-4415-8D1A-4AD523967251}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1FF1118A-322F-4F49-AF9A-ED825DE70260}"
ProjectSection(SolutionItems) = preProject
FSharpLu\FSharpLu.nuspec = FSharpLu\FSharpLu.nuspec
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{EE6A3D9E-8362-442B-9C8F-252B3ED7D8E4}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpLu.Json", "FSharpLu.Json\FSharpLu.Json.fsproj", "{81EAF46A-BF20-4871-BF8E-C94FD478E9E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{A76DC263-365A-457C-A1C2-E4C05986061B}"
ProjectSection(SolutionItems) = preProject
scripts\packnuget.ps1 = scripts\packnuget.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77C664BE-DD18-476D-AB71-1144107DE408}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77C664BE-DD18-476D-AB71-1144107DE408}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77C664BE-DD18-476D-AB71-1144107DE408}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77C664BE-DD18-476D-AB71-1144107DE408}.Release|Any CPU.Build.0 = Release|Any CPU
{1A22180F-57C3-4415-8D1A-4AD523967251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A22180F-57C3-4415-8D1A-4AD523967251}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A22180F-57C3-4415-8D1A-4AD523967251}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A22180F-57C3-4415-8D1A-4AD523967251}.Release|Any CPU.Build.0 = Release|Any CPU
{81EAF46A-BF20-4871-BF8E-C94FD478E9E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81EAF46A-BF20-4871-BF8E-C94FD478E9E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81EAF46A-BF20-4871-BF8E-C94FD478E9E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81EAF46A-BF20-4871-BF8E-C94FD478E9E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal