-
Notifications
You must be signed in to change notification settings - Fork 2
/
Rebus.AmazonS3.sln
48 lines (48 loc) · 2.6 KB
/
Rebus.AmazonS3.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "stuff", "stuff", "{1ABDD7C1-1F8D-402D-8692-3E4B66962DE0}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rebus.AmazonS3.Tests", "Rebus.AmazonS3.Tests\Rebus.AmazonS3.Tests.csproj", "{C1A8658E-811B-449B-8254-8D10A61A1285}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rebus.AmazonS3", "Rebus.AmazonS3\Rebus.AmazonS3.csproj", "{82E8773F-8B80-44FC-8977-3DD21A199467}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_macOS|Any CPU = Debug_macOS|Any CPU
Debug|Any CPU = Debug|Any CPU
macOS|Any CPU = macOS|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1A8658E-811B-449B-8254-8D10A61A1285}.Debug_macOS|Any CPU.ActiveCfg = Debug|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.Debug_macOS|Any CPU.Build.0 = Debug|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.macOS|Any CPU.ActiveCfg = Release|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.macOS|Any CPU.Build.0 = Release|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1A8658E-811B-449B-8254-8D10A61A1285}.Release|Any CPU.Build.0 = Release|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.Debug_macOS|Any CPU.ActiveCfg = Debug|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.Debug_macOS|Any CPU.Build.0 = Debug|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.macOS|Any CPU.ActiveCfg = Release|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.macOS|Any CPU.Build.0 = Release|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82E8773F-8B80-44FC-8977-3DD21A199467}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DCEB3DC3-2EA3-4202-AB7D-1996D051DAA6}
EndGlobalSection
EndGlobal