-
Notifications
You must be signed in to change notification settings - Fork 0
/
SystemsArchitecture.sln
executable file
·32 lines (32 loc) · 1.77 KB
/
SystemsArchitecture.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SystemsArchitecture", "SystemsArchitecture\SystemsArchitecture.vcxproj", "{AF242FB3-0A7E-47D3-96E6-FB73779AF533}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Receiver", "Reciever\Reciever.vcxproj", "{B7C78029-6E26-43DE-A02A-345518CCF064}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Sender", "Sender\Sender.vcxproj", "{8010A691-89DA-4E73-B4D8-A0935285AA73}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF242FB3-0A7E-47D3-96E6-FB73779AF533}.Debug|Win32.ActiveCfg = Debug|Win32
{AF242FB3-0A7E-47D3-96E6-FB73779AF533}.Debug|Win32.Build.0 = Debug|Win32
{AF242FB3-0A7E-47D3-96E6-FB73779AF533}.Release|Win32.ActiveCfg = Release|Win32
{AF242FB3-0A7E-47D3-96E6-FB73779AF533}.Release|Win32.Build.0 = Release|Win32
{B7C78029-6E26-43DE-A02A-345518CCF064}.Debug|Win32.ActiveCfg = Debug|Win32
{B7C78029-6E26-43DE-A02A-345518CCF064}.Debug|Win32.Build.0 = Debug|Win32
{B7C78029-6E26-43DE-A02A-345518CCF064}.Release|Win32.ActiveCfg = Release|Win32
{B7C78029-6E26-43DE-A02A-345518CCF064}.Release|Win32.Build.0 = Release|Win32
{8010A691-89DA-4E73-B4D8-A0935285AA73}.Debug|Win32.ActiveCfg = Debug|Win32
{8010A691-89DA-4E73-B4D8-A0935285AA73}.Debug|Win32.Build.0 = Debug|Win32
{8010A691-89DA-4E73-B4D8-A0935285AA73}.Release|Win32.ActiveCfg = Release|Win32
{8010A691-89DA-4E73-B4D8-A0935285AA73}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal