-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPoshDotnetDumpAnalyzeViewer.sln
49 lines (49 loc) · 2.99 KB
/
PoshDotnetDumpAnalyzeViewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoshDotnetDumpAnalyzeViewer", "PoshDotnetDumpAnalyzeViewer\PoshDotnetDumpAnalyzeViewer.csproj", "{EE45C619-30E4-4EF6-8FB8-6B774FE03754}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoshDotnetDumpAnalyzeViewerHost", "PoshDotnetDumpAnalyzeViewerHost\PoshDotnetDumpAnalyzeViewerHost.csproj", "{707D0425-3C33-4235-AA1F-3035822C3D8D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoshDotnetDumpAnalyzeViewerModule", "PoshDotnetDumpAnalyzeViewerModule\PoshDotnetDumpAnalyzeViewerModule.csproj", "{74D49D04-36B2-4271-A435-8FC820907EF9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoshDotnetAnalyzerViewerTests", "PoshDotnetAnalyzerViewerTests\PoshDotnetAnalyzerViewerTests.csproj", "{B0DAA75C-E1F8-441F-BF6B-F533F1B1B704}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{0B4BE696-746C-4D26-9298-2BB2C87AF08A}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
README.md = README.md
TestRelease.ps1 = TestRelease.ps1
MakeRelease.ps1 = MakeRelease.ps1
.gitignore = .gitignore
Directory.Build.targets = Directory.Build.targets
TestScript.ps1 = TestScript.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE45C619-30E4-4EF6-8FB8-6B774FE03754}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE45C619-30E4-4EF6-8FB8-6B774FE03754}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE45C619-30E4-4EF6-8FB8-6B774FE03754}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE45C619-30E4-4EF6-8FB8-6B774FE03754}.Release|Any CPU.Build.0 = Release|Any CPU
{707D0425-3C33-4235-AA1F-3035822C3D8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{707D0425-3C33-4235-AA1F-3035822C3D8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{707D0425-3C33-4235-AA1F-3035822C3D8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{707D0425-3C33-4235-AA1F-3035822C3D8D}.Release|Any CPU.Build.0 = Release|Any CPU
{74D49D04-36B2-4271-A435-8FC820907EF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74D49D04-36B2-4271-A435-8FC820907EF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74D49D04-36B2-4271-A435-8FC820907EF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74D49D04-36B2-4271-A435-8FC820907EF9}.Release|Any CPU.Build.0 = Release|Any CPU
{B0DAA75C-E1F8-441F-BF6B-F533F1B1B704}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0DAA75C-E1F8-441F-BF6B-F533F1B1B704}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0DAA75C-E1F8-441F-BF6B-F533F1B1B704}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0DAA75C-E1F8-441F-BF6B-F533F1B1B704}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal