-
Notifications
You must be signed in to change notification settings - Fork 17
/
basic_rpc.sln
35 lines (35 loc) · 1.7 KB
/
basic_rpc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_serialization", "test_serialization.vcxproj", "{D9D89516-3232-49C6-AF45-66B8112A70BC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_call", "test_call.vcxproj", "{B2DF26C2-5DFF-44CF-B526-FC32CAF3B8A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6C6AC5D4-47BA-41D0-A682-2A2C08CAD695}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9D89516-3232-49C6-AF45-66B8112A70BC}.Release|Win32.ActiveCfg = Release|Win32
{D9D89516-3232-49C6-AF45-66B8112A70BC}.Release|Win32.Build.0 = Release|Win32
{D9D89516-3232-49C6-AF45-66B8112A70BC}.Release|x64.ActiveCfg = Release|x64
{D9D89516-3232-49C6-AF45-66B8112A70BC}.Release|x64.Build.0 = Release|x64
{B2DF26C2-5DFF-44CF-B526-FC32CAF3B8A2}.Release|Win32.ActiveCfg = Release|Win32
{B2DF26C2-5DFF-44CF-B526-FC32CAF3B8A2}.Release|Win32.Build.0 = Release|Win32
{B2DF26C2-5DFF-44CF-B526-FC32CAF3B8A2}.Release|x64.ActiveCfg = Release|x64
{B2DF26C2-5DFF-44CF-B526-FC32CAF3B8A2}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal