forked from fsprojects/FSharp.Azure.Storage
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFSharp.Azure.Storage.sln
49 lines (49 loc) · 2.27 KB
/
FSharp.Azure.Storage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Azure.Storage", "src\FSharp.Azure.Storage\FSharp.Azure.Storage.fsproj", "{3173182F-A66D-4648-899C-3143CCCC78F2}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.Azure.Storage.Tests", "test\FSharp.Azure.Storage.Tests\FSharp.Azure.Storage.Tests.fsproj", "{13F41971-9521-4148-B511-8C52462AE90B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "paket", "paket", "{36E0D531-FDC8-40EC-8AF8-0318BA9EFCA7}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
paket.lock = paket.lock
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{B53B7F04-619E-4342-94A6-75128FB77A18}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build.fsx = build.fsx
build.sh = build.sh
LICENCE.txt = LICENCE.txt
Readme.md = Readme.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3173182F-A66D-4648-899C-3143CCCC78F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3173182F-A66D-4648-899C-3143CCCC78F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3173182F-A66D-4648-899C-3143CCCC78F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3173182F-A66D-4648-899C-3143CCCC78F2}.Release|Any CPU.Build.0 = Release|Any CPU
{13F41971-9521-4148-B511-8C52462AE90B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13F41971-9521-4148-B511-8C52462AE90B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13F41971-9521-4148-B511-8C52462AE90B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13F41971-9521-4148-B511-8C52462AE90B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {23D4C78C-E252-471E-BF33-644AE2EE4857}
EndGlobalSection
EndGlobal