-
Notifications
You must be signed in to change notification settings - Fork 295
Expand file tree
/
Copy pathEverything.Linux.slnf
More file actions
17 lines (17 loc) · 906 Bytes
/
Everything.Linux.slnf
File metadata and controls
17 lines (17 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"solution": {
"path": "Everything.sln",
"projects": [
"BASE\\src\\Microsoft.ApplicationInsights\\Microsoft.ApplicationInsights.csproj",
"examples\\BasicConsoleApp\\BasicConsoleApp.csproj",
"examples\\AspNetCoreWebApp\\AspNetCoreWebApp.csproj",
"examples\\WorkerService\\WorkerService.csproj",
"NETCORE\\src\\Microsoft.ApplicationInsights.AspNetCore\\Microsoft.ApplicationInsights.AspNetCore.csproj",
"NETCORE\\src\\Microsoft.ApplicationInsights.WorkerService\\Microsoft.ApplicationInsights.WorkerService.csproj",
"NETCORE\\test\\IntegrationTests.WebApp\\IntegrationTests.WebApp.csproj",
"NETCORE\\test\\IntegrationTests.WorkerApp\\IntegrationTests.WorkerApp.csproj",
"NETCORE\\test\\IntegrationTests.Tests\\IntegrationTests.Tests.csproj",
"NETCORE\\test\\WorkerIntegrationTests.Tests\\WorkerIntegrationTests.Tests.csproj"
]
}
}