Skip to content

Commit

Permalink
Merge pull request #898 from vancem/HeapDumpDllInItsOwnDir
Browse files Browse the repository at this point in the history
Move HeapDumpDll.csproj into its own directory.
  • Loading branch information
vancem committed Mar 21, 2019
2 parents d0c46e6 + e4bd85b commit 496a208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PerfView.sln
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TraceEventPackageSigning",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utilities", "src\Utilities\Utilities.csproj", "{BBF0A803-0B1C-47F2-B60F-09A5C4DB2136}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeapDumpDLL", "src\HeapDump\HeapDumpDLL.csproj", "{191D9437-3869-46DC-8689-6104F486A7E2}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeapDumpDLL", "src\HeapDumpDLL\HeapDumpDLL.csproj", "{191D9437-3869-46DC-8689-6104F486A7E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MemoryGraph", "src\MemoryGraph\MemoryGraph.csproj", "{7DEBBF5E-1C12-4350-889A-27A48C23FEF0}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
</ItemGroup>

<ItemGroup>
<Compile Include="..\HeapDump\*.cs" />
<Compile Include="..\HeapDump\Utilities\*.cs" />
<Compile Include="..\HeapDump\Debugger\**\*.cs" />
<Compile Include="..\HeapDumpCommon\DotNetHeapInfo.cs" />
<Compile Include="..\PerfView\memory\ETWClrProfilerTraceEventParser.cs" />
<Compile Include="..\PerfView\memory\JavaScriptDumpGraph.cs" />
Expand Down

0 comments on commit 496a208

Please sign in to comment.