-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFlameGraphNet.sln
More file actions
37 lines (37 loc) · 2.07 KB
/
FlameGraphNet.sln
File metadata and controls
37 lines (37 loc) · 2.07 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
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlameGraphNet", "FlameGraphNet\FlameGraphNet.csproj", "{17F2A32E-8325-446A-AAB1-D6FCA37D953A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlameGraphNet.Core", "FlameGraphNet.Core\FlameGraphNet.Core.csproj", "{0E5D5268-C71D-4CE9-924A-3B20959B2753}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlameGraphNet.Tests", "FlameGraphNet.Tests\FlameGraphNet.Tests.csproj", "{CEF85615-8899-4B0B-8845-AAC2918E7BE5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17F2A32E-8325-446A-AAB1-D6FCA37D953A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17F2A32E-8325-446A-AAB1-D6FCA37D953A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17F2A32E-8325-446A-AAB1-D6FCA37D953A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17F2A32E-8325-446A-AAB1-D6FCA37D953A}.Release|Any CPU.Build.0 = Release|Any CPU
{0E5D5268-C71D-4CE9-924A-3B20959B2753}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E5D5268-C71D-4CE9-924A-3B20959B2753}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E5D5268-C71D-4CE9-924A-3B20959B2753}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E5D5268-C71D-4CE9-924A-3B20959B2753}.Release|Any CPU.Build.0 = Release|Any CPU
{CEF85615-8899-4B0B-8845-AAC2918E7BE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEF85615-8899-4B0B-8845-AAC2918E7BE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEF85615-8899-4B0B-8845-AAC2918E7BE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEF85615-8899-4B0B-8845-AAC2918E7BE5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {675E2D44-3E5C-4A4C-B6CA-6E1B2C448807}
EndGlobalSection
EndGlobal