-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice-fabric-event-hubs.sln
39 lines (39 loc) · 1.73 KB
/
service-fabric-event-hubs.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
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}") = "src", "src", "{8DF975D4-8AE9-4F26-A5EE-2600719A6588}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SceneSkope.ServiceFabric.EventHubs", "src\SceneSkope.ServiceFabric.EventHubs\SceneSkope.ServiceFabric.EventHubs.csproj", "{DDD80FF0-AD3D-491A-B40B-F2888E7FF32C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{45A3A537-2299-4F9A-BDBC-67F0FC7F071C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
build.ps1 = build.ps1
directory.build.props = directory.build.props
nuget.config = nuget.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDD80FF0-AD3D-491A-B40B-F2888E7FF32C}.Debug|x64.ActiveCfg = Debug|Any CPU
{DDD80FF0-AD3D-491A-B40B-F2888E7FF32C}.Debug|x64.Build.0 = Debug|Any CPU
{DDD80FF0-AD3D-491A-B40B-F2888E7FF32C}.Release|x64.ActiveCfg = Release|Any CPU
{DDD80FF0-AD3D-491A-B40B-F2888E7FF32C}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DDD80FF0-AD3D-491A-B40B-F2888E7FF32C} = {8DF975D4-8AE9-4F26-A5EE-2600719A6588}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C3C70B6-CF6B-417D-B4AF-1DA4E67B7075}
EndGlobalSection
EndGlobal