forked from jiangjinnan/Dora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDora.sln
53 lines (53 loc) · 3.27 KB
/
Dora.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Interception", "Interception", "{446ED1AE-1405-4542-B96E-5F18028046F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dora.Interception", "src\Dora.Interception\Dora.Interception\Dora.Interception.csproj", "{7A3582F7-61D3-4C7F-9FEC-69A45E4E2DFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dora.Interception.Castle", "src\Dora.Interception\Dora.Interception.Castle\Dora.Interception.Castle.csproj", "{5730227D-6109-4DC4-ACA5-D1643B709BA4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{9BAF9871-37B9-43D0-BAFE-D1A6C44E4154}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Documents", "doc\Documents\Documents.csproj", "{6FD7BD53-24E7-4C44-A82A-5A52B0F0FFE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dora.DynamicProxy", "src\Dora.DynamicProxy\Dora.DynamicProxy\Dora.DynamicProxy.csproj", "{B16587A5-7A9D-4734-A1AC-CC8C9F9ECF08}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A3582F7-61D3-4C7F-9FEC-69A45E4E2DFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A3582F7-61D3-4C7F-9FEC-69A45E4E2DFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A3582F7-61D3-4C7F-9FEC-69A45E4E2DFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A3582F7-61D3-4C7F-9FEC-69A45E4E2DFD}.Release|Any CPU.Build.0 = Release|Any CPU
{5730227D-6109-4DC4-ACA5-D1643B709BA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5730227D-6109-4DC4-ACA5-D1643B709BA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5730227D-6109-4DC4-ACA5-D1643B709BA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5730227D-6109-4DC4-ACA5-D1643B709BA4}.Release|Any CPU.Build.0 = Release|Any CPU
{6FD7BD53-24E7-4C44-A82A-5A52B0F0FFE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FD7BD53-24E7-4C44-A82A-5A52B0F0FFE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FD7BD53-24E7-4C44-A82A-5A52B0F0FFE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FD7BD53-24E7-4C44-A82A-5A52B0F0FFE1}.Release|Any CPU.Build.0 = Release|Any CPU
{B16587A5-7A9D-4734-A1AC-CC8C9F9ECF08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B16587A5-7A9D-4734-A1AC-CC8C9F9ECF08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B16587A5-7A9D-4734-A1AC-CC8C9F9ECF08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B16587A5-7A9D-4734-A1AC-CC8C9F9ECF08}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7A3582F7-61D3-4C7F-9FEC-69A45E4E2DFD} = {446ED1AE-1405-4542-B96E-5F18028046F3}
{5730227D-6109-4DC4-ACA5-D1643B709BA4} = {446ED1AE-1405-4542-B96E-5F18028046F3}
{6FD7BD53-24E7-4C44-A82A-5A52B0F0FFE1} = {9BAF9871-37B9-43D0-BAFE-D1A6C44E4154}
{B16587A5-7A9D-4734-A1AC-CC8C9F9ECF08} = {446ED1AE-1405-4542-B96E-5F18028046F3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8AC7D08B-74D0-4F9C-B399-B282E8AA6D5A}
EndGlobalSection
EndGlobal