-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathHeapView.sln
54 lines (54 loc) · 3.21 KB
/
HeapView.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
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReSharperPlugin.HeapView", "src\dotnet\ReSharperPlugin.HeapView\ReSharperPlugin.HeapView.csproj", "{7A04A875-D384-4E65-83F9-340A7E6EC2C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReSharperPlugin.HeapView.Rider", "src\dotnet\ReSharperPlugin.HeapView\ReSharperPlugin.HeapView.Rider.csproj", "{084172D1-A9C6-46D0-96AD-05C5B09A5E5D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{4A9ABB95-3762-448B-B5BF-099E46DB22DE}"
ProjectSection(SolutionItems) = preProject
src\dotnet\Plugin.props = src\dotnet\Plugin.props
README.md = README.md
CHANGELOG.md = CHANGELOG.md
src\rider\main\resources\META-INF\plugin.xml = src\rider\main\resources\META-INF\plugin.xml
gradle.properties = gradle.properties
src\dotnet\Directory.Build.props = src\dotnet\Directory.Build.props
build.gradle.kts = build.gradle.kts
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReSharperPlugin.HeapView.Tests", "src\dotnet\ReSharperPlugin.HeapView.Tests\ReSharperPlugin.HeapView.Tests.csproj", "{C5B8606B-17DB-422E-8872-28231EF95FA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BoxingTestProject", "src\dotnet\BoxingTestProject\BoxingTestProject.csproj", "{A7A44602-F48E-4FA8-ABB0-0619AB8EFBB8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A04A875-D384-4E65-83F9-340A7E6EC2C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A04A875-D384-4E65-83F9-340A7E6EC2C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A04A875-D384-4E65-83F9-340A7E6EC2C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A04A875-D384-4E65-83F9-340A7E6EC2C8}.Release|Any CPU.Build.0 = Release|Any CPU
{084172D1-A9C6-46D0-96AD-05C5B09A5E5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{084172D1-A9C6-46D0-96AD-05C5B09A5E5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{084172D1-A9C6-46D0-96AD-05C5B09A5E5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{084172D1-A9C6-46D0-96AD-05C5B09A5E5D}.Release|Any CPU.Build.0 = Release|Any CPU
{C5B8606B-17DB-422E-8872-28231EF95FA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5B8606B-17DB-422E-8872-28231EF95FA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5B8606B-17DB-422E-8872-28231EF95FA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5B8606B-17DB-422E-8872-28231EF95FA7}.Release|Any CPU.Build.0 = Release|Any CPU
{A7A44602-F48E-4FA8-ABB0-0619AB8EFBB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7A44602-F48E-4FA8-ABB0-0619AB8EFBB8}.Release|Any CPU.Build.0 = Release|Any CPU
{A7A44602-F48E-4FA8-ABB0-0619AB8EFBB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7A44602-F48E-4FA8-ABB0-0619AB8EFBB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {503DDCC0-B2A1-4E41-88FB-BB589A4DCFF4}
EndGlobalSection
EndGlobal