-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNetService_2010.sln
59 lines (59 loc) · 3.58 KB
/
NetService_2010.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
57
58
59
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetService_DLL", "src\NetService_DLL.vcxproj", "{FCFD0A55-3490-4A02-8278-ED7DC099ED34}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetKernel", "..\NetKernel\Src\NetKernel.vcxproj", "{EC3A9EDF-CB65-4978-A652-02D079D3291B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestLib_CPPunitDll", "TestLib\TestLib_CPPunitDll.vcxproj", "{059CD848-42A9-40A4-A064-8C4D15BAEBE1}"
ProjectSection(ProjectDependencies) = postProject
{91BB77C4-F39E-48E6-A4CB-417B82A34110} = {91BB77C4-F39E-48E6-A4CB-417B82A34110}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestLib_Main", "TestLib\TestLib_Main.vcxproj", "{27F845DB-93B1-41A3-87B9-615AAEAD7E23}"
ProjectSection(ProjectDependencies) = postProject
{91BB77C4-F39E-48E6-A4CB-417B82A34110} = {91BB77C4-F39E-48E6-A4CB-417B82A34110}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestDLL_Main", "TestDLL\TestDLL_Main.vcxproj", "{904D4213-537B-4993-A0B5-0CE7B18532E0}"
ProjectSection(ProjectDependencies) = postProject
{FCFD0A55-3490-4A02-8278-ED7DC099ED34} = {FCFD0A55-3490-4A02-8278-ED7DC099ED34}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetService_Lib", "src\NetService_Lib.vcxproj", "{91BB77C4-F39E-48E6-A4CB-417B82A34110}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FCFD0A55-3490-4A02-8278-ED7DC099ED34}.Debug|Win32.ActiveCfg = Debug|Win32
{FCFD0A55-3490-4A02-8278-ED7DC099ED34}.Debug|Win32.Build.0 = Debug|Win32
{FCFD0A55-3490-4A02-8278-ED7DC099ED34}.Release|Win32.ActiveCfg = Release|Win32
{FCFD0A55-3490-4A02-8278-ED7DC099ED34}.Release|Win32.Build.0 = Release|Win32
{EC3A9EDF-CB65-4978-A652-02D079D3291B}.Debug|Win32.ActiveCfg = Debug|Win32
{EC3A9EDF-CB65-4978-A652-02D079D3291B}.Debug|Win32.Build.0 = Debug|Win32
{EC3A9EDF-CB65-4978-A652-02D079D3291B}.Release|Win32.ActiveCfg = Release|Win32
{EC3A9EDF-CB65-4978-A652-02D079D3291B}.Release|Win32.Build.0 = Release|Win32
{059CD848-42A9-40A4-A064-8C4D15BAEBE1}.Debug|Win32.ActiveCfg = Debug|Win32
{059CD848-42A9-40A4-A064-8C4D15BAEBE1}.Debug|Win32.Build.0 = Debug|Win32
{059CD848-42A9-40A4-A064-8C4D15BAEBE1}.Release|Win32.ActiveCfg = Release|Win32
{059CD848-42A9-40A4-A064-8C4D15BAEBE1}.Release|Win32.Build.0 = Release|Win32
{27F845DB-93B1-41A3-87B9-615AAEAD7E23}.Debug|Win32.ActiveCfg = Debug|Win32
{27F845DB-93B1-41A3-87B9-615AAEAD7E23}.Debug|Win32.Build.0 = Debug|Win32
{27F845DB-93B1-41A3-87B9-615AAEAD7E23}.Release|Win32.ActiveCfg = Release|Win32
{27F845DB-93B1-41A3-87B9-615AAEAD7E23}.Release|Win32.Build.0 = Release|Win32
{904D4213-537B-4993-A0B5-0CE7B18532E0}.Debug|Win32.ActiveCfg = Debug|Win32
{904D4213-537B-4993-A0B5-0CE7B18532E0}.Debug|Win32.Build.0 = Debug|Win32
{904D4213-537B-4993-A0B5-0CE7B18532E0}.Release|Win32.ActiveCfg = Release|Win32
{904D4213-537B-4993-A0B5-0CE7B18532E0}.Release|Win32.Build.0 = Release|Win32
{91BB77C4-F39E-48E6-A4CB-417B82A34110}.Debug|Win32.ActiveCfg = Debug|Win32
{91BB77C4-F39E-48E6-A4CB-417B82A34110}.Debug|Win32.Build.0 = Debug|Win32
{91BB77C4-F39E-48E6-A4CB-417B82A34110}.Release|Win32.ActiveCfg = Release|Win32
{91BB77C4-F39E-48E6-A4CB-417B82A34110}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal