-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFielder.sln
94 lines (94 loc) · 6.3 KB
/
Fielder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fielder.Fody", "Fielder.Fody\Fielder.Fody.csproj", "{C3578A7B-09A6-4444-9383-0DEAFA4958BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{5A86453B-96FB-4B6E-A283-225BB9F753D3}"
ProjectSection(ProjectDependencies) = postProject
{7DEC4E2D-F872-434E-A267-0BAD65299950} = {7DEC4E2D-F872-434E-A267-0BAD65299950}
{46F580AD-7405-45F0-9360-3319C1B07636} = {46F580AD-7405-45F0-9360-3319C1B07636}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyToProcess", "AssemblyToProcess\AssemblyToProcess.csproj", "{7DEC4E2D-F872-434E-A267-0BAD65299950}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyToProcessWithErrors", "AssemblyToProcessWithErrors\AssemblyToProcessWithErrors.csproj", "{46F580AD-7405-45F0-9360-3319C1B07636}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6701C411-2C8D-4EE9-86F3-390F1B0F96F3}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fielder", "Fielder\Fielder.csproj", "{3C9313C9-2FEC-4642-88B0-4F4428CD3EDE}"
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
{C3578A7B-09A6-4444-9383-0DEAFA4958BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3578A7B-09A6-4444-9383-0DEAFA4958BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3578A7B-09A6-4444-9383-0DEAFA4958BD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{C3578A7B-09A6-4444-9383-0DEAFA4958BD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{C3578A7B-09A6-4444-9383-0DEAFA4958BD}.Debug|x86.ActiveCfg = Debug|Any CPU
{C3578A7B-09A6-4444-9383-0DEAFA4958BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3578A7B-09A6-4444-9383-0DEAFA4958BD}.Release|Any CPU.Build.0 = Release|Any CPU
{C3578A7B-09A6-4444-9383-0DEAFA4958BD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{C3578A7B-09A6-4444-9383-0DEAFA4958BD}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C3578A7B-09A6-4444-9383-0DEAFA4958BD}.Release|x86.ActiveCfg = Release|Any CPU
{5A86453B-96FB-4B6E-A283-225BB9F753D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A86453B-96FB-4B6E-A283-225BB9F753D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A86453B-96FB-4B6E-A283-225BB9F753D3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5A86453B-96FB-4B6E-A283-225BB9F753D3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5A86453B-96FB-4B6E-A283-225BB9F753D3}.Debug|x86.ActiveCfg = Debug|Any CPU
{5A86453B-96FB-4B6E-A283-225BB9F753D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A86453B-96FB-4B6E-A283-225BB9F753D3}.Release|Any CPU.Build.0 = Release|Any CPU
{5A86453B-96FB-4B6E-A283-225BB9F753D3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5A86453B-96FB-4B6E-A283-225BB9F753D3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5A86453B-96FB-4B6E-A283-225BB9F753D3}.Release|x86.ActiveCfg = Release|Any CPU
{7DEC4E2D-F872-434E-A267-0BAD65299950}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DEC4E2D-F872-434E-A267-0BAD65299950}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DEC4E2D-F872-434E-A267-0BAD65299950}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{7DEC4E2D-F872-434E-A267-0BAD65299950}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{7DEC4E2D-F872-434E-A267-0BAD65299950}.Debug|x86.ActiveCfg = Debug|Any CPU
{7DEC4E2D-F872-434E-A267-0BAD65299950}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DEC4E2D-F872-434E-A267-0BAD65299950}.Release|Any CPU.Build.0 = Release|Any CPU
{7DEC4E2D-F872-434E-A267-0BAD65299950}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7DEC4E2D-F872-434E-A267-0BAD65299950}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{7DEC4E2D-F872-434E-A267-0BAD65299950}.Release|x86.ActiveCfg = Release|Any CPU
{46F580AD-7405-45F0-9360-3319C1B07636}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46F580AD-7405-45F0-9360-3319C1B07636}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46F580AD-7405-45F0-9360-3319C1B07636}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{46F580AD-7405-45F0-9360-3319C1B07636}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{46F580AD-7405-45F0-9360-3319C1B07636}.Debug|x86.ActiveCfg = Debug|Any CPU
{46F580AD-7405-45F0-9360-3319C1B07636}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46F580AD-7405-45F0-9360-3319C1B07636}.Release|Any CPU.Build.0 = Release|Any CPU
{46F580AD-7405-45F0-9360-3319C1B07636}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{46F580AD-7405-45F0-9360-3319C1B07636}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{46F580AD-7405-45F0-9360-3319C1B07636}.Release|x86.ActiveCfg = Release|Any CPU
{3C9313C9-2FEC-4642-88B0-4F4428CD3EDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C9313C9-2FEC-4642-88B0-4F4428CD3EDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C9313C9-2FEC-4642-88B0-4F4428CD3EDE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{3C9313C9-2FEC-4642-88B0-4F4428CD3EDE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{3C9313C9-2FEC-4642-88B0-4F4428CD3EDE}.Debug|x86.ActiveCfg = Debug|Any CPU
{3C9313C9-2FEC-4642-88B0-4F4428CD3EDE}.Debug|x86.Build.0 = Debug|Any CPU
{3C9313C9-2FEC-4642-88B0-4F4428CD3EDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C9313C9-2FEC-4642-88B0-4F4428CD3EDE}.Release|Any CPU.Build.0 = Release|Any CPU
{3C9313C9-2FEC-4642-88B0-4F4428CD3EDE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{3C9313C9-2FEC-4642-88B0-4F4428CD3EDE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{3C9313C9-2FEC-4642-88B0-4F4428CD3EDE}.Release|x86.ActiveCfg = Release|Any CPU
{3C9313C9-2FEC-4642-88B0-4F4428CD3EDE}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {653120AA-6182-4957-9881-6B58C9FCBA59}
EndGlobalSection
EndGlobal