This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MinimalAppDomainExample.sln
43 lines (43 loc) · 2.51 KB
/
MinimalAppDomainExample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharedInterfaces", "SharedInterfaces\SharedInterfaces.csproj", "{30B3B013-7BAF-4CC2-9E4E-9A8352DEC9E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HostApp", "HostApp\HostApp.csproj", "{7A68203C-62DB-41B9-929F-A51B28451E11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientPlugin", "ClientPlugin\ClientPlugin.csproj", "{3FBE1B2B-4E5B-42D8-AC10-C3492E384E07}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluginLoader", "PluginLoader\PluginLoader.csproj", "{28FD937C-CCA7-4E85-A29B-D723E8390E51}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30B3B013-7BAF-4CC2-9E4E-9A8352DEC9E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30B3B013-7BAF-4CC2-9E4E-9A8352DEC9E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30B3B013-7BAF-4CC2-9E4E-9A8352DEC9E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30B3B013-7BAF-4CC2-9E4E-9A8352DEC9E3}.Release|Any CPU.Build.0 = Release|Any CPU
{7A68203C-62DB-41B9-929F-A51B28451E11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A68203C-62DB-41B9-929F-A51B28451E11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A68203C-62DB-41B9-929F-A51B28451E11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A68203C-62DB-41B9-929F-A51B28451E11}.Release|Any CPU.Build.0 = Release|Any CPU
{3FBE1B2B-4E5B-42D8-AC10-C3492E384E07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FBE1B2B-4E5B-42D8-AC10-C3492E384E07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FBE1B2B-4E5B-42D8-AC10-C3492E384E07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FBE1B2B-4E5B-42D8-AC10-C3492E384E07}.Release|Any CPU.Build.0 = Release|Any CPU
{28FD937C-CCA7-4E85-A29B-D723E8390E51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28FD937C-CCA7-4E85-A29B-D723E8390E51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28FD937C-CCA7-4E85-A29B-D723E8390E51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28FD937C-CCA7-4E85-A29B-D723E8390E51}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF78257C-6D0F-4239-AE1B-B49A9BEADD0C}
EndGlobalSection
EndGlobal