This repository has been archived by the owner on Sep 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFSharp.Results.sln
33 lines (32 loc) · 1.69 KB
/
FSharp.Results.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{A5E2E833-F4E5-4CA1-8B57-83C0DB0CF3C4}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "FSharp.Results", "FSharp.Results\FSharp.Results.fsproj", "{9B8744B2-5ABA-4A54-B934-09DFB0A58992}"
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "Tests", "Tests\Tests.fsproj", "{11922D28-1DD4-405D-B009-1341DF87531E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4DBA4AB3-054D-49A5-8F64-8196487CE79C}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B8744B2-5ABA-4A54-B934-09DFB0A58992}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B8744B2-5ABA-4A54-B934-09DFB0A58992}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B8744B2-5ABA-4A54-B934-09DFB0A58992}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B8744B2-5ABA-4A54-B934-09DFB0A58992}.Release|Any CPU.Build.0 = Release|Any CPU
{11922D28-1DD4-405D-B009-1341DF87531E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11922D28-1DD4-405D-B009-1341DF87531E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11922D28-1DD4-405D-B009-1341DF87531E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11922D28-1DD4-405D-B009-1341DF87531E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal