-
Notifications
You must be signed in to change notification settings - Fork 4
/
HeapProfiler.sln
37 lines (37 loc) · 2.12 KB
/
HeapProfiler.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 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeapProfiler", "HeapProfiler.csproj", "{C8607672-510B-4BCD-AFAD-B0E6E1D0EA18}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Squared.Task", "ext\Fracture\Squared\TaskLib\Squared.Task.csproj", "{173ABDCA-7278-46FF-A300-D3BF8CCEF181}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Squared.Util", "ext\Fracture\Squared\Util\Squared.Util.csproj", "{D7F549CF-E0A6-491C-A78C-ECAB590BB2A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataMangler", "ext\DataMangler\DataMangler.csproj", "{DC905B32-07FA-4161-9627-C8AF6E6241EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8607672-510B-4BCD-AFAD-B0E6E1D0EA18}.Debug|x86.ActiveCfg = Debug|x86
{C8607672-510B-4BCD-AFAD-B0E6E1D0EA18}.Debug|x86.Build.0 = Debug|x86
{C8607672-510B-4BCD-AFAD-B0E6E1D0EA18}.Release|x86.ActiveCfg = Release|x86
{C8607672-510B-4BCD-AFAD-B0E6E1D0EA18}.Release|x86.Build.0 = Release|x86
{173ABDCA-7278-46FF-A300-D3BF8CCEF181}.Debug|x86.ActiveCfg = Debug|x86
{173ABDCA-7278-46FF-A300-D3BF8CCEF181}.Debug|x86.Build.0 = Debug|x86
{173ABDCA-7278-46FF-A300-D3BF8CCEF181}.Release|x86.ActiveCfg = Release|x86
{173ABDCA-7278-46FF-A300-D3BF8CCEF181}.Release|x86.Build.0 = Release|x86
{D7F549CF-E0A6-491C-A78C-ECAB590BB2A7}.Debug|x86.ActiveCfg = Debug|x86
{D7F549CF-E0A6-491C-A78C-ECAB590BB2A7}.Debug|x86.Build.0 = Debug|x86
{D7F549CF-E0A6-491C-A78C-ECAB590BB2A7}.Release|x86.ActiveCfg = Release|x86
{D7F549CF-E0A6-491C-A78C-ECAB590BB2A7}.Release|x86.Build.0 = Release|x86
{DC905B32-07FA-4161-9627-C8AF6E6241EE}.Debug|x86.ActiveCfg = Debug|Any CPU
{DC905B32-07FA-4161-9627-C8AF6E6241EE}.Debug|x86.Build.0 = Debug|Any CPU
{DC905B32-07FA-4161-9627-C8AF6E6241EE}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal