-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRandomSkunk.DependencyInjection.Decorator.sln
44 lines (44 loc) · 2.41 KB
/
RandomSkunk.DependencyInjection.Decorator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RandomSkunk.DependencyInjection.Decorator", "RandomSkunk.DependencyInjection.Decorator\RandomSkunk.DependencyInjection.Decorator.csproj", "{CF1845C4-0351-4A14-964C-B7B896A93B1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Example\Example.csproj", "{30992F18-1B39-4C37-B03D-AD1685BA4DC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{E1E2BDE1-7816-4D1F-9408-0D40E9F2650F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{76F38C0C-6587-4473-94E0-45F0334657F0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.targets = Directory.Build.targets
stylecop.json = stylecop.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF1845C4-0351-4A14-964C-B7B896A93B1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF1845C4-0351-4A14-964C-B7B896A93B1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF1845C4-0351-4A14-964C-B7B896A93B1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF1845C4-0351-4A14-964C-B7B896A93B1E}.Release|Any CPU.Build.0 = Release|Any CPU
{30992F18-1B39-4C37-B03D-AD1685BA4DC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30992F18-1B39-4C37-B03D-AD1685BA4DC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30992F18-1B39-4C37-B03D-AD1685BA4DC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30992F18-1B39-4C37-B03D-AD1685BA4DC6}.Release|Any CPU.Build.0 = Release|Any CPU
{E1E2BDE1-7816-4D1F-9408-0D40E9F2650F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1E2BDE1-7816-4D1F-9408-0D40E9F2650F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1E2BDE1-7816-4D1F-9408-0D40E9F2650F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1E2BDE1-7816-4D1F-9408-0D40E9F2650F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A65FCC83-BB98-4C44-B29D-79DA82E33D85}
EndGlobalSection
EndGlobal