Lesson 02
This commit is contained in:
15
NetPulse.sln
15
NetPulse.sln
@@ -7,6 +7,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetPulse.Core", "src\NetPulse.Core\NetPulse.Core.csproj", "{B996D138-9747-4AE9-9FEB-586D6F9CD97E}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetPulse.Cli", "src\NetPulse.Cli\NetPulse.Cli.csproj", "{3E57F4B5-0012-43F7-A016-5B60A27A1D0A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@@ -29,11 +31,24 @@ Global
|
||||
{B996D138-9747-4AE9-9FEB-586D6F9CD97E}.Release|x64.Build.0 = Release|Any CPU
|
||||
{B996D138-9747-4AE9-9FEB-586D6F9CD97E}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{B996D138-9747-4AE9-9FEB-586D6F9CD97E}.Release|x86.Build.0 = Release|Any CPU
|
||||
{3E57F4B5-0012-43F7-A016-5B60A27A1D0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3E57F4B5-0012-43F7-A016-5B60A27A1D0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3E57F4B5-0012-43F7-A016-5B60A27A1D0A}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{3E57F4B5-0012-43F7-A016-5B60A27A1D0A}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{3E57F4B5-0012-43F7-A016-5B60A27A1D0A}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{3E57F4B5-0012-43F7-A016-5B60A27A1D0A}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{3E57F4B5-0012-43F7-A016-5B60A27A1D0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3E57F4B5-0012-43F7-A016-5B60A27A1D0A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3E57F4B5-0012-43F7-A016-5B60A27A1D0A}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{3E57F4B5-0012-43F7-A016-5B60A27A1D0A}.Release|x64.Build.0 = Release|Any CPU
|
||||
{3E57F4B5-0012-43F7-A016-5B60A27A1D0A}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{3E57F4B5-0012-43F7-A016-5B60A27A1D0A}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{B996D138-9747-4AE9-9FEB-586D6F9CD97E} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
|
||||
{3E57F4B5-0012-43F7-A016-5B60A27A1D0A} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
Reference in New Issue
Block a user