-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAppDomainTests.sln
57 lines (57 loc) · 3.83 KB
/
AppDomainTests.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppDomainTest.Crm4.Interfaces", "AppDomainTest.Crm4.Interfaces\AppDomainTest.Crm4.Interfaces.csproj", "{EC9B3C60-EB51-46F2-8976-60599D0835A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppDomainTest.Crm5.Interfaces", "AppDomainTest.Crm5.Interfaces\AppDomainTest.Crm5.Interfaces.csproj", "{15718A8A-2FE5-418E-B9C8-3CA296CC2981}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppDomainTest.Crm5.Service", "AppDomainTest.Crm5.Service\AppDomainTest.Crm5.Service.csproj", "{F8274B99-934D-410C-B8A9-C4953E2C9831}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppDomainTest.Crm4.Service", "AppDomainTest.Crm4.Service\AppDomainTest.Crm4.Service.csproj", "{CD398D99-8495-4959-BFB4-BCC6522E8EFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppDomainTest.Application", "AppDomainTest.Application\AppDomainTest.Application.csproj", "{3F7B147B-4172-4F35-899D-93F2C2FFA0D4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{68808309-9076-4B67-B57A-9055F2C2E9B8}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppDomainTest.Common.Interfaces", "AppDomainTest.Common.Interfaces\AppDomainTest.Common.Interfaces.csproj", "{5CFF9CC6-E385-4193-8CF9-8F60A8075780}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC9B3C60-EB51-46F2-8976-60599D0835A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC9B3C60-EB51-46F2-8976-60599D0835A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC9B3C60-EB51-46F2-8976-60599D0835A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC9B3C60-EB51-46F2-8976-60599D0835A1}.Release|Any CPU.Build.0 = Release|Any CPU
{15718A8A-2FE5-418E-B9C8-3CA296CC2981}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15718A8A-2FE5-418E-B9C8-3CA296CC2981}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15718A8A-2FE5-418E-B9C8-3CA296CC2981}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15718A8A-2FE5-418E-B9C8-3CA296CC2981}.Release|Any CPU.Build.0 = Release|Any CPU
{F8274B99-934D-410C-B8A9-C4953E2C9831}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8274B99-934D-410C-B8A9-C4953E2C9831}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8274B99-934D-410C-B8A9-C4953E2C9831}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8274B99-934D-410C-B8A9-C4953E2C9831}.Release|Any CPU.Build.0 = Release|Any CPU
{CD398D99-8495-4959-BFB4-BCC6522E8EFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD398D99-8495-4959-BFB4-BCC6522E8EFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD398D99-8495-4959-BFB4-BCC6522E8EFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD398D99-8495-4959-BFB4-BCC6522E8EFF}.Release|Any CPU.Build.0 = Release|Any CPU
{3F7B147B-4172-4F35-899D-93F2C2FFA0D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F7B147B-4172-4F35-899D-93F2C2FFA0D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F7B147B-4172-4F35-899D-93F2C2FFA0D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F7B147B-4172-4F35-899D-93F2C2FFA0D4}.Release|Any CPU.Build.0 = Release|Any CPU
{5CFF9CC6-E385-4193-8CF9-8F60A8075780}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CFF9CC6-E385-4193-8CF9-8F60A8075780}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CFF9CC6-E385-4193-8CF9-8F60A8075780}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CFF9CC6-E385-4193-8CF9-8F60A8075780}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal