forked from immense/RemoteControl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImmense.RemoteControl.sln
118 lines (118 loc) · 8.69 KB
/
Immense.RemoteControl.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Immense.RemoteControl.Server", "Immense.RemoteControl.Server\Immense.RemoteControl.Server.csproj", "{35194DD1-9AED-4CF9-9AB5-5C40E0E7BD4B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Immense.RemoteControl.Shared", "Immense.RemoteControl.Shared\Immense.RemoteControl.Shared.csproj", "{CF95EB9A-1BCA-4CCA-BDEC-B28002F2E103}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{EEAA61A2-1231-472B-B272-018EB0998EA4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Immense.RemoteControl.Examples.ServerExample", "Examples\Immense.RemoteControl.Examples.ServerExample\Immense.RemoteControl.Examples.ServerExample.csproj", "{3F08DAE6-07BB-4853-95F6-319F920C4B5E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Immense.RemoteControl.Desktop.Shared", "Immense.RemoteControl.Desktop.Shared\Immense.RemoteControl.Desktop.Shared.csproj", "{3ACC8D75-92A9-446B-A8AD-DE7A40454EDD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Immense.RemoteControl.Desktop.Windows", "Immense.RemoteControl.Desktop.Windows\Immense.RemoteControl.Desktop.Windows.csproj", "{FA374D9C-E3AE-49B7-A215-F0862001BCC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Immense.RemoteControl.Examples.WindowsDesktopExample", "Examples\Immense.RemoteControl.Examples.WindowsDesktopExample\Immense.RemoteControl.Examples.WindowsDesktopExample.csproj", "{93B89B66-C226-4BB3-B36B-53FEA1E79C39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Immense.RemoteControl.Desktop", "Immense.RemoteControl.Desktop\Immense.RemoteControl.Desktop.csproj", "{43647AE1-DE71-47FF-9420-C4DB0841CC4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Immense.RemoteControl.Desktop.UI.WPF", "Immense.RemoteControl.Desktop.UI.WPF\Immense.RemoteControl.Desktop.UI.WPF.csproj", "{FD1BBB51-9114-4A70-92EE-11C75E808B5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Immense.RemoteControl.Examples.LinuxDesktopExample", "Examples\Immense.RemoteControl.Examples.LinuxDesktopExample\Immense.RemoteControl.Examples.LinuxDesktopExample.csproj", "{9EACF89B-0E6F-480F-BB8F-0EB1E53F9019}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7653A4E3-AACE-4265-A019-F974D5CAF5A0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Immense.RemoteControl.sln.startup.json = Immense.RemoteControl.sln.startup.json
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{CE8FF808-9642-4666-8EC6-51F11B8A15CC}"
ProjectSection(SolutionItems) = preProject
.build\Post-Build.ps1 = .build\Post-Build.ps1
.build\Pre-Build.ps1 = .build\Pre-Build.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Immense.RemoteControl.Desktop.Native", "Immense.RemoteControl.Desktop.Native\Immense.RemoteControl.Desktop.Native.csproj", "{2483EFAC-826E-4529-ABF0-863C91418E29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{23EA60E0-9118-4932-80E5-07C7950720F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Immense.RemoteControl.Server.Tests", "Tests\Immense.RemoteControl.Server.Tests\Immense.RemoteControl.Server.Tests.csproj", "{2C2534BA-07C8-4AE1-9E2D-DC19E2F7F8CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Immense.RemoteControl.Desktop.WIndows.Tests", "Tests\Immense.RemoteControl.Desktop.WIndows.Tests\Immense.RemoteControl.Desktop.WIndows.Tests.csproj", "{89DDE049-5AB8-4847-9439-A1DAC6BDB590}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35194DD1-9AED-4CF9-9AB5-5C40E0E7BD4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35194DD1-9AED-4CF9-9AB5-5C40E0E7BD4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35194DD1-9AED-4CF9-9AB5-5C40E0E7BD4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35194DD1-9AED-4CF9-9AB5-5C40E0E7BD4B}.Release|Any CPU.Build.0 = Release|Any CPU
{CF95EB9A-1BCA-4CCA-BDEC-B28002F2E103}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF95EB9A-1BCA-4CCA-BDEC-B28002F2E103}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF95EB9A-1BCA-4CCA-BDEC-B28002F2E103}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF95EB9A-1BCA-4CCA-BDEC-B28002F2E103}.Release|Any CPU.Build.0 = Release|Any CPU
{3F08DAE6-07BB-4853-95F6-319F920C4B5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F08DAE6-07BB-4853-95F6-319F920C4B5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F08DAE6-07BB-4853-95F6-319F920C4B5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F08DAE6-07BB-4853-95F6-319F920C4B5E}.Release|Any CPU.Build.0 = Release|Any CPU
{3ACC8D75-92A9-446B-A8AD-DE7A40454EDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ACC8D75-92A9-446B-A8AD-DE7A40454EDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ACC8D75-92A9-446B-A8AD-DE7A40454EDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ACC8D75-92A9-446B-A8AD-DE7A40454EDD}.Release|Any CPU.Build.0 = Release|Any CPU
{FA374D9C-E3AE-49B7-A215-F0862001BCC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA374D9C-E3AE-49B7-A215-F0862001BCC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA374D9C-E3AE-49B7-A215-F0862001BCC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA374D9C-E3AE-49B7-A215-F0862001BCC9}.Release|Any CPU.Build.0 = Release|Any CPU
{93B89B66-C226-4BB3-B36B-53FEA1E79C39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93B89B66-C226-4BB3-B36B-53FEA1E79C39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93B89B66-C226-4BB3-B36B-53FEA1E79C39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93B89B66-C226-4BB3-B36B-53FEA1E79C39}.Release|Any CPU.Build.0 = Release|Any CPU
{43647AE1-DE71-47FF-9420-C4DB0841CC4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43647AE1-DE71-47FF-9420-C4DB0841CC4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43647AE1-DE71-47FF-9420-C4DB0841CC4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43647AE1-DE71-47FF-9420-C4DB0841CC4E}.Release|Any CPU.Build.0 = Release|Any CPU
{FD1BBB51-9114-4A70-92EE-11C75E808B5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD1BBB51-9114-4A70-92EE-11C75E808B5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD1BBB51-9114-4A70-92EE-11C75E808B5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD1BBB51-9114-4A70-92EE-11C75E808B5F}.Release|Any CPU.Build.0 = Release|Any CPU
{9EACF89B-0E6F-480F-BB8F-0EB1E53F9019}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EACF89B-0E6F-480F-BB8F-0EB1E53F9019}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EACF89B-0E6F-480F-BB8F-0EB1E53F9019}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EACF89B-0E6F-480F-BB8F-0EB1E53F9019}.Release|Any CPU.Build.0 = Release|Any CPU
{2483EFAC-826E-4529-ABF0-863C91418E29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2483EFAC-826E-4529-ABF0-863C91418E29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2483EFAC-826E-4529-ABF0-863C91418E29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2483EFAC-826E-4529-ABF0-863C91418E29}.Release|Any CPU.Build.0 = Release|Any CPU
{2C2534BA-07C8-4AE1-9E2D-DC19E2F7F8CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C2534BA-07C8-4AE1-9E2D-DC19E2F7F8CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C2534BA-07C8-4AE1-9E2D-DC19E2F7F8CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C2534BA-07C8-4AE1-9E2D-DC19E2F7F8CA}.Release|Any CPU.Build.0 = Release|Any CPU
{89DDE049-5AB8-4847-9439-A1DAC6BDB590}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89DDE049-5AB8-4847-9439-A1DAC6BDB590}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89DDE049-5AB8-4847-9439-A1DAC6BDB590}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89DDE049-5AB8-4847-9439-A1DAC6BDB590}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3F08DAE6-07BB-4853-95F6-319F920C4B5E} = {EEAA61A2-1231-472B-B272-018EB0998EA4}
{93B89B66-C226-4BB3-B36B-53FEA1E79C39} = {EEAA61A2-1231-472B-B272-018EB0998EA4}
{9EACF89B-0E6F-480F-BB8F-0EB1E53F9019} = {EEAA61A2-1231-472B-B272-018EB0998EA4}
{CE8FF808-9642-4666-8EC6-51F11B8A15CC} = {7653A4E3-AACE-4265-A019-F974D5CAF5A0}
{2C2534BA-07C8-4AE1-9E2D-DC19E2F7F8CA} = {23EA60E0-9118-4932-80E5-07C7950720F1}
{89DDE049-5AB8-4847-9439-A1DAC6BDB590} = {23EA60E0-9118-4932-80E5-07C7950720F1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FF6EA83-9252-44BF-8D31-E14BF13C3A8B}
EndGlobalSection
EndGlobal