-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExampleOfUsingAppDomainAndDll.sln
55 lines (55 loc) · 3.58 KB
/
ExampleOfUsingAppDomainAndDll.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleOfUsingAppDomainAndDll", "ExampleOfUsingAppDomainAndDll\ExampleOfUsingAppDomainAndDll.csproj", "{E02B0151-85EC-473C-9D82-A1961C6223C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirstClassLibrary", "FirstClassLibrary\FirstClassLibrary.csproj", "{C4C4C5EE-54DA-4CF2-B12C-E9620500137D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecondClassLibrary", "SecondClassLibrary\SecondClassLibrary.csproj", "{01386260-DE50-4720-851B-F5B9757E023A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThirdClassLibrary", "ThirdClassLibrary\ThirdClassLibrary.csproj", "{FFABC9A8-D00A-4CD1-8A24-197306973CA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FourthClassLibrary", "FourthClassLibrary\FourthClassLibrary.csproj", "{6B6343DE-9819-4DD2-BD69-9599751D0B4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FifthClassLibrary", "FifthClassLibrary\FifthClassLibrary.csproj", "{853C756A-7944-49C5-BCBC-059AB2F419C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E02B0151-85EC-473C-9D82-A1961C6223C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E02B0151-85EC-473C-9D82-A1961C6223C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E02B0151-85EC-473C-9D82-A1961C6223C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E02B0151-85EC-473C-9D82-A1961C6223C1}.Release|Any CPU.Build.0 = Release|Any CPU
{C4C4C5EE-54DA-4CF2-B12C-E9620500137D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4C4C5EE-54DA-4CF2-B12C-E9620500137D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4C4C5EE-54DA-4CF2-B12C-E9620500137D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4C4C5EE-54DA-4CF2-B12C-E9620500137D}.Release|Any CPU.Build.0 = Release|Any CPU
{01386260-DE50-4720-851B-F5B9757E023A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01386260-DE50-4720-851B-F5B9757E023A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01386260-DE50-4720-851B-F5B9757E023A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01386260-DE50-4720-851B-F5B9757E023A}.Release|Any CPU.Build.0 = Release|Any CPU
{FFABC9A8-D00A-4CD1-8A24-197306973CA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFABC9A8-D00A-4CD1-8A24-197306973CA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFABC9A8-D00A-4CD1-8A24-197306973CA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFABC9A8-D00A-4CD1-8A24-197306973CA0}.Release|Any CPU.Build.0 = Release|Any CPU
{6B6343DE-9819-4DD2-BD69-9599751D0B4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B6343DE-9819-4DD2-BD69-9599751D0B4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B6343DE-9819-4DD2-BD69-9599751D0B4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B6343DE-9819-4DD2-BD69-9599751D0B4D}.Release|Any CPU.Build.0 = Release|Any CPU
{853C756A-7944-49C5-BCBC-059AB2F419C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{853C756A-7944-49C5-BCBC-059AB2F419C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{853C756A-7944-49C5-BCBC-059AB2F419C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{853C756A-7944-49C5-BCBC-059AB2F419C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3454F2DE-1D04-46F4-9E07-919011B751F0}
EndGlobalSection
EndGlobal