-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathServiceBusEmulatorDemo.sln
More file actions
55 lines (55 loc) · 2.88 KB
/
ServiceBusEmulatorDemo.sln
File metadata and controls
55 lines (55 loc) · 2.88 KB
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
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4D122747-6CFF-42CA-8B43-26725EB503CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example01", "src\Example01\Example01.csproj", "{5D95F02F-EB38-4C6F-A5B0-27B663CA7DBA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example02", "src\Example02\Example02.csproj", "{F8F2D186-6299-4B04-A4F2-C000EC506A58}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{664E57E9-A5D9-46A6-AA26-8DEDC8C4A91E}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
config\.env = config\.env
config\config.json = config\config.json
config\docker-compose.yaml = config\docker-compose.yaml
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
.gitignore = .gitignore
README.md = README.md
.github\workflows\ci.yml = .github\workflows\ci.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example03", "src\Example03\Example03.csproj", "{D3C7692A-23C1-4722-8CF2-7099798B1C14}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D95F02F-EB38-4C6F-A5B0-27B663CA7DBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D95F02F-EB38-4C6F-A5B0-27B663CA7DBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D95F02F-EB38-4C6F-A5B0-27B663CA7DBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D95F02F-EB38-4C6F-A5B0-27B663CA7DBA}.Release|Any CPU.Build.0 = Release|Any CPU
{F8F2D186-6299-4B04-A4F2-C000EC506A58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8F2D186-6299-4B04-A4F2-C000EC506A58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8F2D186-6299-4B04-A4F2-C000EC506A58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8F2D186-6299-4B04-A4F2-C000EC506A58}.Release|Any CPU.Build.0 = Release|Any CPU
{D3C7692A-23C1-4722-8CF2-7099798B1C14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3C7692A-23C1-4722-8CF2-7099798B1C14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3C7692A-23C1-4722-8CF2-7099798B1C14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3C7692A-23C1-4722-8CF2-7099798B1C14}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5D95F02F-EB38-4C6F-A5B0-27B663CA7DBA} = {4D122747-6CFF-42CA-8B43-26725EB503CC}
{F8F2D186-6299-4B04-A4F2-C000EC506A58} = {4D122747-6CFF-42CA-8B43-26725EB503CC}
{D3C7692A-23C1-4722-8CF2-7099798B1C14} = {4D122747-6CFF-42CA-8B43-26725EB503CC}
EndGlobalSection
EndGlobal