Skip to content

Commit 2da45d2

Browse files
committed
add operational insights to monitor.sln
1 parent dbf908d commit 2da45d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Monitor/Monitor.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestF
2020
EndProject
2121
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationInsights", "..\ApplicationInsights\ApplicationInsights\ApplicationInsights.csproj", "{1390E45D-BF3A-4ACD-BEBC-88007B3E75E5}"
2222
EndProject
23+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OperationalInsights", "..\ApplicationInsights\OperationalInsights\OperationalInsights.csproj", "{F9305976-EF6B-4502-BC38-ACFA47CB6DF6}"
24+
EndProject
2325
Global
2426
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2527
Debug|Any CPU = Debug|Any CPU
@@ -58,6 +60,10 @@ Global
5860
{1390E45D-BF3A-4ACD-BEBC-88007B3E75E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
5961
{1390E45D-BF3A-4ACD-BEBC-88007B3E75E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
6062
{1390E45D-BF3A-4ACD-BEBC-88007B3E75E5}.Release|Any CPU.Build.0 = Release|Any CPU
63+
{F9305976-EF6B-4502-BC38-ACFA47CB6DF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
64+
{F9305976-EF6B-4502-BC38-ACFA47CB6DF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
65+
{F9305976-EF6B-4502-BC38-ACFA47CB6DF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
66+
{F9305976-EF6B-4502-BC38-ACFA47CB6DF6}.Release|Any CPU.Build.0 = Release|Any CPU
6167
EndGlobalSection
6268
GlobalSection(SolutionProperties) = preSolution
6369
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)