This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLimitless.ioRPC.sln
55 lines (55 loc) · 3.06 KB
/
Limitless.ioRPC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C10003D6-A475-427C-B341-7A4356D2FC33}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
RunTestsWithCoverage.bat = RunTestsWithCoverage.bat
RunTestsWithCoverageLocal.bat = RunTestsWithCoverageLocal.bat
SubmitCoverage.bat = SubmitCoverage.bat
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ioRPC", "ioRPC\ioRPC.csproj", "{B77664EB-AFD8-4BBD-9E30-3EA43D83FB64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerSample", "Samples\ServerSample\ServerSample.csproj", "{1EC8722D-0F88-4AD1-B679-1E5B1A5293EF}"
ProjectSection(ProjectDependencies) = postProject
{73666102-5F48-4DDD-B525-4DD5209D6182} = {73666102-5F48-4DDD-B525-4DD5209D6182}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChildClientSample", "Samples\ChildClientSample\ChildClientSample.csproj", "{73666102-5F48-4DDD-B525-4DD5209D6182}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ioRPC.Test", "ioRPC.Test\ioRPC.Test.csproj", "{B4BDD29E-426E-4EEE-A97F-F7EF6F2709F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B77664EB-AFD8-4BBD-9E30-3EA43D83FB64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B77664EB-AFD8-4BBD-9E30-3EA43D83FB64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B77664EB-AFD8-4BBD-9E30-3EA43D83FB64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B77664EB-AFD8-4BBD-9E30-3EA43D83FB64}.Release|Any CPU.Build.0 = Release|Any CPU
{1EC8722D-0F88-4AD1-B679-1E5B1A5293EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EC8722D-0F88-4AD1-B679-1E5B1A5293EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EC8722D-0F88-4AD1-B679-1E5B1A5293EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EC8722D-0F88-4AD1-B679-1E5B1A5293EF}.Release|Any CPU.Build.0 = Release|Any CPU
{73666102-5F48-4DDD-B525-4DD5209D6182}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73666102-5F48-4DDD-B525-4DD5209D6182}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73666102-5F48-4DDD-B525-4DD5209D6182}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73666102-5F48-4DDD-B525-4DD5209D6182}.Release|Any CPU.Build.0 = Release|Any CPU
{B4BDD29E-426E-4EEE-A97F-F7EF6F2709F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4BDD29E-426E-4EEE-A97F-F7EF6F2709F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4BDD29E-426E-4EEE-A97F-F7EF6F2709F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4BDD29E-426E-4EEE-A97F-F7EF6F2709F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal