forked from SteveMoyer/nDump
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnDump.sln
56 lines (56 loc) · 3.79 KB
/
nDump.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
55
56
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nDump", "nDump\nDump.csproj", "{FE26FDE2-574F-480E-96E6-4C2A5051D14A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LumenWorks.Framework.IO", "LumenWorks.Framework.IO\LumenWorks.Framework.IO.csproj", "{E3B83D68-C90C-4874-8E5F-DEC8D038BC7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LumenWorks.Framework.Tests.Unit", "LumenWorks.Framework.Tests.Unit\LumenWorks.Framework.Tests.Unit.csproj", "{DBF22390-41BC-4E33-BC9E-F381621EBF01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nDump.Unit", "nDump.Unit\nDump.Unit.csproj", "{63A90231-56B0-4BA7-9484-B4909890165D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nDump.Integration", "nDump.Integration\nDump.Integration.csproj", "{E6F5B9C6-A111-4787-98A1-A8EE8E603D77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nDump.Console", "nDump.Console\nDump.Console.csproj", "{339F5DB2-53E0-4958-BC0A-79843A5413FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nDump.GUI", "nDump.GUI\nDump.GUI.csproj", "{69908E89-D0F7-4CCF-8C80-9EF4678FFE8D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE26FDE2-574F-480E-96E6-4C2A5051D14A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE26FDE2-574F-480E-96E6-4C2A5051D14A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE26FDE2-574F-480E-96E6-4C2A5051D14A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE26FDE2-574F-480E-96E6-4C2A5051D14A}.Release|Any CPU.Build.0 = Release|Any CPU
{E3B83D68-C90C-4874-8E5F-DEC8D038BC7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3B83D68-C90C-4874-8E5F-DEC8D038BC7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3B83D68-C90C-4874-8E5F-DEC8D038BC7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3B83D68-C90C-4874-8E5F-DEC8D038BC7C}.Release|Any CPU.Build.0 = Release|Any CPU
{DBF22390-41BC-4E33-BC9E-F381621EBF01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBF22390-41BC-4E33-BC9E-F381621EBF01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBF22390-41BC-4E33-BC9E-F381621EBF01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBF22390-41BC-4E33-BC9E-F381621EBF01}.Release|Any CPU.Build.0 = Release|Any CPU
{63A90231-56B0-4BA7-9484-B4909890165D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63A90231-56B0-4BA7-9484-B4909890165D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63A90231-56B0-4BA7-9484-B4909890165D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63A90231-56B0-4BA7-9484-B4909890165D}.Release|Any CPU.Build.0 = Release|Any CPU
{E6F5B9C6-A111-4787-98A1-A8EE8E603D77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6F5B9C6-A111-4787-98A1-A8EE8E603D77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6F5B9C6-A111-4787-98A1-A8EE8E603D77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6F5B9C6-A111-4787-98A1-A8EE8E603D77}.Release|Any CPU.Build.0 = Release|Any CPU
{339F5DB2-53E0-4958-BC0A-79843A5413FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{339F5DB2-53E0-4958-BC0A-79843A5413FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{339F5DB2-53E0-4958-BC0A-79843A5413FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{339F5DB2-53E0-4958-BC0A-79843A5413FB}.Release|Any CPU.Build.0 = Release|Any CPU
{69908E89-D0F7-4CCF-8C80-9EF4678FFE8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69908E89-D0F7-4CCF-8C80-9EF4678FFE8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69908E89-D0F7-4CCF-8C80-9EF4678FFE8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69908E89-D0F7-4CCF-8C80-9EF4678FFE8D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal