forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.Azure.ApplicationInsights.sln
31 lines (31 loc) · 1.63 KB
/
Microsoft.Azure.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.539
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.ApplicationInsights.Query", "src\Microsoft.Azure.ApplicationInsights.Query.csproj", "{11C5E91A-77D0-4F53-B2E2-1C9C47713996}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data.ApplicationInsights.Tests", "tests\Data.ApplicationInsights.Tests.csproj", "{6190B300-2275-4A88-9193-3D238ED9F106}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11C5E91A-77D0-4F53-B2E2-1C9C47713996}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11C5E91A-77D0-4F53-B2E2-1C9C47713996}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11C5E91A-77D0-4F53-B2E2-1C9C47713996}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11C5E91A-77D0-4F53-B2E2-1C9C47713996}.Release|Any CPU.Build.0 = Release|Any CPU
{6190B300-2275-4A88-9193-3D238ED9F106}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6190B300-2275-4A88-9193-3D238ED9F106}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6190B300-2275-4A88-9193-3D238ED9F106}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6190B300-2275-4A88-9193-3D238ED9F106}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9E8359F5-2713-4D12-9757-E03FD7418949}
EndGlobalSection
EndGlobal