-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhighPerformanceLogging.sln
More file actions
35 lines (35 loc) · 1.5 KB
/
Copy pathhighPerformanceLogging.sln
File metadata and controls
35 lines (35 loc) · 1.5 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API", "src\API\API.csproj", "{D5DD72F3-73E9-4CBF-94BD-0E73BEC24B95}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FC4012D3-E006-4034-9575-B7230B8362B8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EF4A52C4-7C1B-41C9-8CA0-D8C97A47D666}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5DD72F3-73E9-4CBF-94BD-0E73BEC24B95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5DD72F3-73E9-4CBF-94BD-0E73BEC24B95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5DD72F3-73E9-4CBF-94BD-0E73BEC24B95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5DD72F3-73E9-4CBF-94BD-0E73BEC24B95}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D5DD72F3-73E9-4CBF-94BD-0E73BEC24B95} = {EF4A52C4-7C1B-41C9-8CA0-D8C97A47D666}
EndGlobalSection
EndGlobal