-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Janitor.sln
71 lines (71 loc) · 4.32 KB
/
Janitor.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
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}") = "Janitor.Fody", "Janitor.Fody\Janitor.Fody.csproj", "{C3578A7B-09A6-4444-9383-0DEAFA4958BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyToProcess", "AssemblyToProcess\AssemblyToProcess.csproj", "{7DEC4E2D-F872-434E-A267-0BAD65299950}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Janitor", "Janitor\Janitor.csproj", "{6F416A34-2476-4A6B-B613-F9B46781C00D}"
ProjectSection(ProjectDependencies) = postProject
{C3578A7B-09A6-4444-9383-0DEAFA4958BD} = {C3578A7B-09A6-4444-9383-0DEAFA4958BD}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Template", "Template\Template.csproj", "{A9C5C7AF-09D1-44E0-BBF2-EBE325B93D50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{3AFB7D94-64AE-4E67-BF0B-C27588598395}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{88FF2A92-8671-4066-A6AA-FA744C53B5D5}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
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|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|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|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|x86.ActiveCfg = Release|Any CPU
{6F416A34-2476-4A6B-B613-F9B46781C00D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F416A34-2476-4A6B-B613-F9B46781C00D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F416A34-2476-4A6B-B613-F9B46781C00D}.Debug|x86.ActiveCfg = Debug|Any CPU
{6F416A34-2476-4A6B-B613-F9B46781C00D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F416A34-2476-4A6B-B613-F9B46781C00D}.Release|Any CPU.Build.0 = Release|Any CPU
{6F416A34-2476-4A6B-B613-F9B46781C00D}.Release|x86.ActiveCfg = Release|Any CPU
{A9C5C7AF-09D1-44E0-BBF2-EBE325B93D50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9C5C7AF-09D1-44E0-BBF2-EBE325B93D50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9C5C7AF-09D1-44E0-BBF2-EBE325B93D50}.Debug|x86.ActiveCfg = Debug|Any CPU
{A9C5C7AF-09D1-44E0-BBF2-EBE325B93D50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9C5C7AF-09D1-44E0-BBF2-EBE325B93D50}.Release|Any CPU.Build.0 = Release|Any CPU
{A9C5C7AF-09D1-44E0-BBF2-EBE325B93D50}.Release|x86.ActiveCfg = Release|Any CPU
{3AFB7D94-64AE-4E67-BF0B-C27588598395}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AFB7D94-64AE-4E67-BF0B-C27588598395}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AFB7D94-64AE-4E67-BF0B-C27588598395}.Debug|x86.ActiveCfg = Debug|Any CPU
{3AFB7D94-64AE-4E67-BF0B-C27588598395}.Debug|x86.Build.0 = Debug|Any CPU
{3AFB7D94-64AE-4E67-BF0B-C27588598395}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AFB7D94-64AE-4E67-BF0B-C27588598395}.Release|Any CPU.Build.0 = Release|Any CPU
{3AFB7D94-64AE-4E67-BF0B-C27588598395}.Release|x86.ActiveCfg = Release|Any CPU
{3AFB7D94-64AE-4E67-BF0B-C27588598395}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CDFD3F59-E969-4DA2-BFAE-1AF9D3E468E7}
EndGlobalSection
EndGlobal