-
Notifications
You must be signed in to change notification settings - Fork 295
Expand file tree
/
Copy pathEverything.Windows.slnf
More file actions
23 lines (23 loc) · 1.28 KB
/
Everything.Windows.slnf
File metadata and controls
23 lines (23 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"solution": {
"path": "Everything.sln",
"projects": [
"BASE\\src\\Microsoft.ApplicationInsights\\Microsoft.ApplicationInsights.csproj",
"BASE\\Test\\Microsoft.ApplicationInsights.Test\\Microsoft.ApplicationInsights.Tests\\Microsoft.ApplicationInsights.Tests.csproj",
"examples\\BasicConsoleApp\\BasicConsoleApp.csproj",
"examples\\NLogConsoleApp\\NLogConsoleApp.csproj",
"examples\\AspNetCoreWebApp\\AspNetCoreWebApp.csproj",
"examples\\WorkerService\\WorkerService.csproj",
"LOGGING\\src\\NLogTarget\\NLogTarget.csproj",
"LOGGING\\test\\NLogTarget.Tests\\NLogTarget.Tests.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",
"WEB\\Src\\Web\\Web\\Web.csproj",
"WEB\\Src\\Web\\Web.Tests\\Web.Tests.csproj"
]
}
}