forked from microsoft/RoslynClrHeapAllocationAnalyzer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ClrHeapAllocationAnalyzer.sln
48 lines (48 loc) · 2.94 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
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33513.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "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
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClrHeapAllocationsAnalyzer.Package", "ClrHeapAllocationsAnalyzer.Package\ClrHeapAllocationsAnalyzer.Package.csproj", "{8844D37C-7AF2-4E97-BCC1-FE424C12D3EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8DFF08CA-6EF3-43AF-B0DB-05D663274DBA}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
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
{8844D37C-7AF2-4E97-BCC1-FE424C12D3EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8844D37C-7AF2-4E97-BCC1-FE424C12D3EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8844D37C-7AF2-4E97-BCC1-FE424C12D3EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8844D37C-7AF2-4E97-BCC1-FE424C12D3EB}.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