-
Notifications
You must be signed in to change notification settings - Fork 5
/
Rnet.sln
33 lines (33 loc) · 1.64 KB
/
Rnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30104.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RnetExample", "rnet-example-cs\RnetExample.csproj", "{23AB3BD4-FEAC-4C0C-B264-8AFAA96C3CAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RnetExample2", "rnet-example-cs2\RnetExample2.csproj", "{15C0E335-BB16-4E44-BC60-E81EC0F64837}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RnetTests", "rnet-tests-cs\RnetTests.csproj", "{DA5A0389-542D-40C2-947A-A275CD8D70D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23AB3BD4-FEAC-4C0C-B264-8AFAA96C3CAF}.Debug|x64.ActiveCfg = Debug|x64
{23AB3BD4-FEAC-4C0C-B264-8AFAA96C3CAF}.Release|x64.ActiveCfg = Release|x64
{15C0E335-BB16-4E44-BC60-E81EC0F64837}.Debug|x64.ActiveCfg = Debug|x64
{15C0E335-BB16-4E44-BC60-E81EC0F64837}.Release|x64.ActiveCfg = Release|x64
{DA5A0389-542D-40C2-947A-A275CD8D70D6}.Debug|x64.ActiveCfg = Debug|x64
{DA5A0389-542D-40C2-947A-A275CD8D70D6}.Debug|x64.Build.0 = Debug|x64
{DA5A0389-542D-40C2-947A-A275CD8D70D6}.Release|x64.ActiveCfg = Release|x64
{DA5A0389-542D-40C2-947A-A275CD8D70D6}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F432F9B-ADFD-432C-A91B-3823124C6E98}
EndGlobalSection
EndGlobal