-
Notifications
You must be signed in to change notification settings - Fork 0
/
Remote.sln
58 lines (58 loc) · 3.58 KB
/
Remote.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
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nexus.Sources.Remote.Tests", "tests\Nexus.Sources.Remote.Tests\Nexus.Sources.Remote.Tests.csproj", "{03BA1FFA-180F-424B-945E-C49EFFE732A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nexus.Sources.Remote", "src\Nexus.Sources.Remote\Nexus.Sources.Remote.csproj", "{60707F43-5B55-4AAF-AD8D-748D560CFC8D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F226553B-2E5B-4910-AF31-0B718872AF18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{EDF00961-2CC9-41AF-84CF-1616E87006F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "remoting", "remoting", "{59CBCE56-7832-4B55-854F-C9B5E4FBEA86}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-remoting", "src\remoting\dotnet-remoting\dotnet-remoting.csproj", "{FC047115-277B-448E-854F-275B5B8343A5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmarks", "benchmarks", "{40C5CF08-E45E-4F25-BE8F-B5BBD4B0EDB3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nexus.Benchmarks", "benchmarks\Nexus.Benchmarks\Nexus.Benchmarks.csproj", "{B602750B-5E89-453F-841B-8D7F22DE58EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03BA1FFA-180F-424B-945E-C49EFFE732A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03BA1FFA-180F-424B-945E-C49EFFE732A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03BA1FFA-180F-424B-945E-C49EFFE732A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03BA1FFA-180F-424B-945E-C49EFFE732A4}.Release|Any CPU.Build.0 = Release|Any CPU
{60707F43-5B55-4AAF-AD8D-748D560CFC8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60707F43-5B55-4AAF-AD8D-748D560CFC8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60707F43-5B55-4AAF-AD8D-748D560CFC8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60707F43-5B55-4AAF-AD8D-748D560CFC8D}.Release|Any CPU.Build.0 = Release|Any CPU
{FC047115-277B-448E-854F-275B5B8343A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC047115-277B-448E-854F-275B5B8343A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC047115-277B-448E-854F-275B5B8343A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC047115-277B-448E-854F-275B5B8343A5}.Release|Any CPU.Build.0 = Release|Any CPU
{B602750B-5E89-453F-841B-8D7F22DE58EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B602750B-5E89-453F-841B-8D7F22DE58EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B602750B-5E89-453F-841B-8D7F22DE58EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B602750B-5E89-453F-841B-8D7F22DE58EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{03BA1FFA-180F-424B-945E-C49EFFE732A4} = {EDF00961-2CC9-41AF-84CF-1616E87006F5}
{60707F43-5B55-4AAF-AD8D-748D560CFC8D} = {F226553B-2E5B-4910-AF31-0B718872AF18}
{59CBCE56-7832-4B55-854F-C9B5E4FBEA86} = {F226553B-2E5B-4910-AF31-0B718872AF18}
{FC047115-277B-448E-854F-275B5B8343A5} = {59CBCE56-7832-4B55-854F-C9B5E4FBEA86}
{B602750B-5E89-453F-841B-8D7F22DE58EB} = {40C5CF08-E45E-4F25-BE8F-B5BBD4B0EDB3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B035E550-8A68-427B-92F1-9B1A6977BF8F}
EndGlobalSection
EndGlobal