-
Notifications
You must be signed in to change notification settings - Fork 0
/
MarshalByRefProxy.sln
104 lines (104 loc) · 5.99 KB
/
MarshalByRefProxy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnitTests", "UnitTests", "{983B9C01-EB2E-49E3-BB3E-A3FD41858F8C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarshalByRefProxy", "MarshalByRefProxy\MarshalByRefProxy.csproj", "{DAB7C056-660A-4153-8FF2-B80A41310AD7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestSupportLibrary", "Tests\UnitTestSupportLibrary\UnitTestSupportLibrary.csproj", "{0EC76091-958A-4020-BA6B-39B00EE55659}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestImpromptuInterface", "Tests\UnitTestImpromptuInterface\UnitTestImpromptuInterface.csproj", "{A559B4F8-8D9D-4761-B2D2-BB4104760450}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestImpromptuInterface.Clay", "Tests\UnitTestImpromptuInterface.Clay\UnitTestImpromptuInterface.Clay.csproj", "{15A061C0-A102-460E-A70A-0AFFE49B364E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DAB7C056-660A-4153-8FF2-B80A41310AD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAB7C056-660A-4153-8FF2-B80A41310AD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAB7C056-660A-4153-8FF2-B80A41310AD7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{DAB7C056-660A-4153-8FF2-B80A41310AD7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{DAB7C056-660A-4153-8FF2-B80A41310AD7}.Debug|x86.ActiveCfg = Debug|Any CPU
{DAB7C056-660A-4153-8FF2-B80A41310AD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAB7C056-660A-4153-8FF2-B80A41310AD7}.Release|Any CPU.Build.0 = Release|Any CPU
{DAB7C056-660A-4153-8FF2-B80A41310AD7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{DAB7C056-660A-4153-8FF2-B80A41310AD7}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{DAB7C056-660A-4153-8FF2-B80A41310AD7}.Release|x86.ActiveCfg = Release|Any CPU
{0EC76091-958A-4020-BA6B-39B00EE55659}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EC76091-958A-4020-BA6B-39B00EE55659}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EC76091-958A-4020-BA6B-39B00EE55659}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0EC76091-958A-4020-BA6B-39B00EE55659}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0EC76091-958A-4020-BA6B-39B00EE55659}.Debug|x86.ActiveCfg = Debug|Any CPU
{0EC76091-958A-4020-BA6B-39B00EE55659}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EC76091-958A-4020-BA6B-39B00EE55659}.Release|Any CPU.Build.0 = Release|Any CPU
{0EC76091-958A-4020-BA6B-39B00EE55659}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0EC76091-958A-4020-BA6B-39B00EE55659}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{0EC76091-958A-4020-BA6B-39B00EE55659}.Release|x86.ActiveCfg = Release|Any CPU
{A559B4F8-8D9D-4761-B2D2-BB4104760450}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A559B4F8-8D9D-4761-B2D2-BB4104760450}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A559B4F8-8D9D-4761-B2D2-BB4104760450}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A559B4F8-8D9D-4761-B2D2-BB4104760450}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A559B4F8-8D9D-4761-B2D2-BB4104760450}.Debug|x86.ActiveCfg = Debug|Any CPU
{A559B4F8-8D9D-4761-B2D2-BB4104760450}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A559B4F8-8D9D-4761-B2D2-BB4104760450}.Release|Any CPU.Build.0 = Release|Any CPU
{A559B4F8-8D9D-4761-B2D2-BB4104760450}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A559B4F8-8D9D-4761-B2D2-BB4104760450}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A559B4F8-8D9D-4761-B2D2-BB4104760450}.Release|x86.ActiveCfg = Release|Any CPU
{15A061C0-A102-460E-A70A-0AFFE49B364E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15A061C0-A102-460E-A70A-0AFFE49B364E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15A061C0-A102-460E-A70A-0AFFE49B364E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{15A061C0-A102-460E-A70A-0AFFE49B364E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{15A061C0-A102-460E-A70A-0AFFE49B364E}.Debug|x86.ActiveCfg = Debug|Any CPU
{15A061C0-A102-460E-A70A-0AFFE49B364E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15A061C0-A102-460E-A70A-0AFFE49B364E}.Release|Any CPU.Build.0 = Release|Any CPU
{15A061C0-A102-460E-A70A-0AFFE49B364E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{15A061C0-A102-460E-A70A-0AFFE49B364E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{15A061C0-A102-460E-A70A-0AFFE49B364E}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0EC76091-958A-4020-BA6B-39B00EE55659} = {983B9C01-EB2E-49E3-BB3E-A3FD41858F8C}
{A559B4F8-8D9D-4761-B2D2-BB4104760450} = {983B9C01-EB2E-49E3-BB3E-A3FD41858F8C}
{15A061C0-A102-460E-A70A-0AFFE49B364E} = {983B9C01-EB2E-49E3-BB3E-A3FD41858F8C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.0\lib\NET35
SolutionGuid = {D1E8E4C0-DCFC-45E7-9A4F-8E2B079E49B4}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Test\Test.csproj
Policies = $0
$0.TextStylePolicy = $3
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$3.FileWidth = 120
$3.TabWidth = 4
$3.inheritsSet = Mono
$3.inheritsScope = text/plain
$3.scope = text/plain
$0.StandardHeader = $4
$4.inheritsSet = Apache2License
$0.VersionControlPolicy = $5
$5.inheritsSet = Mono
$0.ChangeLogPolicy = $6
$6.UpdateMode = None
$6.MessageStyle = $7
$7.LineAlign = 0
$6.inheritsSet = Mono
EndGlobalSection
EndGlobal