This repository was archived by the owner on Feb 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNServiceBus.Extensions.Diagnostics.ApplicationInsights.sln
41 lines (41 loc) · 2.54 KB
/
NServiceBus.Extensions.Diagnostics.ApplicationInsights.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NServiceBus.Extensions.Diagnostics.ApplicationInsights", "src\NServiceBus.Extensions.Diagnostics.ApplicationInsights\NServiceBus.Extensions.Diagnostics.ApplicationInsights.csproj", "{CFAE2E0E-0A9A-4278-B48D-1062C050229D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D40D62FA-4CE7-4409-BB2C-8C2C4AAE20B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E6D77349-B04F-4C79-A88E-E17AC84EDA7D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NServiceBus.Extensions.Diagnostics.ApplicationInsights.Tests", "tests\NServiceBus.Extensions.Diagnostics.ApplicationInsights.Tests\NServiceBus.Extensions.Diagnostics.ApplicationInsights.Tests.csproj", "{4DCE41EC-C038-4A8C-83F6-CF90479E2033}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C892CA39-589A-4EAA-8CC7-57588F778B66}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{394E7CFE-D104-4AD9-BB76-6824E38F4763}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{394E7CFE-D104-4AD9-BB76-6824E38F4763}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{394E7CFE-D104-4AD9-BB76-6824E38F4763}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFAE2E0E-0A9A-4278-B48D-1062C050229D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFAE2E0E-0A9A-4278-B48D-1062C050229D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFAE2E0E-0A9A-4278-B48D-1062C050229D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFAE2E0E-0A9A-4278-B48D-1062C050229D}.Release|Any CPU.Build.0 = Release|Any CPU
{4DCE41EC-C038-4A8C-83F6-CF90479E2033}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DCE41EC-C038-4A8C-83F6-CF90479E2033}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DCE41EC-C038-4A8C-83F6-CF90479E2033}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DCE41EC-C038-4A8C-83F6-CF90479E2033}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CFAE2E0E-0A9A-4278-B48D-1062C050229D} = {D40D62FA-4CE7-4409-BB2C-8C2C4AAE20B9}
{4DCE41EC-C038-4A8C-83F6-CF90479E2033} = {E6D77349-B04F-4C79-A88E-E17AC84EDA7D}
EndGlobalSection
EndGlobal