-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFSharp.AWS.S3TypeProvider.sln
43 lines (43 loc) · 2.59 KB
/
FSharp.AWS.S3TypeProvider.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B98-5CED-492C-A5B7-A5B4F73CF142}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.AWS.S3TypeProvider.Runtime", "src\FSharp.AWS.S3TypeProvider.Runtime\FSharp.AWS.S3TypeProvider.Runtime.fsproj", "{15ABAA04-ED34-450C-845C-0DAF81FC20D9}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.AWS.S3TypeProvider.DesignTime", "src\FSharp.AWS.S3TypeProvider.DesignTime\FSharp.AWS.S3TypeProvider.DesignTime.fsproj", "{60A7D338-5F05-493A-829A-3C9AA1C6C8AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.AWS.S3TypeProvider.Tests", "tests\FSharp.AWS.S3TypeProvider.Tests\FSharp.AWS.S3TypeProvider.Tests.fsproj", "{B81F1511-291D-42BF-8051-67AF5BFDBF44}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{15ABAA04-ED34-450C-845C-0DAF81FC20D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15ABAA04-ED34-450C-845C-0DAF81FC20D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15ABAA04-ED34-450C-845C-0DAF81FC20D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15ABAA04-ED34-450C-845C-0DAF81FC20D9}.Release|Any CPU.Build.0 = Release|Any CPU
{60A7D338-5F05-493A-829A-3C9AA1C6C8AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60A7D338-5F05-493A-829A-3C9AA1C6C8AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60A7D338-5F05-493A-829A-3C9AA1C6C8AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60A7D338-5F05-493A-829A-3C9AA1C6C8AA}.Release|Any CPU.Build.0 = Release|Any CPU
{B81F1511-291D-42BF-8051-67AF5BFDBF44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B81F1511-291D-42BF-8051-67AF5BFDBF44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B81F1511-291D-42BF-8051-67AF5BFDBF44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B81F1511-291D-42BF-8051-67AF5BFDBF44}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B81F1511-291D-42BF-8051-67AF5BFDBF44} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
EndGlobalSection
EndGlobal