-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRemote.sln
68 lines (68 loc) · 4.3 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
59
60
61
62
63
64
65
66
67
68
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}") = "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
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "agent", "agent", "{A6464D29-3B29-4D0E-A520-36F6842C9114}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "agent", "src\agent\dotnet\agent.csproj", "{09371751-74B2-4B80-9EF2-1FD10583C40F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "remoting", "remoting", "{BAA8B160-1674-4C35-8058-77575BA216E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "remoting", "src\remoting\dotnet\remoting.csproj", "{16397482-1D6A-4209-A2D8-E99805BEBE92}"
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
{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
{09371751-74B2-4B80-9EF2-1FD10583C40F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09371751-74B2-4B80-9EF2-1FD10583C40F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09371751-74B2-4B80-9EF2-1FD10583C40F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09371751-74B2-4B80-9EF2-1FD10583C40F}.Release|Any CPU.Build.0 = Release|Any CPU
{16397482-1D6A-4209-A2D8-E99805BEBE92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16397482-1D6A-4209-A2D8-E99805BEBE92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16397482-1D6A-4209-A2D8-E99805BEBE92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16397482-1D6A-4209-A2D8-E99805BEBE92}.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}
{B602750B-5E89-453F-841B-8D7F22DE58EB} = {40C5CF08-E45E-4F25-BE8F-B5BBD4B0EDB3}
{A6464D29-3B29-4D0E-A520-36F6842C9114} = {F226553B-2E5B-4910-AF31-0B718872AF18}
{09371751-74B2-4B80-9EF2-1FD10583C40F} = {A6464D29-3B29-4D0E-A520-36F6842C9114}
{BAA8B160-1674-4C35-8058-77575BA216E3} = {F226553B-2E5B-4910-AF31-0B718872AF18}
{16397482-1D6A-4209-A2D8-E99805BEBE92} = {BAA8B160-1674-4C35-8058-77575BA216E3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B035E550-8A68-427B-92F1-9B1A6977BF8F}
EndGlobalSection
EndGlobal