-
Notifications
You must be signed in to change notification settings - Fork 7
/
RemoteServices.sln
39 lines (39 loc) · 2.16 KB
/
RemoteServices.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1CD001BD-53C3-4A20-9CE4-6C69BDCFD393}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteServicesHost", "RemoteServices\RemoteServicesHost.csproj", "{166D0250-A41F-4DDD-B000-DC5BF0A3C302}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemObjects.Mono.Helpers", "RemObjects.Mono.Helpers\RemObjects.Mono.Helpers.csproj", "{5E9B9AB3-59E8-44FA-B3DC-5EE67800C462}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "jws", "jws\jws.csproj", "{C4201E32-8E44-4B14-B440-E0DADD3EBBA3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{166D0250-A41F-4DDD-B000-DC5BF0A3C302}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{166D0250-A41F-4DDD-B000-DC5BF0A3C302}.Debug|Any CPU.Build.0 = Debug|Any CPU
{166D0250-A41F-4DDD-B000-DC5BF0A3C302}.Release|Any CPU.ActiveCfg = Release|Any CPU
{166D0250-A41F-4DDD-B000-DC5BF0A3C302}.Release|Any CPU.Build.0 = Release|Any CPU
{5E9B9AB3-59E8-44FA-B3DC-5EE67800C462}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E9B9AB3-59E8-44FA-B3DC-5EE67800C462}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E9B9AB3-59E8-44FA-B3DC-5EE67800C462}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E9B9AB3-59E8-44FA-B3DC-5EE67800C462}.Release|Any CPU.Build.0 = Release|Any CPU
{C4201E32-8E44-4B14-B440-E0DADD3EBBA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4201E32-8E44-4B14-B440-E0DADD3EBBA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4201E32-8E44-4B14-B440-E0DADD3EBBA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4201E32-8E44-4B14-B440-E0DADD3EBBA3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal