-
-
Notifications
You must be signed in to change notification settings - Fork 94
/
MethodDecorator.Fody.sln
76 lines (76 loc) · 5.01 KB
/
MethodDecorator.Fody.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29201.188
MinimumVisualStudioVersion = 16.0.29201.188
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MethodDecorator.Fody", "MethodDecorator.Fody\MethodDecorator.Fody.csproj", "{3B17CFD4-10E7-42DB-88D6-A10680B0BFBE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MethodDecorator.Fody.Tests", "MethodDecorator.Fody.Tests\MethodDecorator.Fody.Tests.csproj", "{7EA79DF1-D3E1-4F06-9E1C-D86D14B6469F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestAssemblies", "TestAssemblies", "{274A2E6A-5B50-4D24-862E-86C05F8D89C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleTest", "TestAssemblies\SimpleTest\SimpleTest.csproj", "{A47D69DD-74D6-466F-9A4E-DD0D09BB1E93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnotherAssemblyAttributeContainer", "TestAssemblies\AnotherAssemblyAttributeContainer\AnotherAssemblyAttributeContainer.csproj", "{1D38DEB2-204D-4DBE-BB03-0FA14F79F5A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MethodDecorator", "MethodDecorator\MethodDecorator.csproj", "{44088DF4-081E-45F6-BEDE-FE33054E8CBD}"
ProjectSection(ProjectDependencies) = postProject
{3B17CFD4-10E7-42DB-88D6-A10680B0BFBE} = {3B17CFD4-10E7-42DB-88D6-A10680B0BFBE}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{40A4C9F0-C6C6-467D-B076-E9F0EBB4A7B4}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MethodDecorator.Fody.PnP.Tests", "MethodDecorator.Fody.PnP.Tests\MethodDecorator.Fody.PnP.Tests.csproj", "{8B02CB9B-FBF7-4D55-AB6E-12122472122C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleTest.PnP", "TestAssemblies\SimpleTest.PnP\SimpleTest.PnP.csproj", "{FCC2E921-31E3-4581-9CCF-6429A78128F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B17CFD4-10E7-42DB-88D6-A10680B0BFBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B17CFD4-10E7-42DB-88D6-A10680B0BFBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B17CFD4-10E7-42DB-88D6-A10680B0BFBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B17CFD4-10E7-42DB-88D6-A10680B0BFBE}.Release|Any CPU.Build.0 = Release|Any CPU
{7EA79DF1-D3E1-4F06-9E1C-D86D14B6469F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EA79DF1-D3E1-4F06-9E1C-D86D14B6469F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EA79DF1-D3E1-4F06-9E1C-D86D14B6469F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EA79DF1-D3E1-4F06-9E1C-D86D14B6469F}.Release|Any CPU.Build.0 = Release|Any CPU
{A47D69DD-74D6-466F-9A4E-DD0D09BB1E93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A47D69DD-74D6-466F-9A4E-DD0D09BB1E93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A47D69DD-74D6-466F-9A4E-DD0D09BB1E93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A47D69DD-74D6-466F-9A4E-DD0D09BB1E93}.Release|Any CPU.Build.0 = Release|Any CPU
{1D38DEB2-204D-4DBE-BB03-0FA14F79F5A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D38DEB2-204D-4DBE-BB03-0FA14F79F5A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D38DEB2-204D-4DBE-BB03-0FA14F79F5A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D38DEB2-204D-4DBE-BB03-0FA14F79F5A4}.Release|Any CPU.Build.0 = Release|Any CPU
{44088DF4-081E-45F6-BEDE-FE33054E8CBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44088DF4-081E-45F6-BEDE-FE33054E8CBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44088DF4-081E-45F6-BEDE-FE33054E8CBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44088DF4-081E-45F6-BEDE-FE33054E8CBD}.Release|Any CPU.Build.0 = Release|Any CPU
{8B02CB9B-FBF7-4D55-AB6E-12122472122C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B02CB9B-FBF7-4D55-AB6E-12122472122C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B02CB9B-FBF7-4D55-AB6E-12122472122C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B02CB9B-FBF7-4D55-AB6E-12122472122C}.Release|Any CPU.Build.0 = Release|Any CPU
{FCC2E921-31E3-4581-9CCF-6429A78128F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCC2E921-31E3-4581-9CCF-6429A78128F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCC2E921-31E3-4581-9CCF-6429A78128F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCC2E921-31E3-4581-9CCF-6429A78128F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A47D69DD-74D6-466F-9A4E-DD0D09BB1E93} = {274A2E6A-5B50-4D24-862E-86C05F8D89C4}
{1D38DEB2-204D-4DBE-BB03-0FA14F79F5A4} = {274A2E6A-5B50-4D24-862E-86C05F8D89C4}
{FCC2E921-31E3-4581-9CCF-6429A78128F5} = {274A2E6A-5B50-4D24-862E-86C05F8D89C4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ADE1CDAB-BEA7-4042-9F46-31F0425F954D}
EndGlobalSection
EndGlobal