-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalljoyn_upnp.sln
31 lines (31 loc) · 1.53 KB
/
alljoyn_upnp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aj_server", "aj_server\aj_server.vcxproj", "{8EA8D4E1-9CC9-4855-B528-B23ADEC9FB3F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aj_client", "aj_client\aj_client.vcxproj", "{67CD789A-A221-408D-AEA5-44220913E6D6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{38D3D303-D669-4531-9486-218BCCF58B56}"
ProjectSection(SolutionItems) = preProject
readme.txt = readme.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8EA8D4E1-9CC9-4855-B528-B23ADEC9FB3F}.Debug|Win32.ActiveCfg = Debug|Win32
{8EA8D4E1-9CC9-4855-B528-B23ADEC9FB3F}.Debug|Win32.Build.0 = Debug|Win32
{8EA8D4E1-9CC9-4855-B528-B23ADEC9FB3F}.Release|Win32.ActiveCfg = Release|Win32
{8EA8D4E1-9CC9-4855-B528-B23ADEC9FB3F}.Release|Win32.Build.0 = Release|Win32
{67CD789A-A221-408D-AEA5-44220913E6D6}.Debug|Win32.ActiveCfg = Debug|Win32
{67CD789A-A221-408D-AEA5-44220913E6D6}.Debug|Win32.Build.0 = Debug|Win32
{67CD789A-A221-408D-AEA5-44220913E6D6}.Release|Win32.ActiveCfg = Release|Win32
{67CD789A-A221-408D-AEA5-44220913E6D6}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal