-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProtocolLibrary.sln
More file actions
52 lines (52 loc) · 3.01 KB
/
ProtocolLibrary.sln
File metadata and controls
52 lines (52 loc) · 3.01 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{93014ADB-C532-40EF-82F7-E5F2DE083CA5}") = "ProtocolLibrary_lib", "code\ProtocolLibrary_lib.vcxproj", "{1D9C7CAB-D9AE-4760-AB28-1A247610954D}"
EndProject
Project("{93014ADB-C532-40EF-82F7-E5F2DE083CA5}") = "ProtocolLibrary_tests", "tests\ProtocolLibrary_tests.vcxproj", "{E4CE2BA6-19E5-4F8F-A466-6DF16B7EB443}"
ProjectSection(ProjectDependencies) = postProject
{D7929FE3-D590-4A92-9D33-616274AF5FF1} = {D7929FE3-D590-4A92-9D33-616274AF5FF1}
EndProjectSection
EndProject
Project("{93014ADB-C532-40EF-82F7-E5F2DE083CA5}") = "ProtocolLibrary", "code\ProtocolLibrary.vcxproj", "{D7929FE3-D590-4A92-9D33-616274AF5FF1}"
ProjectSection(ProjectDependencies) = postProject
{1D9C7CAB-D9AE-4760-AB28-1A247610954D} = {1D9C7CAB-D9AE-4760-AB28-1A247610954D}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D9C7CAB-D9AE-4760-AB28-1A247610954D}.Debug|Win32.ActiveCfg = Debug|Win32
{1D9C7CAB-D9AE-4760-AB28-1A247610954D}.Debug|Win32.Build.0 = Debug|Win32
{1D9C7CAB-D9AE-4760-AB28-1A247610954D}.Debug|x64.ActiveCfg = Debug|x64
{1D9C7CAB-D9AE-4760-AB28-1A247610954D}.Debug|x64.Build.0 = Debug|x64
{1D9C7CAB-D9AE-4760-AB28-1A247610954D}.Release|Win32.ActiveCfg = Release|Win32
{1D9C7CAB-D9AE-4760-AB28-1A247610954D}.Release|Win32.Build.0 = Release|Win32
{1D9C7CAB-D9AE-4760-AB28-1A247610954D}.Release|x64.ActiveCfg = Release|x64
{1D9C7CAB-D9AE-4760-AB28-1A247610954D}.Release|x64.Build.0 = Release|x64
{E4CE2BA6-19E5-4F8F-A466-6DF16B7EB443}.Debug|Win32.ActiveCfg = Debug|Win32
{E4CE2BA6-19E5-4F8F-A466-6DF16B7EB443}.Debug|Win32.Build.0 = Debug|Win32
{E4CE2BA6-19E5-4F8F-A466-6DF16B7EB443}.Debug|x64.ActiveCfg = Debug|x64
{E4CE2BA6-19E5-4F8F-A466-6DF16B7EB443}.Debug|x64.Build.0 = Debug|x64
{E4CE2BA6-19E5-4F8F-A466-6DF16B7EB443}.Release|Win32.ActiveCfg = Release|Win32
{E4CE2BA6-19E5-4F8F-A466-6DF16B7EB443}.Release|Win32.Build.0 = Release|Win32
{E4CE2BA6-19E5-4F8F-A466-6DF16B7EB443}.Release|x64.ActiveCfg = Release|x64
{E4CE2BA6-19E5-4F8F-A466-6DF16B7EB443}.Release|x64.Build.0 = Release|x64
{D7929FE3-D590-4A92-9D33-616274AF5FF1}.Debug|Win32.ActiveCfg = Debug|Win32
{D7929FE3-D590-4A92-9D33-616274AF5FF1}.Debug|Win32.Build.0 = Debug|Win32
{D7929FE3-D590-4A92-9D33-616274AF5FF1}.Debug|x64.ActiveCfg = Debug|x64
{D7929FE3-D590-4A92-9D33-616274AF5FF1}.Debug|x64.Build.0 = Debug|x64
{D7929FE3-D590-4A92-9D33-616274AF5FF1}.Release|Win32.ActiveCfg = Release|Win32
{D7929FE3-D590-4A92-9D33-616274AF5FF1}.Release|Win32.Build.0 = Release|Win32
{D7929FE3-D590-4A92-9D33-616274AF5FF1}.Release|x64.ActiveCfg = Release|x64
{D7929FE3-D590-4A92-9D33-616274AF5FF1}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal