This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathClrHeapAllocationAnalyzer.sln
37 lines (37 loc) · 2.18 KB
/
ClrHeapAllocationAnalyzer.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
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28711.60
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClrHeapAllocationsAnalyzer.Test", "ClrHeapAllocationsAnalyzer.Test\ClrHeapAllocationsAnalyzer.Test.csproj", "{9F29A769-B1F0-41E0-8944-B81EDF8C96E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClrHeapAllocationAnalyzer.Vsix", "ClrHeapAllocationsAnalyzer.Vsix\ClrHeapAllocationAnalyzer.Vsix.csproj", "{B1412F49-1ABA-4698-B928-451FDA8DAF85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClrHeapAllocationAnalyzer", "ClrHeapAllocationsAnalyzer\ClrHeapAllocationAnalyzer.csproj", "{EAF46154-6613-4CD6-BE70-9015FF94F9CF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F29A769-B1F0-41E0-8944-B81EDF8C96E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F29A769-B1F0-41E0-8944-B81EDF8C96E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F29A769-B1F0-41E0-8944-B81EDF8C96E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F29A769-B1F0-41E0-8944-B81EDF8C96E8}.Release|Any CPU.Build.0 = Release|Any CPU
{B1412F49-1ABA-4698-B928-451FDA8DAF85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1412F49-1ABA-4698-B928-451FDA8DAF85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1412F49-1ABA-4698-B928-451FDA8DAF85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1412F49-1ABA-4698-B928-451FDA8DAF85}.Release|Any CPU.Build.0 = Release|Any CPU
{EAF46154-6613-4CD6-BE70-9015FF94F9CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAF46154-6613-4CD6-BE70-9015FF94F9CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAF46154-6613-4CD6-BE70-9015FF94F9CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAF46154-6613-4CD6-BE70-9015FF94F9CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BB51F5E3-5139-47E0-B4D1-FE856D7EE287}
EndGlobalSection
EndGlobal